com.businessobjects.enterprise.program
Interface BinaryProgram

All Superinterfaces:
ProgramInterface

public interface BinaryProgram
extends ProgramInterface

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


Nested Class Summary
static class BinaryProgram.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 EnvironmentVars addNewEnvironmentVars()
          Appends and returns a new empty "EnvironmentVars" element
 ExternalDependencies addNewExternalDependencies()
          Appends and returns a new empty "ExternalDependencies" element
 java.lang.String getArgs()
          Gets the "Args" element
 EnvironmentVars getEnvironmentVars()
          Gets the "EnvironmentVars" element
 ExternalDependencies getExternalDependencies()
          Gets the "ExternalDependencies" element
 java.lang.String getPassword()
          Gets the "Password" element
 boolean getPasswordNotEmpty()
          Gets the "PasswordNotEmpty" element
 boolean getPasswordSet()
          Gets the "PasswordSet" element
 java.lang.String getUserName()
          Gets the "UserName" element
 java.lang.String getWorkingDir()
          Gets the "WorkingDir" element
 boolean isSetArgs()
          True if has "Args" element
 boolean isSetEnvironmentVars()
          True if has "EnvironmentVars" element
 boolean isSetExternalDependencies()
          True if has "ExternalDependencies" element
 boolean isSetPassword()
          True if has "Password" element
 boolean isSetPasswordNotEmpty()
          True if has "PasswordNotEmpty" element
 boolean isSetPasswordSet()
          True if has "PasswordSet" element
 boolean isSetUserName()
          True if has "UserName" element
 boolean isSetWorkingDir()
          True if has "WorkingDir" element
 void setArgs(java.lang.String args)
          Sets the "Args" element
 void setEnvironmentVars(EnvironmentVars environmentVars)
          Sets the "EnvironmentVars" element
 void setExternalDependencies(ExternalDependencies externalDependencies)
          Sets the "ExternalDependencies" 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 setUserName(java.lang.String userName)
          Sets the "UserName" element
 void setWorkingDir(java.lang.String workingDir)
          Sets the "WorkingDir" element
 void unsetArgs()
          Unsets the "Args" element
 void unsetEnvironmentVars()
          Unsets the "EnvironmentVars" element
 void unsetExternalDependencies()
          Unsets the "ExternalDependencies" element
 void unsetPassword()
          Unsets the "Password" element
 void unsetPasswordNotEmpty()
          Unsets the "PasswordNotEmpty" element
 void unsetPasswordSet()
          Unsets the "PasswordSet" element
 void unsetUserName()
          Unsets the "UserName" element
 void unsetWorkingDir()
          Unsets the "WorkingDir" element
 org.apache.xmlbeans.XmlString xgetArgs()
          Gets (as xml) the "Args" 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 xgetUserName()
          Gets (as xml) the "UserName" element
 org.apache.xmlbeans.XmlString xgetWorkingDir()
          Gets (as xml) the "WorkingDir" element
 void xsetArgs(org.apache.xmlbeans.XmlString args)
          Sets (as xml) the "Args" 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 xsetUserName(org.apache.xmlbeans.XmlString userName)
          Sets (as xml) the "UserName" element
 void xsetWorkingDir(org.apache.xmlbeans.XmlString workingDir)
          Sets (as xml) the "WorkingDir" element
 

Field Detail

type

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

getArgs

java.lang.String getArgs()
Gets the "Args" element


xgetArgs

org.apache.xmlbeans.XmlString xgetArgs()
Gets (as xml) the "Args" element


isSetArgs

boolean isSetArgs()
True if has "Args" element


setArgs

void setArgs(java.lang.String args)
Sets the "Args" element


xsetArgs

void xsetArgs(org.apache.xmlbeans.XmlString args)
Sets (as xml) the "Args" element


unsetArgs

void unsetArgs()
Unsets the "Args" element


getWorkingDir

java.lang.String getWorkingDir()
Gets the "WorkingDir" element


xgetWorkingDir

org.apache.xmlbeans.XmlString xgetWorkingDir()
Gets (as xml) the "WorkingDir" element


isSetWorkingDir

boolean isSetWorkingDir()
True if has "WorkingDir" element


setWorkingDir

void setWorkingDir(java.lang.String workingDir)
Sets the "WorkingDir" element


xsetWorkingDir

void xsetWorkingDir(org.apache.xmlbeans.XmlString workingDir)
Sets (as xml) the "WorkingDir" element


unsetWorkingDir

void unsetWorkingDir()
Unsets the "WorkingDir" element


getEnvironmentVars

EnvironmentVars getEnvironmentVars()
Gets the "EnvironmentVars" element


isSetEnvironmentVars

boolean isSetEnvironmentVars()
True if has "EnvironmentVars" element


setEnvironmentVars

void setEnvironmentVars(EnvironmentVars environmentVars)
Sets the "EnvironmentVars" element


addNewEnvironmentVars

EnvironmentVars addNewEnvironmentVars()
Appends and returns a new empty "EnvironmentVars" element


unsetEnvironmentVars

void unsetEnvironmentVars()
Unsets the "EnvironmentVars" element


getExternalDependencies

ExternalDependencies getExternalDependencies()
Gets the "ExternalDependencies" element


isSetExternalDependencies

boolean isSetExternalDependencies()
True if has "ExternalDependencies" element


setExternalDependencies

void setExternalDependencies(ExternalDependencies externalDependencies)
Sets the "ExternalDependencies" element


addNewExternalDependencies

ExternalDependencies addNewExternalDependencies()
Appends and returns a new empty "ExternalDependencies" element


unsetExternalDependencies

void unsetExternalDependencies()
Unsets the "ExternalDependencies" element


getUserName

java.lang.String getUserName()
Gets the "UserName" element


xgetUserName

org.apache.xmlbeans.XmlString xgetUserName()
Gets (as xml) the "UserName" element


isSetUserName

boolean isSetUserName()
True if has "UserName" element


setUserName

void setUserName(java.lang.String userName)
Sets the "UserName" element


xsetUserName

void xsetUserName(org.apache.xmlbeans.XmlString userName)
Sets (as xml) the "UserName" element


unsetUserName

void unsetUserName()
Unsets the "UserName" 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


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