public class WorkgroupInformation extends Object implements ExtensionElement
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkgroupInformation.Provider |
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
Element name of the stanza extension.
|
static String |
NAMESPACE
Namespace of the stanza extension.
|
| Constructor and Description |
|---|
WorkgroupInformation(EntityBareJid workgroupJID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
EntityBareJid |
getWorkgroupJID() |
String |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT_NAME
public static final String NAMESPACE
public WorkgroupInformation(EntityBareJid workgroupJID)
public EntityBareJid getWorkgroupJID()
public String getElementName()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElement