tigase.xmpp.impl.roster
Class RosterElement

java.lang.Object
  extended by tigase.xmpp.impl.roster.RosterElement

public class RosterElement
extends Object

Describe class RosterElement here. Created: Wed Oct 29 14:21:16 2008

Version:
$Rev: 2064 $
Author:
Artur Hefczyc

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

RosterElement

public RosterElement(tigase.xml.Element roster_el,
                     XMPPResourceConnection session)
              throws tigase.util.TigaseStringprepException
Creates a new RosterElement instance.

Parameters:
roster_el -
session -
Throws:
tigase.util.TigaseStringprepException

RosterElement

public RosterElement(tigase.xmpp.JID jid,
                     String name,
                     String[] groups,
                     XMPPResourceConnection session)
Constructs ...

Parameters:
jid -
name -
groups -
session -
Method Detail

getGroups

public String[] getGroups()
Method description

Returns:

getJid

public tigase.xmpp.JID getJid()
Method description

Returns:

getName

public String getName()
Method description

Returns:

getOtherData

public String getOtherData()
Method description

Returns:

getRosterElement

public tigase.xml.Element getRosterElement()
Method description

Returns:

getRosterItem

public tigase.xml.Element getRosterItem()
Method description

Returns:

getSubscription

public RosterAbstract.SubscriptionType getSubscription()
Method description

Returns:

isModified

public boolean isModified()
Method description

Returns:

isPresence_sent

public boolean isPresence_sent()
Method description

Returns:

setGroups

public void setGroups(String[] groups)
Method description

Parameters:
groups -

setName

public void setName(String name)
Method description

Parameters:
name -

setOtherData

public void setOtherData(String other_data)
Method description

Parameters:
other_data -

setPresence_sent

public void setPresence_sent(boolean presence_sent)
Method description

Parameters:
presence_sent -

setSubscription

public void setSubscription(RosterAbstract.SubscriptionType subscription)
Method description

Parameters:
subscription -


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.