Class SetData
java.lang.Object
org.jivesoftware.smackx.iot.control.element.SetData
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
- Direct Known Subclasses:
SetBoolData
,SetDoubleData
,SetIntData
,SetLongData
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Returns the root element name.final String
getName()
final String
Returns the root element XML namespace.final SetData.Type
getType()
final String
getValue()
final XmlStringBuilder
toXML
(XmlEnvironment enclosingNamespace) Returns the XML representation of this Element.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
SetData
-
-
Method Details
-
getName
-
getValue
-
getType
-
getElementName
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
toXML
Returns the XML representation of this Element.
-