public static class PubSubModule.SubscriptionElement extends ElementWrapper
| Constructor and Description |
|---|
SubscriptionElement() |
SubscriptionElement(Element subscription) |
| Modifier and Type | Method and Description |
|---|---|
JID |
getJID() |
String |
getNode() |
String |
getSubID() |
Subscription |
getSubscription() |
void |
setJID(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 XMLException
XMLExceptionpublic SubscriptionElement(Element subscription)
public JID getJID() throws XMLException
XMLExceptionpublic String getNode() throws XMLException
XMLExceptionpublic String getSubID() throws XMLException
XMLExceptionpublic Subscription getSubscription() throws XMLException
XMLExceptionpublic void setJID(JID subscriberJID) throws XMLException
XMLExceptionpublic void setNode(String nodeName) throws XMLException
XMLExceptionpublic void setSubID(String subID) throws XMLException
XMLExceptionpublic void setSubscription(Subscription subscription) throws XMLException
XMLExceptionCopyright © 2006–2015 Tigase. All rights reserved.