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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringReturns the root element name.final StringgetName()final StringReturns the root element XML namespace.final SetData.TypegetType()final StringgetValue()final XmlStringBuildertoXML(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, waitMethods 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:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
toXML
Returns the XML representation of this Element.
-