tigase.jaxmpp.core.client.xmpp.modules.muc
Class XMucUserElement

java.lang.Object
  extended by tigase.jaxmpp.core.client.xml.ElementWrapper
      extended by tigase.jaxmpp.core.client.xmpp.modules.muc.XMucUserElement
All Implemented Interfaces:
Element

public class XMucUserElement
extends ElementWrapper


Method Summary
static XMucUserElement extract(Stanza stanza)
           
 Affiliation getAffiliation()
           
 JID getJID()
           
 String getNick()
           
 Role getRole()
           
 Set<Integer> getStatuses()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.