com.businessobjects.enterprise.diskunmanaged
Interface DiskUnmanagedScheduleOptions

All Superinterfaces:
DestinationScheduleOptions

public interface DiskUnmanagedScheduleOptions
extends DestinationScheduleOptions

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


Nested Class Summary
static class DiskUnmanagedScheduleOptions.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 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
 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
 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 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
 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
 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
 

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


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