|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttigase.xmpp.impl.roster.RosterElement
public class RosterElement
Describe class RosterElement here. Created: Wed Oct 29 14:21:16 2008
Constructor Summary | |
---|---|
RosterElement(tigase.xml.Element roster_el,
XMPPResourceConnection session)
Creates a new RosterElement instance. |
|
RosterElement(tigase.xmpp.JID jid,
String name,
String[] groups,
XMPPResourceConnection session)
Constructs ... |
Method Summary | |
---|---|
String[] |
getGroups()
Method description |
tigase.xmpp.JID |
getJid()
Method description |
String |
getName()
Method description |
String |
getOtherData()
Method description |
tigase.xml.Element |
getRosterElement()
Method description |
tigase.xml.Element |
getRosterItem()
Method description |
RosterAbstract.SubscriptionType |
getSubscription()
Method description |
boolean |
isModified()
Method description |
boolean |
isPresence_sent()
Method description |
void |
setGroups(String[] groups)
Method description |
void |
setName(String name)
Method description |
void |
setOtherData(String other_data)
Method description |
void |
setPresence_sent(boolean presence_sent)
Method description |
void |
setSubscription(RosterAbstract.SubscriptionType subscription)
Method description |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RosterElement(tigase.xml.Element roster_el, XMPPResourceConnection session) throws tigase.util.TigaseStringprepException
RosterElement
instance.
roster_el
- session
-
tigase.util.TigaseStringprepException
public RosterElement(tigase.xmpp.JID jid, String name, String[] groups, XMPPResourceConnection session)
jid
- name
- groups
- session
- Method Detail |
---|
public String[] getGroups()
public tigase.xmpp.JID getJid()
public String getName()
public String getOtherData()
public tigase.xml.Element getRosterElement()
public tigase.xml.Element getRosterItem()
public RosterAbstract.SubscriptionType getSubscription()
public boolean isModified()
public boolean isPresence_sent()
public void setGroups(String[] groups)
groups
- public void setName(String name)
name
- public void setOtherData(String other_data)
other_data
- public void setPresence_sent(boolean presence_sent)
presence_sent
- public void setSubscription(RosterAbstract.SubscriptionType subscription)
subscription
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |