Class IoTFieldsExtension
java.lang.Object
org.jivesoftware.smackx.iot.data.element.IoTFieldsExtension
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
public class IoTFieldsExtension
extends Object
implements org.jivesoftware.smack.packet.ExtensionElement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIoTFieldsExtension(int seqNr, boolean done, List<NodeElement> nodes) IoTFieldsExtension(int seqNr, boolean done, NodeElement node) -
Method Summary
Modifier and TypeMethodDescriptionstatic IoTFieldsExtensionbuildFor(int seqNr, boolean done, NodeInfo nodeInfo, List<? extends IoTDataField> data) static IoTFieldsExtensionfrom(org.jivesoftware.smack.packet.Message message) getNodes()intbooleanisDone()org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) 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.Element
toXML, toXMLMethods 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
public int getSequenceNr() -
isDone
public boolean isDone() -
getNodes
-
getElementName
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
getNamespace
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) - Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-
buildFor
public static IoTFieldsExtension buildFor(int seqNr, boolean done, NodeInfo nodeInfo, List<? extends IoTDataField> data) -
from
-