com.businessobjects.enterprise.diskunmanaged
Interface DiskUnmanagedScheduleOptions

All Superinterfaces:
DestinationScheduleOptions

public interface DiskUnmanagedScheduleOptions
extends DestinationScheduleOptions

Sets the global or schedule options to an unmanaged disk location.


Nested Class Summary
static class DiskUnmanagedScheduleOptions.Factory
          A class with methods for creating instances of the DiskUnmanagedScheduleOptions type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 DestinationFiles addNewDestinationFiles()
          Appends and returns a new empty DestinationFiles object.
 java.lang.String getCredKey()
          Returns the credential key.
 DestinationFiles getDestinationFiles()
          Returns the collection used to add, delete, and modify unmanaged disk files.
 java.lang.String getLogin()
          Returns the user name to log on to a remote file system.
 java.lang.String getPassword()
          Internal Use Only.
 boolean getPasswordNotEmpty()
          Returns a boolean indicating whether the password is set and not empty.
 boolean getPasswordSet()
          Returns a boolean indicating whether the password is set.
 boolean isSetCredKey()
          Checks if the CredKey element has been set.
 boolean isSetDestinationFiles()
          Checks if the DestinationFiles element has been set.
 boolean isSetLogin()
          Checks if the Login has been set.
 boolean isSetPassword()
          Internal Use Only.
 boolean isSetPasswordNotEmpty()
          Checks if the PasswordNotEmpty element has been set.
 boolean isSetPasswordSet()
          Internal Use Only.
 void setCredKey(java.lang.String credKey)
          Internal Use Only.
 void setDestinationFiles(DestinationFiles destinationFiles)
          Sets the collection used to add, delete, and modify unmanaged disk files.
 void setLogin(java.lang.String login)
          Sets the user name to log on to a remote file system.
 void setPassword(java.lang.String password)
          Sets the password to log on to a remote file system.
 void setPasswordNotEmpty(boolean passwordNotEmpty)
          Internal Use Only.
 void setPasswordSet(boolean passwordSet)
          Internal Use Only.
 void unsetCredKey()
          Internal Use Only.
 void unsetDestinationFiles()
          Deletes or unsets the DestinationFiles element.
 void unsetLogin()
          Deletes or unsets the Login element.
 void unsetPassword()
          Internal Use Only.
 void unsetPasswordNotEmpty()
          Internal Use Only.
 void unsetPasswordSet()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetCredKey()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetLogin()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetPassword()
          Internal Use Only.
 org.apache.xmlbeans.XmlBoolean xgetPasswordNotEmpty()
          Internal Use Only.
 org.apache.xmlbeans.XmlBoolean xgetPasswordSet()
          Internal Use Only.
 void xsetCredKey(org.apache.xmlbeans.XmlString credKey)
          Internal Use Only.
 void xsetLogin(org.apache.xmlbeans.XmlString login)
          Internal Use Only.
 void xsetPassword(org.apache.xmlbeans.XmlString password)
          Internal Use Only.
 void xsetPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean passwordNotEmpty)
          Internal Use Only.
 void xsetPasswordSet(org.apache.xmlbeans.XmlBoolean passwordSet)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getLogin

java.lang.String getLogin()

Returns the user name to log on to a remote file system.

Returns:
A String containing the user name to log on to a remote file system.

xgetLogin

org.apache.xmlbeans.XmlString xgetLogin()
Internal Use Only.


isSetLogin

boolean isSetLogin()
Checks if the Login has been set.

Returns:
true if the Login has been set, and false otherwise.

setLogin

void setLogin(java.lang.String login)

Sets the user name to log on to a remote file system.

Parameters:
login - A String containing the user name to log on to a remote file system.

xsetLogin

void xsetLogin(org.apache.xmlbeans.XmlString login)
Internal Use Only.


unsetLogin

void unsetLogin()

Deletes or unsets the Login element.


getPassword

java.lang.String getPassword()
Internal Use Only.


xgetPassword

org.apache.xmlbeans.XmlString xgetPassword()
Internal Use Only.


isSetPassword

boolean isSetPassword()
Internal Use Only.


setPassword

void setPassword(java.lang.String password)

Sets the password to log on to a remote file system.

Parameters:
password - A String containing the password to log on to a remote file system.

xsetPassword

void xsetPassword(org.apache.xmlbeans.XmlString password)
Internal Use Only.


unsetPassword

void unsetPassword()
Internal Use Only.


getCredKey

java.lang.String getCredKey()

Returns the credential key.

Returns:
The credential key.

xgetCredKey

org.apache.xmlbeans.XmlString xgetCredKey()
Internal Use Only.


isSetCredKey

boolean isSetCredKey()
Checks if the CredKey element has been set.

Returns:
true if the CredKey element has been set, and false otherwise.

setCredKey

void setCredKey(java.lang.String credKey)
Internal Use Only.


xsetCredKey

void xsetCredKey(org.apache.xmlbeans.XmlString credKey)
Internal Use Only.


unsetCredKey

void unsetCredKey()
Internal Use Only.


getPasswordNotEmpty

boolean getPasswordNotEmpty()

Returns a boolean indicating whether the password is set and not empty.

Returns:
true if the password is set and not empty, otherwise false.

xgetPasswordNotEmpty

org.apache.xmlbeans.XmlBoolean xgetPasswordNotEmpty()
Internal Use Only.


isSetPasswordNotEmpty

boolean isSetPasswordNotEmpty()
Checks if the PasswordNotEmpty element has been set.

Returns:
true if the PasswordNotEmpty element has been set, otherwise false.

setPasswordNotEmpty

void setPasswordNotEmpty(boolean passwordNotEmpty)
Internal Use Only.


xsetPasswordNotEmpty

void xsetPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean passwordNotEmpty)
Internal Use Only.


unsetPasswordNotEmpty

void unsetPasswordNotEmpty()
Internal Use Only.


getPasswordSet

boolean getPasswordSet()

Returns a boolean indicating whether the password is set.

Returns:
true if the password is set, otherwise false.

xgetPasswordSet

org.apache.xmlbeans.XmlBoolean xgetPasswordSet()
Internal Use Only.


isSetPasswordSet

boolean isSetPasswordSet()
Internal Use Only.


setPasswordSet

void setPasswordSet(boolean passwordSet)
Internal Use Only.


xsetPasswordSet

void xsetPasswordSet(org.apache.xmlbeans.XmlBoolean passwordSet)
Internal Use Only.


unsetPasswordSet

void unsetPasswordSet()
Internal Use Only.


getDestinationFiles

DestinationFiles getDestinationFiles()

Returns the collection used to add, delete, and modify unmanaged disk files.

Returns:
The collection used to add, delete, and modify unmanaged disk files.

isSetDestinationFiles

boolean isSetDestinationFiles()
Checks if the DestinationFiles element has been set.

Returns:
true if the DestinationFiles element has been set, otherwise false.

setDestinationFiles

void setDestinationFiles(DestinationFiles destinationFiles)

Sets the collection used to add, delete, and modify unmanaged disk files.

Parameters:
destinationFiles - The collection used to add, delete, and modify unmanaged disk files.

addNewDestinationFiles

DestinationFiles addNewDestinationFiles()
Appends and returns a new empty DestinationFiles object.

Returns:
The DestinationFiles object.

unsetDestinationFiles

void unsetDestinationFiles()

Deletes or unsets the DestinationFiles element.