public class Bind extends IQ
For more information refer to the following link.
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE| Constructor and Description |
|---|
Bind() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
java.lang.String |
getJid() |
java.lang.String |
getResource() |
void |
setJid(java.lang.String jid) |
void |
setResource(java.lang.String resource) |
createErrorResponse, createResultIQ, getType, setType, toXMLaddCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setTo, toStringpublic java.lang.String getResource()
public void setResource(java.lang.String resource)
public java.lang.String getJid()
public void setJid(java.lang.String jid)
public java.lang.CharSequence getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQ