tigase.jaxmpp.core.client.xmpp.modules.muc
Class XMucUserElement
java.lang.Object
tigase.jaxmpp.core.client.xml.ElementWrapper
tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
- All Implemented Interfaces:
- Element
public class XMucUserElement
- extends ElementWrapper
| Methods inherited from class tigase.jaxmpp.core.client.xml.ElementWrapper |
addChild, equals, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS |
extract
public static XMucUserElement extract(Stanza stanza)
throws XMLException
- Throws:
XMLException
getAffiliation
public Affiliation getAffiliation()
throws XMLException
- Throws:
XMLException
getJID
public JID getJID()
throws XMLException
- Throws:
XMLException
getNick
public String getNick()
throws XMLException
- Throws:
XMLException
getRole
public Role getRole()
throws XMLException
- Throws:
XMLException
getStatuses
public Set<Integer> getStatuses()
Copyright © 2006-2012 Tigase. All Rights Reserved.