Smack

org.jivesoftware.smackx.workgroup.settings
Class OfflineSettings

java.lang.Object
  extended by org.jivesoftware.smack.packet.Packet
      extended by org.jivesoftware.smack.packet.IQ
          extended by org.jivesoftware.smackx.workgroup.settings.OfflineSettings

public class OfflineSettings
extends IQ


Nested Class Summary
static class OfflineSettings.InternalProvider
          Packet extension provider for AgentStatusRequest packets.
 
Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ
IQ.Type
 
Field Summary
static java.lang.String ELEMENT_NAME
          Element name of the packet extension.
static java.lang.String NAMESPACE
          Namespace of the packet extension.
 
Fields inherited from class org.jivesoftware.smack.packet.Packet
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE
 
Constructor Summary
OfflineSettings()
           
 
Method Summary
 java.lang.String getChildElementXML()
          Returns the sub-element XML section of the IQ packet, or null if there isn't one.
 java.lang.String getEmailAddress()
           
 java.lang.String getOfflineText()
           
 java.lang.String getRedirectURL()
           
 java.lang.String getSubject()
           
 boolean isConfigured()
           
 boolean redirects()
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setOfflineText(java.lang.String offlineText)
           
 void setRedirectURL(java.lang.String redirectURL)
           
 void setSubject(java.lang.String subject)
           
 
Methods inherited from class org.jivesoftware.smack.packet.IQ
createErrorResponse, createResultIQ, getType, setType, toXML
 
Methods inherited from class org.jivesoftware.smack.packet.Packet
addExtension, addExtensions, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final java.lang.String ELEMENT_NAME
Element name of the packet extension.

See Also:
Constant Field Values

NAMESPACE

public static final java.lang.String NAMESPACE
Namespace of the packet extension.

See Also:
Constant Field Values
Constructor Detail

OfflineSettings

public OfflineSettings()
Method Detail

getRedirectURL

public java.lang.String getRedirectURL()

setRedirectURL

public void setRedirectURL(java.lang.String redirectURL)

getOfflineText

public java.lang.String getOfflineText()

setOfflineText

public void setOfflineText(java.lang.String offlineText)

getEmailAddress

public java.lang.String getEmailAddress()

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)

getSubject

public java.lang.String getSubject()

setSubject

public void setSubject(java.lang.String subject)

redirects

public boolean redirects()

isConfigured

public boolean isConfigured()

getChildElementXML

public java.lang.String getChildElementXML()
Description copied from class: IQ
Returns the sub-element XML section of the IQ packet, or null if there isn't one. Packet extensions must be included, if any are defined.

Extensions of this class must override this method.

Specified by:
getChildElementXML in class IQ
Returns:
the child element section of the IQ XML.

Smack

Copyright © 2003-2007 Jive Software.