|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FtpScheduleOptions
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getLogin()
org.apache.xmlbeans.XmlString xgetLogin()
boolean isSetLogin()
void setLogin(java.lang.String login)
void xsetLogin(org.apache.xmlbeans.XmlString login)
void unsetLogin()
java.lang.String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(java.lang.String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
java.lang.String getCredKey()
org.apache.xmlbeans.XmlString xgetCredKey()
boolean isSetCredKey()
void setCredKey(java.lang.String credKey)
void xsetCredKey(org.apache.xmlbeans.XmlString credKey)
void unsetCredKey()
boolean getPasswordNotEmpty()
org.apache.xmlbeans.XmlBoolean xgetPasswordNotEmpty()
boolean isSetPasswordNotEmpty()
void setPasswordNotEmpty(boolean passwordNotEmpty)
void xsetPasswordNotEmpty(org.apache.xmlbeans.XmlBoolean passwordNotEmpty)
void unsetPasswordNotEmpty()
boolean getPasswordSet()
org.apache.xmlbeans.XmlBoolean xgetPasswordSet()
boolean isSetPasswordSet()
void setPasswordSet(boolean passwordSet)
void xsetPasswordSet(org.apache.xmlbeans.XmlBoolean passwordSet)
void unsetPasswordSet()
java.lang.String getServerName()
org.apache.xmlbeans.XmlString xgetServerName()
boolean isSetServerName()
void setServerName(java.lang.String serverName)
void xsetServerName(org.apache.xmlbeans.XmlString serverName)
void unsetServerName()
java.lang.String getPort()
org.apache.xmlbeans.XmlString xgetPort()
boolean isSetPort()
void setPort(java.lang.String port)
void xsetPort(org.apache.xmlbeans.XmlString port)
void unsetPort()
java.lang.String getAccount()
org.apache.xmlbeans.XmlString xgetAccount()
boolean isSetAccount()
void setAccount(java.lang.String account)
void xsetAccount(org.apache.xmlbeans.XmlString account)
void unsetAccount()
DestinationFiles getDestinationFiles()
boolean isSetDestinationFiles()
void setDestinationFiles(DestinationFiles destinationFiles)
DestinationFiles addNewDestinationFiles()
void unsetDestinationFiles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||