|
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.Objectorg.jivesoftware.smack.packet.Packet
org.jivesoftware.smack.packet.IQ
net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
public class CoinIQ
Coin (Conference Info) IQ. It is used to inform conference participants about useful information (users, ...).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ |
|---|
org.jivesoftware.smack.packet.IQ.Type |
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The name of the element that contains the coin data. |
static String |
ENTITY_ATTR_NAME
Entity attribute name. |
static String |
NAMESPACE
The namespace that coin belongs to. |
static String |
SID_ATTR_NAME
Jingle session ID attribute name. |
static String |
STATE_ATTR_NAME
Version attribute name. |
static String |
VERSION_ATTR_NAME
Version attribute name. |
| Fields inherited from class org.jivesoftware.smack.packet.Packet |
|---|
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE |
| Constructor Summary | |
|---|---|
CoinIQ()
|
|
| Method Summary | |
|---|---|
String |
getChildElementXML()
Returns the XML string of this Jingle IQ's "section" sub-element. |
String |
getEntity()
Get entity. |
String |
getSID()
Get session ID. |
StateType |
getState()
Get state. |
int |
getVersion()
Get version. |
void |
setEntity(String entity)
Set entity. |
void |
setSID(String sid)
Set session ID. |
void |
setState(StateType state)
Set state. |
void |
setVersion(int version)
Set version. |
| Methods inherited from class org.jivesoftware.smack.packet.IQ |
|---|
createErrorResponse, createResultIQ, getType, setType, toXML |
| Methods inherited from class org.jivesoftware.smack.packet.Packet |
|---|
addExtension, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE
public static final String ELEMENT_NAME
public static final String ENTITY_ATTR_NAME
public static final String VERSION_ATTR_NAME
public static final String STATE_ATTR_NAME
public static final String SID_ATTR_NAME
| Constructor Detail |
|---|
public CoinIQ()
| Method Detail |
|---|
public int getVersion()
public StateType getState()
public String getSID()
public void setVersion(int version)
version - versionpublic void setState(StateType state)
state - state to setpublic void setSID(String sid)
sid - session ID to setpublic String getEntity()
public void setEntity(String entity)
entity - entitypublic String getChildElementXML()
getChildElementXML in class org.jivesoftware.smack.packet.IQ
|
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 | |||||||||