|
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.jingle.ParameterPacketExtension
public class ParameterPacketExtension
Represents the parameter elements described in XEP-0167.
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The name of the "parameter" element. |
static String |
NAME_ATTR_NAME
The name of the name parameter in the parameter element. |
static String |
VALUE_ATTR_NAME
The name of the value parameter in the parameter element. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
ParameterPacketExtension()
Creates a new ParameterPacketExtension instance. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the format parameter we are representing here. |
String |
getValue()
Returns the value of the format parameter we are representing here. |
void |
setName(String name)
Sets the name of the format parameter we are representing here. |
void |
setValue(String value)
Sets that value of the format parameter we are representing here. |
| 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, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ELEMENT_NAME
public static final String NAME_ATTR_NAME
public static final String VALUE_ATTR_NAME
| Constructor Detail |
|---|
public ParameterPacketExtension()
ParameterPacketExtension instance.
| Method Detail |
|---|
public void setName(String name)
name - the name of the format parameter we are representing here.public String getName()
public void setValue(String value)
value - the value of the format parameter we are representing here.public String getValue()
|
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 | |||||||||