public class OfflineSettings extends SimpleIQ
Modifier and Type | Class and Description |
---|---|
static class |
OfflineSettings.InternalProvider
Stanza extension provider for AgentStatusRequest packets.
|
IQ.IQChildElementXmlStringBuilder, IQ.Type
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT_NAME
Element name of the stanza extension.
|
static String |
NAMESPACE
Namespace of the stanza extension.
|
IQ_ELEMENT, QUERY_ELEMENT
DEFAULT_LANGUAGE, ITEM, language, TEXT
Constructor and Description |
---|
OfflineSettings() |
Modifier and Type | Method and Description |
---|---|
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) |
getIQChildElementBuilder
createErrorResponse, createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementXML, getChildElementXML, getType, initializeAsResultFor, initialzeAsResultFor, isRequestIQ, setType, toString, toXML
addCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getFrom, getLanguage, getPacketID, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setFrom, setLanguage, setPacketID, setStanzaId, setStanzaId, setTo, setTo
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()