Class TimestampElement
java.lang.Object
org.jivesoftware.smackx.iot.data.element.IoTDataExtensionElement
org.jivesoftware.smackx.iot.data.element.TimestampElement
- All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends IoTDataField> Returns 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
-
TimestampElement
-
-
Method Details
-
getDataFields
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
toXML
-