public static class PubSubModule.SubscriptionElement
extends tigase.jaxmpp.core.client.xml.ElementWrapper
| Constructor and Description |
|---|
SubscriptionElement() |
SubscriptionElement(tigase.jaxmpp.core.client.xml.Element subscription) |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.JID |
getJID() |
String |
getNode() |
String |
getSubID() |
Subscription |
getSubscription() |
void |
setJID(tigase.jaxmpp.core.client.JID subscriberJID) |
void |
setNode(String nodeName) |
void |
setSubID(String subID) |
void |
setSubscription(Subscription subscription) |
addChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNSpublic SubscriptionElement()
throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic SubscriptionElement(tigase.jaxmpp.core.client.xml.Element subscription)
public tigase.jaxmpp.core.client.JID getJID()
throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void setJID(tigase.jaxmpp.core.client.JID subscriberJID)
throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic String getNode() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void setNode(String nodeName) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic String getSubID() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void setSubID(String subID) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic Subscription getSubscription() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void setSubscription(Subscription subscription) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionCopyright © 2006–2018 Tigase. All rights reserved.