|
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.ConferenceMediumPacketExtension
public class ConferenceMediumPacketExtension
Conference medium packet extension.
| Field Summary | |
|---|---|
static String |
ELEMENT_DISPLAY_TEXT
Display text element name. |
static String |
ELEMENT_NAME
The name of the element that contains the conference medium. |
static String |
ELEMENT_STATUS
Status element name. |
static String |
ELEMENT_TYPE
Type element name. |
static String |
LABEL_ATTR_NAME
Label attribute name. |
static String |
NAMESPACE
The namespace that conference medium belongs to. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
ConferenceMediumPacketExtension(String elementName,
String label)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDisplayText()
Get display text. |
String |
getStatus()
Get status. |
String |
getType()
Get type. |
void |
setDisplayText(String displayText)
Set display text. |
void |
setStatus(String status)
Set status. |
void |
setType(String type)
Set type. |
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_DISPLAY_TEXT
public static final String ELEMENT_TYPE
public static final String ELEMENT_STATUS
public static final String LABEL_ATTR_NAME
| Constructor Detail |
|---|
public ConferenceMediumPacketExtension(String elementName,
String label)
elementName - element namelabel - label| Method Detail |
|---|
public void setStatus(String status)
status - status.public void setType(String type)
type - typepublic void setDisplayText(String displayText)
displayText - display textpublic String getDisplayText()
public String getType()
public String getStatus()
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 | |||||||||