| Modifier and Type | Class and Description |
|---|---|
static class |
AgentInfo.Provider
An IQProvider for AgentInfo packets.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
Element name of the packet extension.
|
static String |
NAMESPACE
Namespace of the packet extension.
|
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE| Constructor and Description |
|---|
AgentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
String |
getJid()
Returns the Agent's jid.
|
String |
getName()
Returns the Agent's name.
|
void |
setJid(String jid)
Sets the Agent's jid.
|
void |
setName(String name)
Sets the Agent's name.
|
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 static final String ELEMENT_NAME
public static final String NAMESPACE
public AgentInfo()
public String getName()
public void setName(String name)
name - the new name of the agent.public String getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQ