Package org.jivesoftware.smackx.pubsub
Class OptionsExtension
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.OptionsExtension
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
A stanza extension representing the options element.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOptionsExtension
(String subscriptionJid) OptionsExtension
(String subscriptionJid, String nodeId) OptionsExtension
(String jid, String nodeId, String subscriptionId) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.pubsub.NodeExtension
getElementName, getNamespace, getNode, getPubSubNamespace, toString, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
jid
-
id
-
-
Constructor Details
-
OptionsExtension
-
OptionsExtension
-
OptionsExtension
-
-
Method Details
-
getJid
-
getId
-
addXml
- Overrides:
addXml
in classNodeExtension
-