public class WorkgroupInformation
extends java.lang.Object
implements org.jivesoftware.smack.packet.PacketExtension
Modifier and Type | Class and Description |
---|---|
static class |
WorkgroupInformation.Provider |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT_NAME
Element name of the packet extension.
|
static java.lang.String |
NAMESPACE
Namespace of the packet extension.
|
Constructor and Description |
---|
WorkgroupInformation(java.lang.String workgroupJID) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
java.lang.String |
getWorkgroupJID() |
java.lang.String |
toXML() |
public static final java.lang.String ELEMENT_NAME
public static final java.lang.String NAMESPACE
public java.lang.String getWorkgroupJID()
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.PacketExtension
public java.lang.String getNamespace()
getNamespace
in interface org.jivesoftware.smack.packet.PacketExtension
public java.lang.String toXML()
toXML
in interface org.jivesoftware.smack.packet.PacketExtension