|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DiskUnmanagedScheduleOptions
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getLogin()
Returns the user name to log on to a remote file system.
String containing the user name to log on to a remote file system.org.apache.xmlbeans.XmlString xgetLogin()
boolean isSetLogin()
Login has been set.
true if the Login has been set, and false otherwise.void setLogin(java.lang.String login)
Sets the user name to log on to a remote file system.
login - A String containing the user name to log on to a remote file system.void xsetLogin(org.apache.xmlbeans.XmlString login)
void unsetLogin()
Deletes or unsets the Login element.
java.lang.String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(java.lang.String password)
Sets the password to log on to a remote file system.
password - A String containing the password to log on to a remote file system.void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
java.lang.String getCredKey()
Returns the credential key.
org.apache.xmlbeans.XmlString xgetCredKey()
boolean isSetCredKey()
CredKey element has been set.
true if the CredKey element has been set, and false otherwise.void setCredKey(java.lang.String credKey)
void xsetCredKey(org.apache.xmlbeans.XmlString credKey)
void unsetCredKey()
boolean getPasswordNotEmpty()
Returns a boolean indicating whether the password is set and not empty.
true if the password is set and not empty, otherwise false.org.apache.xmlbeans.XmlBoolean xgetPasswordNotEmpty()
boolean isSetPasswordNotEmpty()
PasswordNotEmpty element has been set.
true if the PasswordNotEmpty element has been set, otherwise false.void setPasswordNotEmpty(boolean passwordNotEmpty)
void xsetPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean passwordNotEmpty)
void unsetPasswordNotEmpty()
boolean getPasswordSet()
Returns a boolean indicating whether the password is set.
true if the password is set, otherwise false.org.apache.xmlbeans.XmlBoolean xgetPasswordSet()
boolean isSetPasswordSet()
void setPasswordSet(boolean passwordSet)
void xsetPasswordSet(org.apache.xmlbeans.XmlBoolean passwordSet)
void unsetPasswordSet()
DestinationFiles getDestinationFiles()
Returns the collection used to add, delete, and modify unmanaged disk files.
boolean isSetDestinationFiles()
DestinationFiles element has been set.
true if the DestinationFiles element has been set, otherwise false.void setDestinationFiles(DestinationFiles destinationFiles)
Sets the collection used to add, delete, and modify unmanaged disk files.
destinationFiles - The collection used to add, delete, and modify unmanaged disk files.DestinationFiles addNewDestinationFiles()
DestinationFiles object.
DestinationFiles object.void unsetDestinationFiles()
Deletes or unsets the DestinationFiles element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||