public class OfflineSettings extends IQ
Modifier and Type | Class and Description |
---|---|
static class |
OfflineSettings.InternalProvider
Packet extension provider for AgentStatusRequest 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 |
---|
OfflineSettings() |
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 |
getEmailAddress() |
String |
getOfflineText() |
String |
getRedirectURL() |
String |
getSubject() |
boolean |
isConfigured() |
boolean |
redirects() |
void |
setEmailAddress(String emailAddress) |
void |
setOfflineText(String offlineText) |
void |
setRedirectURL(String redirectURL) |
void |
setSubject(String subject) |
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 OfflineSettings()
public String getRedirectURL()
public void setRedirectURL(String redirectURL)
public String getOfflineText()
public void setOfflineText(String offlineText)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public String getSubject()
public void setSubject(String subject)
public boolean redirects()
public boolean isConfigured()
public String getChildElementXML()
IQ
Extensions of this class must override this method.
getChildElementXML
in class IQ