Class SetBoolData
java.lang.Object
org.jivesoftware.smackx.iot.control.element.SetData
org.jivesoftware.smackx.iot.control.element.SetBoolData
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.iot.control.element.SetData
SetData.Type -
Constructor Summary
ConstructorsModifierConstructorDescriptionSetBoolData(String name, boolean value) protectedSetBoolData(String name, String value) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.iot.control.element.SetData
getElementName, getName, getNamespace, getType, getValue, toXMLMethods 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
-
Constructor Details
-
SetBoolData
-
SetBoolData
-
-
Method Details
-
getBooleanValue
-