Class SetIntData
java.lang.Object
org.jivesoftware.smackx.iot.control.element.SetData
org.jivesoftware.smackx.iot.control.element.SetIntData
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.iot.control.element.SetData
SetData.Type
-
Constructor Summary
ModifierConstructorDescriptionSetIntData
(String name, int value) protected
SetIntData
(String name, String value) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.iot.control.element.SetData
getElementName, getName, getNamespace, getType, getValue, toXML
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
-
Constructor Details
-
SetIntData
-
SetIntData
-
-
Method Details
-
getIntegerValue
-