|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.xml.Element
tigase.muc.xmpp.stanzas.AbstractStanza<PresenceType>
tigase.muc.xmpp.stanzas.Presence
public class Presence
Implements presence stanza.
Created: 2006-06-25 11:27:09
| Field Summary |
|---|
| Fields inherited from class tigase.xml.Element |
|---|
attributes, cdata, children, name, xmlns |
| Constructor Summary | |
|---|---|
Presence()
Construct presence stanza. |
|
Presence(tigase.xml.Element packet)
Construct presence stanza. |
|
Presence(PresenceType type)
Construct presence stanza. |
|
| Method Summary | |
|---|---|
int |
getPriority()
Return presence priority. |
java.lang.String |
getStatus()
Return status message. |
PresenceType |
getType()
Get stanza type. |
void |
setStatus(java.lang.String status)
Set new status message. |
| Methods inherited from class tigase.muc.xmpp.stanzas.AbstractStanza |
|---|
getFrom, getId, getTo, getXmlLang, setFrom, setId, setTo, setType, setXmlLang |
| Methods inherited from class tigase.xml.Element |
|---|
addAttribute, addAttributes, addChild, addChildren, childrenToString, clone, compareTo, equals, findChild, getAttribute, getAttribute, getAttributes, getCData, getCData, getChild, getChild, getChildCData, getChildren, getChildren, getName, getXMLNS, getXMLNS, hashCode, main, removeAttribute, removeChild, setAttribute, setAttribute, setAttributes, setAttributes, setAttributes, setCData, setChildren, setDefXMLNS, setName, setXMLNS, toString, toStringNoChildren |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Presence()
public Presence(tigase.xml.Element packet)
packet - packet with presence stanza.public Presence(PresenceType type)
type - presence show type.| Method Detail |
|---|
public int getPriority()
public java.lang.String getStatus()
public PresenceType getType()
StanzaType}public void setStatus(java.lang.String status)
status - status message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||