public class WorkgroupProperties extends IQ
Modifier and Type | Class and Description |
---|---|
static class |
WorkgroupProperties.InternalProvider
Packet extension provider for SoundSetting 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 |
---|
WorkgroupProperties() |
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 |
getEmail() |
String |
getFullName() |
String |
getJid() |
boolean |
isAuthRequired() |
void |
setAuthRequired(boolean authRequired) |
void |
setEmail(String email) |
void |
setFullName(String fullName) |
void |
setJid(String jid) |
createErrorResponse, createResultIQ, getType, setType, toXML
addCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setTo, toString
public static final String ELEMENT_NAME
public static final String NAMESPACE
public WorkgroupProperties()
public boolean isAuthRequired()
public void setAuthRequired(boolean authRequired)
public String getFullName()
public void setFullName(String fullName)
public String getChildElementXML()
IQ
Extensions of this class must override this method.
getChildElementXML
in class IQ