|
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.ExecutionPacketExtension
public class ExecutionPacketExtension
Execution packet extension.
| Field Summary | |
|---|---|
static String |
ELEMENT_BY
"By" element name. |
static String |
ELEMENT_DISCONNECTION_NAME
The name of the element that contains the media data. |
static String |
ELEMENT_JOINING_NAME
The name of the element that contains the media data. |
static String |
ELEMENT_MODIFIED_NAME
The name of the element that contains the media data. |
static String |
ELEMENT_REASON
"Reason" element name. |
static String |
ELEMENT_REFERRED_NAME
The name of the element that contains the media data. |
static String |
ELEMENT_WHEN
"When" element name. |
static String |
NAMESPACE
The namespace that media belongs to. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
ExecutionPacketExtension(String elementName)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getBy()
Get "by" field. |
String |
getReason()
Get "reason" field. |
String |
getWhen()
Get "when" field. |
void |
setBy(String by)
Set "by" field. |
void |
setReason(String reason)
Set "reason" field. |
void |
setWhen(String when)
Set "when" field. |
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_REFERRED_NAME
public static final String ELEMENT_DISCONNECTION_NAME
public static final String ELEMENT_JOINING_NAME
public static final String ELEMENT_MODIFIED_NAME
public static final String ELEMENT_BY
public static final String ELEMENT_REASON
public static final String ELEMENT_WHEN
| Constructor Detail |
|---|
public ExecutionPacketExtension(String elementName)
elementName - name of the element| Method Detail |
|---|
public void setBy(String by)
by - string to setpublic String getBy()
public void setWhen(String when)
when - string to setpublic String getWhen()
public void setReason(String reason)
reason - string to setpublic String getReason()
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 | |||||||||