com.businessobjects.enterprise.ftp
Interface FtpScheduleOptions

All Superinterfaces:
DestinationScheduleOptions

public interface FtpScheduleOptions
extends DestinationScheduleOptions

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


Nested Class Summary
static class FtpScheduleOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DestinationFiles addNewDestinationFiles()
          Appends and returns a new empty "DestinationFiles" element
 java.lang.String getAccount()
          Gets the "Account" element
 java.lang.String getCredKey()
          Gets the "CredKey" element
 DestinationFiles getDestinationFiles()
          Gets the "DestinationFiles" element
 java.lang.String getLogin()
          Gets the "Login" element
 java.lang.String getPassword()
          Gets the "Password" element
 boolean getPasswordNotEmpty()
          Gets the "PasswordNotEmpty" element
 boolean getPasswordSet()
          Gets the "PasswordSet" element
 java.lang.String getPort()
          Gets the "Port" element
 java.lang.String getServerName()
          Gets the "ServerName" element
 boolean isSetAccount()
          True if has "Account" element
 boolean isSetCredKey()
          True if has "CredKey" element
 boolean isSetDestinationFiles()
          True if has "DestinationFiles" element
 boolean isSetLogin()
          True if has "Login" element
 boolean isSetPassword()
          True if has "Password" element
 boolean isSetPasswordNotEmpty()
          True if has "PasswordNotEmpty" element
 boolean isSetPasswordSet()
          True if has "PasswordSet" element
 boolean isSetPort()
          True if has "Port" element
 boolean isSetServerName()
          True if has "ServerName" element
 void setAccount(java.lang.String account)
          Sets the "Account" element
 void setCredKey(java.lang.String credKey)
          Sets the "CredKey" element
 void setDestinationFiles(DestinationFiles destinationFiles)
          Sets the "DestinationFiles" element
 void setLogin(java.lang.String login)
          Sets the "Login" element
 void setPassword(java.lang.String password)
          Sets the "Password" element
 void setPasswordNotEmpty(boolean passwordNotEmpty)
          Sets the "PasswordNotEmpty" element
 void setPasswordSet(boolean passwordSet)
          Sets the "PasswordSet" element
 void setPort(java.lang.String port)
          Sets the "Port" element
 void setServerName(java.lang.String serverName)
          Sets the "ServerName" element
 void unsetAccount()
          Unsets the "Account" element
 void unsetCredKey()
          Unsets the "CredKey" element
 void unsetDestinationFiles()
          Unsets the "DestinationFiles" element
 void unsetLogin()
          Unsets the "Login" element
 void unsetPassword()
          Unsets the "Password" element
 void unsetPasswordNotEmpty()
          Unsets the "PasswordNotEmpty" element
 void unsetPasswordSet()
          Unsets the "PasswordSet" element
 void unsetPort()
          Unsets the "Port" element
 void unsetServerName()
          Unsets the "ServerName" element
 org.apache.xmlbeans.XmlString xgetAccount()
          Gets (as xml) the "Account" element
 org.apache.xmlbeans.XmlString xgetCredKey()
          Gets (as xml) the "CredKey" element
 org.apache.xmlbeans.XmlString xgetLogin()
          Gets (as xml) the "Login" element
 org.apache.xmlbeans.XmlString xgetPassword()
          Gets (as xml) the "Password" element
 org.apache.xmlbeans.XmlBoolean xgetPasswordNotEmpty()
          Gets (as xml) the "PasswordNotEmpty" element
 org.apache.xmlbeans.XmlBoolean xgetPasswordSet()
          Gets (as xml) the "PasswordSet" element
 org.apache.xmlbeans.XmlString xgetPort()
          Gets (as xml) the "Port" element
 org.apache.xmlbeans.XmlString xgetServerName()
          Gets (as xml) the "ServerName" element
 void xsetAccount(org.apache.xmlbeans.XmlString account)
          Sets (as xml) the "Account" element
 void xsetCredKey(org.apache.xmlbeans.XmlString credKey)
          Sets (as xml) the "CredKey" element
 void xsetLogin(org.apache.xmlbeans.XmlString login)
          Sets (as xml) the "Login" element
 void xsetPassword(org.apache.xmlbeans.XmlString password)
          Sets (as xml) the "Password" element
 void xsetPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean passwordNotEmpty)
          Sets (as xml) the "PasswordNotEmpty" element
 void xsetPasswordSet(org.apache.xmlbeans.XmlBoolean passwordSet)
          Sets (as xml) the "PasswordSet" element
 void xsetPort(org.apache.xmlbeans.XmlString port)
          Sets (as xml) the "Port" element
 void xsetServerName(org.apache.xmlbeans.XmlString serverName)
          Sets (as xml) the "ServerName" element
 

Field Detail

type

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

getLogin

java.lang.String getLogin()
Gets the "Login" element


xgetLogin

org.apache.xmlbeans.XmlString xgetLogin()
Gets (as xml) the "Login" element


isSetLogin

boolean isSetLogin()
True if has "Login" element


setLogin

void setLogin(java.lang.String login)
Sets the "Login" element


xsetLogin

void xsetLogin(org.apache.xmlbeans.XmlString login)
Sets (as xml) the "Login" element


unsetLogin

void unsetLogin()
Unsets the "Login" element


getPassword

java.lang.String getPassword()
Gets the "Password" element


xgetPassword

org.apache.xmlbeans.XmlString xgetPassword()
Gets (as xml) the "Password" element


isSetPassword

boolean isSetPassword()
True if has "Password" element


setPassword

void setPassword(java.lang.String password)
Sets the "Password" element


xsetPassword

void xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "Password" element


unsetPassword

void unsetPassword()
Unsets the "Password" element


getCredKey

java.lang.String getCredKey()
Gets the "CredKey" element


xgetCredKey

org.apache.xmlbeans.XmlString xgetCredKey()
Gets (as xml) the "CredKey" element


isSetCredKey

boolean isSetCredKey()
True if has "CredKey" element


setCredKey

void setCredKey(java.lang.String credKey)
Sets the "CredKey" element


xsetCredKey

void xsetCredKey(org.apache.xmlbeans.XmlString credKey)
Sets (as xml) the "CredKey" element


unsetCredKey

void unsetCredKey()
Unsets the "CredKey" element


getPasswordNotEmpty

boolean getPasswordNotEmpty()
Gets the "PasswordNotEmpty" element


xgetPasswordNotEmpty

org.apache.xmlbeans.XmlBoolean xgetPasswordNotEmpty()
Gets (as xml) the "PasswordNotEmpty" element


isSetPasswordNotEmpty

boolean isSetPasswordNotEmpty()
True if has "PasswordNotEmpty" element


setPasswordNotEmpty

void setPasswordNotEmpty(boolean passwordNotEmpty)
Sets the "PasswordNotEmpty" element


xsetPasswordNotEmpty

void xsetPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean passwordNotEmpty)
Sets (as xml) the "PasswordNotEmpty" element


unsetPasswordNotEmpty

void unsetPasswordNotEmpty()
Unsets the "PasswordNotEmpty" element


getPasswordSet

boolean getPasswordSet()
Gets the "PasswordSet" element


xgetPasswordSet

org.apache.xmlbeans.XmlBoolean xgetPasswordSet()
Gets (as xml) the "PasswordSet" element


isSetPasswordSet

boolean isSetPasswordSet()
True if has "PasswordSet" element


setPasswordSet

void setPasswordSet(boolean passwordSet)
Sets the "PasswordSet" element


xsetPasswordSet

void xsetPasswordSet(org.apache.xmlbeans.XmlBoolean passwordSet)
Sets (as xml) the "PasswordSet" element


unsetPasswordSet

void unsetPasswordSet()
Unsets the "PasswordSet" 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

java.lang.String getPort()
Gets the "Port" element


xgetPort

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


isSetPort

boolean isSetPort()
True if has "Port" element


setPort

void setPort(java.lang.String port)
Sets the "Port" element


xsetPort

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


unsetPort

void unsetPort()
Unsets the "Port" element


getAccount

java.lang.String getAccount()
Gets the "Account" element


xgetAccount

org.apache.xmlbeans.XmlString xgetAccount()
Gets (as xml) the "Account" element


isSetAccount

boolean isSetAccount()
True if has "Account" element


setAccount

void setAccount(java.lang.String account)
Sets the "Account" element


xsetAccount

void xsetAccount(org.apache.xmlbeans.XmlString account)
Sets (as xml) the "Account" element


unsetAccount

void unsetAccount()
Unsets the "Account" element


getDestinationFiles

DestinationFiles getDestinationFiles()
Gets the "DestinationFiles" element


isSetDestinationFiles

boolean isSetDestinationFiles()
True if has "DestinationFiles" element


setDestinationFiles

void setDestinationFiles(DestinationFiles destinationFiles)
Sets the "DestinationFiles" element


addNewDestinationFiles

DestinationFiles addNewDestinationFiles()
Appends and returns a new empty "DestinationFiles" element


unsetDestinationFiles

void unsetDestinationFiles()
Unsets the "DestinationFiles" element