|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
public class DescriptionPacketExtension
Description packet extension.
| Field Summary | |
|---|---|
static String |
ELEMENT_DISPLAY_TEXT
Display text element name. |
static String |
ELEMENT_FREE_TEXT
Free text element name. |
static String |
ELEMENT_MAX_USER_COUNT
Max user count element name. |
static String |
ELEMENT_NAME
The name of the element that contains the description data. |
static String |
ELEMENT_SUBJECT
Subject element name. |
static String |
NAMESPACE
The namespace that description belongs to. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
DescriptionPacketExtension()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDisplayText()
Get display text. |
String |
getFreeText()
Get free text. |
String |
getSubject()
Get subject. |
void |
setDisplayText(String displayText)
Set display text. |
void |
setFreeText(String freeText)
Set free text. |
void |
setSubject(String subject)
Set subject. |
String |
toXML()
Get an XML string representation. |
| Methods inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
addChildExtension, getAttribute, getAttributeAsInt, getAttributeAsInt, getAttributeAsString, getAttributeAsURI, getAttributeNames, getChildExtensions, getChildExtensionsOfType, getElementName, getFirstChildOfType, getNamespace, getText, removeAttribute, setAttribute, setNamespace, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE
public static final String ELEMENT_NAME
public static final String ELEMENT_SUBJECT
public static final String ELEMENT_DISPLAY_TEXT
public static final String ELEMENT_FREE_TEXT
public static final String ELEMENT_MAX_USER_COUNT
| Constructor Detail |
|---|
public DescriptionPacketExtension()
| Method Detail |
|---|
public void setSubject(String subject)
subject - subjectpublic void setDisplayText(String displayText)
displayText - display textpublic void setFreeText(String freeText)
freeText - free textpublic String getSubject()
public String getDisplayText()
public String getFreeText()
public String toXML()
toXML in interface org.jivesoftware.smack.packet.PacketExtensiontoXML in class AbstractPacketExtension
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||