com.businessobjects.enterprise.smtp
Interface SMTPScheduleOptions

All Superinterfaces:
DestinationScheduleOptions

public interface SMTPScheduleOptions
extends DestinationScheduleOptions

An XML SMTPScheduleOptions(@http://enterprise.businessobjects.com/3.0/smtp). This is a complex type.


Nested Class Summary
static class SMTPScheduleOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 Attachments addNewAttachments()
          Appends and returns a new empty "Attachments" element
 CCAddresses addNewCCAddresses()
          Appends and returns a new empty "CCAddresses" element
 ToAddresses addNewToAddresses()
          Appends and returns a new empty "ToAddresses" element
 Attachments getAttachments()
          Gets the "Attachments" element
 boolean getAttachmentsEnabled()
          Gets the "AttachmentsEnabled" element
 CCAddresses getCCAddresses()
          Gets the "CCAddresses" element
 java.lang.String getDelimiter()
          Gets the "Delimiter" element
 java.lang.String getDomainName()
          Gets the "DomainName" element
 java.lang.String getMessage()
          Gets the "Message" element
 int getPort()
          Gets the "Port" element
 java.lang.String getSenderAddress()
          Gets the "SenderAddress" element
 java.lang.String getServerName()
          Gets the "ServerName" element
 SMTPAuthenticationTypeEnum.Enum getSMTPAuthenticationType()
          Gets the "SMTPAuthenticationType" element
 java.lang.String getSMTPCredKey()
          Gets the "SMTPCredKey" element
 java.lang.String getSMTPPassword()
          Gets the "SMTPPassword" element
 boolean getSMTPPasswordNotEmpty()
          Gets the "SMTPPasswordNotEmpty" element
 boolean getSMTPPasswordSet()
          Gets the "SMTPPasswordSet" element
 java.lang.String getSMTPUserName()
          Gets the "SMTPUserName" element
 java.lang.String getSubject()
          Gets the "Subject" element
 ToAddresses getToAddresses()
          Gets the "ToAddresses" element
 boolean isSetAttachments()
          True if has "Attachments" element
 boolean isSetAttachmentsEnabled()
          True if has "AttachmentsEnabled" element
 boolean isSetCCAddresses()
          True if has "CCAddresses" element
 boolean isSetDelimiter()
          True if has "Delimiter" element
 boolean isSetDomainName()
          True if has "DomainName" element
 boolean isSetMessage()
          True if has "Message" element
 boolean isSetPort()
          True if has "Port" element
 boolean isSetSenderAddress()
          True if has "SenderAddress" element
 boolean isSetServerName()
          True if has "ServerName" element
 boolean isSetSMTPAuthenticationType()
          True if has "SMTPAuthenticationType" element
 boolean isSetSMTPCredKey()
          True if has "SMTPCredKey" element
 boolean isSetSMTPPassword()
          True if has "SMTPPassword" element
 boolean isSetSMTPPasswordNotEmpty()
          True if has "SMTPPasswordNotEmpty" element
 boolean isSetSMTPPasswordSet()
          True if has "SMTPPasswordSet" element
 boolean isSetSMTPUserName()
          True if has "SMTPUserName" element
 boolean isSetSubject()
          True if has "Subject" element
 boolean isSetToAddresses()
          True if has "ToAddresses" element
 void setAttachments(Attachments attachments)
          Sets the "Attachments" element
 void setAttachmentsEnabled(boolean attachmentsEnabled)
          Sets the "AttachmentsEnabled" element
 void setCCAddresses(CCAddresses ccAddresses)
          Sets the "CCAddresses" element
 void setDelimiter(java.lang.String delimiter)
          Sets the "Delimiter" element
 void setDomainName(java.lang.String domainName)
          Sets the "DomainName" element
 void setMessage(java.lang.String message)
          Sets the "Message" element
 void setPort(int port)
          Sets the "Port" element
 void setSenderAddress(java.lang.String senderAddress)
          Sets the "SenderAddress" element
 void setServerName(java.lang.String serverName)
          Sets the "ServerName" element
 void setSMTPAuthenticationType(SMTPAuthenticationTypeEnum.Enum smtpAuthenticationType)
          Sets the "SMTPAuthenticationType" element
 void setSMTPCredKey(java.lang.String smtpCredKey)
          Sets the "SMTPCredKey" element
 void setSMTPPassword(java.lang.String smtpPassword)
          Sets the "SMTPPassword" element
 void setSMTPPasswordNotEmpty(boolean smtpPasswordNotEmpty)
          Sets the "SMTPPasswordNotEmpty" element
 void setSMTPPasswordSet(boolean smtpPasswordSet)
          Sets the "SMTPPasswordSet" element
 void setSMTPUserName(java.lang.String smtpUserName)
          Sets the "SMTPUserName" element
 void setSubject(java.lang.String subject)
          Sets the "Subject" element
 void setToAddresses(ToAddresses toAddresses)
          Sets the "ToAddresses" element
 void unsetAttachments()
          Unsets the "Attachments" element
 void unsetAttachmentsEnabled()
          Unsets the "AttachmentsEnabled" element
 void unsetCCAddresses()
          Unsets the "CCAddresses" element
 void unsetDelimiter()
          Unsets the "Delimiter" element
 void unsetDomainName()
          Unsets the "DomainName" element
 void unsetMessage()
          Unsets the "Message" element
 void unsetPort()
          Unsets the "Port" element
 void unsetSenderAddress()
          Unsets the "SenderAddress" element
 void unsetServerName()
          Unsets the "ServerName" element
 void unsetSMTPAuthenticationType()
          Unsets the "SMTPAuthenticationType" element
 void unsetSMTPCredKey()
          Unsets the "SMTPCredKey" element
 void unsetSMTPPassword()
          Unsets the "SMTPPassword" element
 void unsetSMTPPasswordNotEmpty()
          Unsets the "SMTPPasswordNotEmpty" element
 void unsetSMTPPasswordSet()
          Unsets the "SMTPPasswordSet" element
 void unsetSMTPUserName()
          Unsets the "SMTPUserName" element
 void unsetSubject()
          Unsets the "Subject" element
 void unsetToAddresses()
          Unsets the "ToAddresses" element
 org.apache.xmlbeans.XmlBoolean xgetAttachmentsEnabled()
          Gets (as xml) the "AttachmentsEnabled" element
 org.apache.xmlbeans.XmlString xgetDelimiter()
          Gets (as xml) the "Delimiter" element
 org.apache.xmlbeans.XmlString xgetDomainName()
          Gets (as xml) the "DomainName" element
 org.apache.xmlbeans.XmlString xgetMessage()
          Gets (as xml) the "Message" element
 org.apache.xmlbeans.XmlInt xgetPort()
          Gets (as xml) the "Port" element
 org.apache.xmlbeans.XmlString xgetSenderAddress()
          Gets (as xml) the "SenderAddress" element
 org.apache.xmlbeans.XmlString xgetServerName()
          Gets (as xml) the "ServerName" element
 SMTPAuthenticationTypeEnum xgetSMTPAuthenticationType()
          Gets (as xml) the "SMTPAuthenticationType" element
 org.apache.xmlbeans.XmlString xgetSMTPCredKey()
          Gets (as xml) the "SMTPCredKey" element
 org.apache.xmlbeans.XmlString xgetSMTPPassword()
          Gets (as xml) the "SMTPPassword" element
 org.apache.xmlbeans.XmlBoolean xgetSMTPPasswordNotEmpty()
          Gets (as xml) the "SMTPPasswordNotEmpty" element
 org.apache.xmlbeans.XmlBoolean xgetSMTPPasswordSet()
          Gets (as xml) the "SMTPPasswordSet" element
 org.apache.xmlbeans.XmlString xgetSMTPUserName()
          Gets (as xml) the "SMTPUserName" element
 org.apache.xmlbeans.XmlString xgetSubject()
          Gets (as xml) the "Subject" element
 void xsetAttachmentsEnabled(org.apache.xmlbeans.XmlBoolean attachmentsEnabled)
          Sets (as xml) the "AttachmentsEnabled" element
 void xsetDelimiter(org.apache.xmlbeans.XmlString delimiter)
          Sets (as xml) the "Delimiter" element
 void xsetDomainName(org.apache.xmlbeans.XmlString domainName)
          Sets (as xml) the "DomainName" element
 void xsetMessage(org.apache.xmlbeans.XmlString message)
          Sets (as xml) the "Message" element
 void xsetPort(org.apache.xmlbeans.XmlInt port)
          Sets (as xml) the "Port" element
 void xsetSenderAddress(org.apache.xmlbeans.XmlString senderAddress)
          Sets (as xml) the "SenderAddress" element
 void xsetServerName(org.apache.xmlbeans.XmlString serverName)
          Sets (as xml) the "ServerName" element
 void xsetSMTPAuthenticationType(SMTPAuthenticationTypeEnum smtpAuthenticationType)
          Sets (as xml) the "SMTPAuthenticationType" element
 void xsetSMTPCredKey(org.apache.xmlbeans.XmlString smtpCredKey)
          Sets (as xml) the "SMTPCredKey" element
 void xsetSMTPPassword(org.apache.xmlbeans.XmlString smtpPassword)
          Sets (as xml) the "SMTPPassword" element
 void xsetSMTPPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean smtpPasswordNotEmpty)
          Sets (as xml) the "SMTPPasswordNotEmpty" element
 void xsetSMTPPasswordSet(org.apache.xmlbeans.XmlBoolean smtpPasswordSet)
          Sets (as xml) the "SMTPPasswordSet" element
 void xsetSMTPUserName(org.apache.xmlbeans.XmlString smtpUserName)
          Sets (as xml) the "SMTPUserName" element
 void xsetSubject(org.apache.xmlbeans.XmlString subject)
          Sets (as xml) the "Subject" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getSMTPUserName

java.lang.String getSMTPUserName()
Gets the "SMTPUserName" element


xgetSMTPUserName

org.apache.xmlbeans.XmlString xgetSMTPUserName()
Gets (as xml) the "SMTPUserName" element


isSetSMTPUserName

boolean isSetSMTPUserName()
True if has "SMTPUserName" element


setSMTPUserName

void setSMTPUserName(java.lang.String smtpUserName)
Sets the "SMTPUserName" element


xsetSMTPUserName

void xsetSMTPUserName(org.apache.xmlbeans.XmlString smtpUserName)
Sets (as xml) the "SMTPUserName" element


unsetSMTPUserName

void unsetSMTPUserName()
Unsets the "SMTPUserName" element


getSMTPCredKey

java.lang.String getSMTPCredKey()
Gets the "SMTPCredKey" element


xgetSMTPCredKey

org.apache.xmlbeans.XmlString xgetSMTPCredKey()
Gets (as xml) the "SMTPCredKey" element


isSetSMTPCredKey

boolean isSetSMTPCredKey()
True if has "SMTPCredKey" element


setSMTPCredKey

void setSMTPCredKey(java.lang.String smtpCredKey)
Sets the "SMTPCredKey" element


xsetSMTPCredKey

void xsetSMTPCredKey(org.apache.xmlbeans.XmlString smtpCredKey)
Sets (as xml) the "SMTPCredKey" element


unsetSMTPCredKey

void unsetSMTPCredKey()
Unsets the "SMTPCredKey" element


getSMTPPassword

java.lang.String getSMTPPassword()
Gets the "SMTPPassword" element


xgetSMTPPassword

org.apache.xmlbeans.XmlString xgetSMTPPassword()
Gets (as xml) the "SMTPPassword" element


isSetSMTPPassword

boolean isSetSMTPPassword()
True if has "SMTPPassword" element


setSMTPPassword

void setSMTPPassword(java.lang.String smtpPassword)
Sets the "SMTPPassword" element


xsetSMTPPassword

void xsetSMTPPassword(org.apache.xmlbeans.XmlString smtpPassword)
Sets (as xml) the "SMTPPassword" element


unsetSMTPPassword

void unsetSMTPPassword()
Unsets the "SMTPPassword" element


getSMTPAuthenticationType

SMTPAuthenticationTypeEnum.Enum getSMTPAuthenticationType()
Gets the "SMTPAuthenticationType" element


xgetSMTPAuthenticationType

SMTPAuthenticationTypeEnum xgetSMTPAuthenticationType()
Gets (as xml) the "SMTPAuthenticationType" element


isSetSMTPAuthenticationType

boolean isSetSMTPAuthenticationType()
True if has "SMTPAuthenticationType" element


setSMTPAuthenticationType

void setSMTPAuthenticationType(SMTPAuthenticationTypeEnum.Enum smtpAuthenticationType)
Sets the "SMTPAuthenticationType" element


xsetSMTPAuthenticationType

void xsetSMTPAuthenticationType(SMTPAuthenticationTypeEnum smtpAuthenticationType)
Sets (as xml) the "SMTPAuthenticationType" element


unsetSMTPAuthenticationType

void unsetSMTPAuthenticationType()
Unsets the "SMTPAuthenticationType" element


getDomainName

java.lang.String getDomainName()
Gets the "DomainName" element


xgetDomainName

org.apache.xmlbeans.XmlString xgetDomainName()
Gets (as xml) the "DomainName" element


isSetDomainName

boolean isSetDomainName()
True if has "DomainName" element


setDomainName

void setDomainName(java.lang.String domainName)
Sets the "DomainName" element


xsetDomainName

void xsetDomainName(org.apache.xmlbeans.XmlString domainName)
Sets (as xml) the "DomainName" element


unsetDomainName

void unsetDomainName()
Unsets the "DomainName" element


getServerName

java.lang.String getServerName()
Gets the "ServerName" element


xgetServerName

org.apache.xmlbeans.XmlString xgetServerName()
Gets (as xml) the "ServerName" element


isSetServerName

boolean isSetServerName()
True if has "ServerName" element


setServerName

void setServerName(java.lang.String serverName)
Sets the "ServerName" element


xsetServerName

void xsetServerName(org.apache.xmlbeans.XmlString serverName)
Sets (as xml) the "ServerName" element


unsetServerName

void unsetServerName()
Unsets the "ServerName" element


getPort

int getPort()
Gets the "Port" element


xgetPort

org.apache.xmlbeans.XmlInt xgetPort()
Gets (as xml) the "Port" element


isSetPort

boolean isSetPort()
True if has "Port" element


setPort

void setPort(int port)
Sets the "Port" element


xsetPort

void xsetPort(org.apache.xmlbeans.XmlInt port)
Sets (as xml) the "Port" element


unsetPort

void unsetPort()
Unsets the "Port" element


getSenderAddress

java.lang.String getSenderAddress()
Gets the "SenderAddress" element


xgetSenderAddress

org.apache.xmlbeans.XmlString xgetSenderAddress()
Gets (as xml) the "SenderAddress" element


isSetSenderAddress

boolean isSetSenderAddress()
True if has "SenderAddress" element


setSenderAddress

void setSenderAddress(java.lang.String senderAddress)
Sets the "SenderAddress" element


xsetSenderAddress

void xsetSenderAddress(org.apache.xmlbeans.XmlString senderAddress)
Sets (as xml) the "SenderAddress" element


unsetSenderAddress

void unsetSenderAddress()
Unsets the "SenderAddress" element


getCCAddresses

CCAddresses getCCAddresses()
Gets the "CCAddresses" element


isSetCCAddresses

boolean isSetCCAddresses()
True if has "CCAddresses" element


setCCAddresses

void setCCAddresses(CCAddresses ccAddresses)
Sets the "CCAddresses" element


addNewCCAddresses

CCAddresses addNewCCAddresses()
Appends and returns a new empty "CCAddresses" element


unsetCCAddresses

void unsetCCAddresses()
Unsets the "CCAddresses" element


getToAddresses

ToAddresses getToAddresses()
Gets the "ToAddresses" element


isSetToAddresses

boolean isSetToAddresses()
True if has "ToAddresses" element


setToAddresses

void setToAddresses(ToAddresses toAddresses)
Sets the "ToAddresses" element


addNewToAddresses

ToAddresses addNewToAddresses()
Appends and returns a new empty "ToAddresses" element


unsetToAddresses

void unsetToAddresses()
Unsets the "ToAddresses" element


getSubject

java.lang.String getSubject()
Gets the "Subject" element


xgetSubject

org.apache.xmlbeans.XmlString xgetSubject()
Gets (as xml) the "Subject" element


isSetSubject

boolean isSetSubject()
True if has "Subject" element


setSubject

void setSubject(java.lang.String subject)
Sets the "Subject" element


xsetSubject

void xsetSubject(org.apache.xmlbeans.XmlString subject)
Sets (as xml) the "Subject" element


unsetSubject

void unsetSubject()
Unsets the "Subject" element


getMessage

java.lang.String getMessage()
Gets the "Message" element


xgetMessage

org.apache.xmlbeans.XmlString xgetMessage()
Gets (as xml) the "Message" element


isSetMessage

boolean isSetMessage()
True if has "Message" element


setMessage

void setMessage(java.lang.String message)
Sets the "Message" element


xsetMessage

void xsetMessage(org.apache.xmlbeans.XmlString message)
Sets (as xml) the "Message" element


unsetMessage

void unsetMessage()
Unsets the "Message" element


getDelimiter

java.lang.String getDelimiter()
Gets the "Delimiter" element


xgetDelimiter

org.apache.xmlbeans.XmlString xgetDelimiter()
Gets (as xml) the "Delimiter" element


isSetDelimiter

boolean isSetDelimiter()
True if has "Delimiter" element


setDelimiter

void setDelimiter(java.lang.String delimiter)
Sets the "Delimiter" element


xsetDelimiter

void xsetDelimiter(org.apache.xmlbeans.XmlString delimiter)
Sets (as xml) the "Delimiter" element


unsetDelimiter

void unsetDelimiter()
Unsets the "Delimiter" element


getSMTPPasswordNotEmpty

boolean getSMTPPasswordNotEmpty()
Gets the "SMTPPasswordNotEmpty" element


xgetSMTPPasswordNotEmpty

org.apache.xmlbeans.XmlBoolean xgetSMTPPasswordNotEmpty()
Gets (as xml) the "SMTPPasswordNotEmpty" element


isSetSMTPPasswordNotEmpty

boolean isSetSMTPPasswordNotEmpty()
True if has "SMTPPasswordNotEmpty" element


setSMTPPasswordNotEmpty

void setSMTPPasswordNotEmpty(boolean smtpPasswordNotEmpty)
Sets the "SMTPPasswordNotEmpty" element


xsetSMTPPasswordNotEmpty

void xsetSMTPPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean smtpPasswordNotEmpty)
Sets (as xml) the "SMTPPasswordNotEmpty" element


unsetSMTPPasswordNotEmpty

void unsetSMTPPasswordNotEmpty()
Unsets the "SMTPPasswordNotEmpty" element


getSMTPPasswordSet

boolean getSMTPPasswordSet()
Gets the "SMTPPasswordSet" element


xgetSMTPPasswordSet

org.apache.xmlbeans.XmlBoolean xgetSMTPPasswordSet()
Gets (as xml) the "SMTPPasswordSet" element


isSetSMTPPasswordSet

boolean isSetSMTPPasswordSet()
True if has "SMTPPasswordSet" element


setSMTPPasswordSet

void setSMTPPasswordSet(boolean smtpPasswordSet)
Sets the "SMTPPasswordSet" element


xsetSMTPPasswordSet

void xsetSMTPPasswordSet(org.apache.xmlbeans.XmlBoolean smtpPasswordSet)
Sets (as xml) the "SMTPPasswordSet" element


unsetSMTPPasswordSet

void unsetSMTPPasswordSet()
Unsets the "SMTPPasswordSet" element


getAttachmentsEnabled

boolean getAttachmentsEnabled()
Gets the "AttachmentsEnabled" element


xgetAttachmentsEnabled

org.apache.xmlbeans.XmlBoolean xgetAttachmentsEnabled()
Gets (as xml) the "AttachmentsEnabled" element


isSetAttachmentsEnabled

boolean isSetAttachmentsEnabled()
True if has "AttachmentsEnabled" element


setAttachmentsEnabled

void setAttachmentsEnabled(boolean attachmentsEnabled)
Sets the "AttachmentsEnabled" element


xsetAttachmentsEnabled

void xsetAttachmentsEnabled(org.apache.xmlbeans.XmlBoolean attachmentsEnabled)
Sets (as xml) the "AttachmentsEnabled" element


unsetAttachmentsEnabled

void unsetAttachmentsEnabled()
Unsets the "AttachmentsEnabled" element


getAttachments

Attachments getAttachments()
Gets the "Attachments" element


isSetAttachments

boolean isSetAttachments()
True if has "Attachments" element


setAttachments

void setAttachments(Attachments attachments)
Sets the "Attachments" element


addNewAttachments

Attachments addNewAttachments()
Appends and returns a new empty "Attachments" element


unsetAttachments

void unsetAttachments()
Unsets the "Attachments" element