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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNodeElement(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 IoTDataExtensionElement
getNamespaceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
-
-
Constructor Details
-
NodeElement
-
NodeElement
-
-
Method Details
-
getTimestampElements
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
toXML
-