Class NodeElement
java.lang.Object
org.jivesoftware.smackx.iot.data.element.IoTDataExtensionElement
org.jivesoftware.smackx.iot.data.element.NodeElement
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNodeElement
(NodeInfo nodeInfo, List<TimestampElement> timestampElements) NodeElement
(NodeInfo nodeInfo, TimestampElement timestampElement) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class org.jivesoftware.smackx.iot.data.element.IoTDataExtensionElement
getNamespace
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
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
NodeElement
-
NodeElement
-
-
Method Details
-
getTimestampElements
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
toXML
-