Class IoTFieldsExtension
java.lang.Object
org.jivesoftware.smackx.iot.data.element.IoTFieldsExtension
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIoTFieldsExtension
(int seqNr, boolean done, List<NodeElement> nodes) IoTFieldsExtension
(int seqNr, boolean done, NodeElement node) -
Method Summary
Modifier and TypeMethodDescriptionstatic IoTFieldsExtension
buildFor
(int seqNr, boolean done, NodeInfo nodeInfo, List<? extends IoTDataField> data) static IoTFieldsExtension
Returns the root element name.Returns the root element XML namespace.getNodes()
int
boolean
isDone()
toXML
(XmlEnvironment enclosingNamespace) 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:
-
NAMESPACE
- See Also:
-
QNAME
-
-
Constructor Details
-
IoTFieldsExtension
-
IoTFieldsExtension
-
-
Method Details
-
getSequenceNr
-
isDone
-
getNodes
-
getElementName
Description copied from interface:NamedElement
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
-
buildFor
public static IoTFieldsExtension buildFor(int seqNr, boolean done, NodeInfo nodeInfo, List<? extends IoTDataField> data) -
from
-