com.businessobjects.enterprise.program
Interface Program

All Superinterfaces:
InfoObject

public interface Program
extends InfoObject

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


Nested Class Summary
static class Program.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 AnalyticActivities addNewAnalyticActivities()
          Appends and returns a new empty "AnalyticActivities" element
 CorporateCategories addNewCorporateCategories()
          Appends and returns a new empty "CorporateCategories" element
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 EncyclopediaTopics addNewEncyclopediaTopics()
          Appends and returns a new empty "EncyclopediaTopics" element
 FileProperties addNewFileProperties()
          Appends and returns a new empty "FileProperties" element
 PersonalCategories addNewPersonalCategories()
          Appends and returns a new empty "PersonalCategories" element
 ProgramInterface addNewProgramInterface()
          Appends and returns a new empty "ProgramInterface" element
 SchedulingInfo addNewSchedulingInfo()
          Appends and returns a new empty "SchedulingInfo" element
 AnalyticActivities getAnalyticActivities()
          Gets the "AnalyticActivities" element
 CorporateCategories getCorporateCategories()
          Gets the "CorporateCategories" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 EncyclopediaTopics getEncyclopediaTopics()
          Gets the "EncyclopediaTopics" element
 FileProperties getFileProperties()
          Gets the "FileProperties" element
 boolean getGlobalCredentialsEnabled()
          Gets the "GlobalCredentialsEnabled" element
 boolean getJavaImpersonationUsed()
          Gets the "JavaImpersonationUsed" element
 java.lang.String getPassword()
          Gets the "Password" element
 boolean getPasswordNotEmpty()
          Gets the "PasswordNotEmpty" element
 boolean getPasswordSet()
          Gets the "PasswordSet" element
 PersonalCategories getPersonalCategories()
          Gets the "PersonalCategories" element
 java.lang.String getProcessingProgID()
          Gets the "ProcessingProgID" element
 ProgramInterface getProgramInterface()
          Gets the "ProgramInterface" element
 ProgramTypeEnum.Enum getProgramType()
          Gets the "ProgramType" element
 boolean getRunBinaryAndScriptAllowed()
          Gets the "RunBinaryAndScriptAllowed" element
 boolean getRunJavaAllowed()
          Gets the "RunJavaAllowed" element
 SchedulingInfo getSchedulingInfo()
          Gets the "SchedulingInfo" element
 java.lang.String getUserName()
          Gets the "UserName" element
 java.lang.String getViewerURL()
          Gets the "ViewerURL" element
 boolean isSetAnalyticActivities()
          True if has "AnalyticActivities" element
 boolean isSetCorporateCategories()
          True if has "CorporateCategories" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetEncyclopediaTopics()
          True if has "EncyclopediaTopics" element
 boolean isSetFileProperties()
          True if has "FileProperties" element
 boolean isSetGlobalCredentialsEnabled()
          True if has "GlobalCredentialsEnabled" element
 boolean isSetJavaImpersonationUsed()
          True if has "JavaImpersonationUsed" element
 boolean isSetPassword()
          True if has "Password" element
 boolean isSetPasswordNotEmpty()
          True if has "PasswordNotEmpty" element
 boolean isSetPasswordSet()
          True if has "PasswordSet" element
 boolean isSetPersonalCategories()
          True if has "PersonalCategories" element
 boolean isSetProcessingProgID()
          True if has "ProcessingProgID" element
 boolean isSetProgramInterface()
          True if has "ProgramInterface" element
 boolean isSetProgramType()
          True if has "ProgramType" element
 boolean isSetRunBinaryAndScriptAllowed()
          True if has "RunBinaryAndScriptAllowed" element
 boolean isSetRunJavaAllowed()
          True if has "RunJavaAllowed" element
 boolean isSetSchedulingInfo()
          True if has "SchedulingInfo" element
 boolean isSetUserName()
          True if has "UserName" element
 boolean isSetViewerURL()
          True if has "ViewerURL" element
 void setAnalyticActivities(AnalyticActivities analyticActivities)
          Sets the "AnalyticActivities" element
 void setCorporateCategories(CorporateCategories corporateCategories)
          Sets the "CorporateCategories" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
          Sets the "EncyclopediaTopics" element
 void setFileProperties(FileProperties fileProperties)
          Sets the "FileProperties" element
 void setGlobalCredentialsEnabled(boolean globalCredentialsEnabled)
          Sets the "GlobalCredentialsEnabled" element
 void setJavaImpersonationUsed(boolean javaImpersonationUsed)
          Sets the "JavaImpersonationUsed" 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 setPersonalCategories(PersonalCategories personalCategories)
          Sets the "PersonalCategories" element
 void setProcessingProgID(java.lang.String processingProgID)
          Sets the "ProcessingProgID" element
 void setProgramInterface(ProgramInterface programInterface)
          Sets the "ProgramInterface" element
 void setProgramType(ProgramTypeEnum.Enum programType)
          Sets the "ProgramType" element
 void setRunBinaryAndScriptAllowed(boolean runBinaryAndScriptAllowed)
          Sets the "RunBinaryAndScriptAllowed" element
 void setRunJavaAllowed(boolean runJavaAllowed)
          Sets the "RunJavaAllowed" element
 void setSchedulingInfo(SchedulingInfo schedulingInfo)
          Sets the "SchedulingInfo" element
 void setUserName(java.lang.String userName)
          Sets the "UserName" element
 void setViewerURL(java.lang.String viewerURL)
          Sets the "ViewerURL" element
 void unsetAnalyticActivities()
          Unsets the "AnalyticActivities" element
 void unsetCorporateCategories()
          Unsets the "CorporateCategories" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetEncyclopediaTopics()
          Unsets the "EncyclopediaTopics" element
 void unsetFileProperties()
          Unsets the "FileProperties" element
 void unsetGlobalCredentialsEnabled()
          Unsets the "GlobalCredentialsEnabled" element
 void unsetJavaImpersonationUsed()
          Unsets the "JavaImpersonationUsed" element
 void unsetPassword()
          Unsets the "Password" element
 void unsetPasswordNotEmpty()
          Unsets the "PasswordNotEmpty" element
 void unsetPasswordSet()
          Unsets the "PasswordSet" element
 void unsetPersonalCategories()
          Unsets the "PersonalCategories" element
 void unsetProcessingProgID()
          Unsets the "ProcessingProgID" element
 void unsetProgramInterface()
          Unsets the "ProgramInterface" element
 void unsetProgramType()
          Unsets the "ProgramType" element
 void unsetRunBinaryAndScriptAllowed()
          Unsets the "RunBinaryAndScriptAllowed" element
 void unsetRunJavaAllowed()
          Unsets the "RunJavaAllowed" element
 void unsetSchedulingInfo()
          Unsets the "SchedulingInfo" element
 void unsetUserName()
          Unsets the "UserName" element
 void unsetViewerURL()
          Unsets the "ViewerURL" element
 org.apache.xmlbeans.XmlBoolean xgetGlobalCredentialsEnabled()
          Gets (as xml) the "GlobalCredentialsEnabled" element
 org.apache.xmlbeans.XmlBoolean xgetJavaImpersonationUsed()
          Gets (as xml) the "JavaImpersonationUsed" 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 xgetProcessingProgID()
          Gets (as xml) the "ProcessingProgID" element
 ProgramTypeEnum xgetProgramType()
          Gets (as xml) the "ProgramType" element
 org.apache.xmlbeans.XmlBoolean xgetRunBinaryAndScriptAllowed()
          Gets (as xml) the "RunBinaryAndScriptAllowed" element
 org.apache.xmlbeans.XmlBoolean xgetRunJavaAllowed()
          Gets (as xml) the "RunJavaAllowed" element
 org.apache.xmlbeans.XmlString xgetUserName()
          Gets (as xml) the "UserName" element
 org.apache.xmlbeans.XmlString xgetViewerURL()
          Gets (as xml) the "ViewerURL" element
 void xsetGlobalCredentialsEnabled(org.apache.xmlbeans.XmlBoolean globalCredentialsEnabled)
          Sets (as xml) the "GlobalCredentialsEnabled" element
 void xsetJavaImpersonationUsed(org.apache.xmlbeans.XmlBoolean javaImpersonationUsed)
          Sets (as xml) the "JavaImpersonationUsed" 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 xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
          Sets (as xml) the "ProcessingProgID" element
 void xsetProgramType(ProgramTypeEnum programType)
          Sets (as xml) the "ProgramType" element
 void xsetRunBinaryAndScriptAllowed(org.apache.xmlbeans.XmlBoolean runBinaryAndScriptAllowed)
          Sets (as xml) the "RunBinaryAndScriptAllowed" element
 void xsetRunJavaAllowed(org.apache.xmlbeans.XmlBoolean runJavaAllowed)
          Sets (as xml) the "RunJavaAllowed" element
 void xsetUserName(org.apache.xmlbeans.XmlString userName)
          Sets (as xml) the "UserName" element
 void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
          Sets (as xml) the "ViewerURL" element
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.InfoObject
addNewAlerts, addNewMultilingualDescriptions, addNewMultilingualNames, addNewPluginInfo, addNewRolesOnObject, addNewSecurityInfo, addNewSecurityInfo2, addNewSharedDoc, getAlerts, getChildrenObjects, getCreationTime, getCUID, getDescription, getEndTime, getErrorMessage, getGUID, getID, getInstance, getInstanceObject, getIsApplicationObject, getIsComponent, getIsHiddenObject, getIsPluginObject, getIsRecurring, getIsRunnableObject, getIsSendable, getIsSystemObject, getKey, getKeywords, getKind, getLastRunTime, getLastSuccessfulInstanceCUID, getMultilingualDescriptions, getMultilingualNames, getName, getNewJobID, getNextRunTime, getObjectIsContainer, getOwner, getOwnerCUID, getParentCUID, getPluginInfo, getRolesOnObject, getRUID, getSchedulable, getSecurityInfo, getSecurityInfo2, getSharedDoc, getStartTime, getUiStatus, getUpdateTime, isSetAlerts, isSetChildrenObjects, isSetCreationTime, isSetCUID, isSetDescription, isSetEndTime, isSetErrorMessage, isSetGUID, isSetID, isSetInstance, isSetInstanceObject, isSetIsApplicationObject, isSetIsComponent, isSetIsHiddenObject, isSetIsPluginObject, isSetIsRecurring, isSetIsRunnableObject, isSetIsSendable, isSetIsSystemObject, isSetKey, isSetKeywords, isSetKind, isSetLastRunTime, isSetLastSuccessfulInstanceCUID, isSetMultilingualDescriptions, isSetMultilingualNames, isSetNewJobID, isSetNextRunTime, isSetObjectIsContainer, isSetOwner, isSetOwnerCUID, isSetParentCUID, isSetPluginInfo, isSetRolesOnObject, isSetRUID, isSetSchedulable, isSetSecurityInfo, isSetSecurityInfo2, isSetSharedDoc, isSetStartTime, isSetUiStatus, isSetUpdateTime, setAlerts, setChildrenObjects, setCreationTime, setCUID, setDescription, setEndTime, setErrorMessage, setGUID, setID, setInstance, setInstanceObject, setIsApplicationObject, setIsComponent, setIsHiddenObject, setIsPluginObject, setIsRecurring, setIsRunnableObject, setIsSendable, setIsSystemObject, setKey, setKeywords, setKind, setLastRunTime, setLastSuccessfulInstanceCUID, setMultilingualDescriptions, setMultilingualNames, setName, setNewJobID, setNextRunTime, setObjectIsContainer, setOwner, setOwnerCUID, setParentCUID, setPluginInfo, setRolesOnObject, setRUID, setSchedulable, setSecurityInfo, setSecurityInfo2, setSharedDoc, setStartTime, setUiStatus, setUpdateTime, unsetAlerts, unsetChildrenObjects, unsetCreationTime, unsetCUID, unsetDescription, unsetEndTime, unsetErrorMessage, unsetGUID, unsetID, unsetInstance, unsetInstanceObject, unsetIsApplicationObject, unsetIsComponent, unsetIsHiddenObject, unsetIsPluginObject, unsetIsRecurring, unsetIsRunnableObject, unsetIsSendable, unsetIsSystemObject, unsetKey, unsetKeywords, unsetKind, unsetLastRunTime, unsetLastSuccessfulInstanceCUID, unsetMultilingualDescriptions, unsetMultilingualNames, unsetNewJobID, unsetNextRunTime, unsetObjectIsContainer, unsetOwner, unsetOwnerCUID, unsetParentCUID, unsetPluginInfo, unsetRolesOnObject, unsetRUID, unsetSchedulable, unsetSecurityInfo, unsetSecurityInfo2, unsetSharedDoc, unsetStartTime, unsetUiStatus, unsetUpdateTime, xgetChildrenObjects, xgetCreationTime, xgetCUID, xgetDescription, xgetEndTime, xgetErrorMessage, xgetGUID, xgetID, xgetInstance, xgetInstanceObject, xgetIsApplicationObject, xgetIsComponent, xgetIsHiddenObject, xgetIsPluginObject, xgetIsRecurring, xgetIsRunnableObject, xgetIsSendable, xgetIsSystemObject, xgetKey, xgetKeywords, xgetKind, xgetLastRunTime, xgetLastSuccessfulInstanceCUID, xgetName, xgetNewJobID, xgetNextRunTime, xgetObjectIsContainer, xgetOwner, xgetOwnerCUID, xgetParentCUID, xgetRUID, xgetSchedulable, xgetStartTime, xgetUiStatus, xgetUpdateTime, xsetChildrenObjects, xsetCreationTime, xsetCUID, xsetDescription, xsetEndTime, xsetErrorMessage, xsetGUID, xsetID, xsetInstance, xsetInstanceObject, xsetIsApplicationObject, xsetIsComponent, xsetIsHiddenObject, xsetIsPluginObject, xsetIsRecurring, xsetIsRunnableObject, xsetIsSendable, xsetIsSystemObject, xsetKey, xsetKeywords, xsetKind, xsetLastRunTime, xsetLastSuccessfulInstanceCUID, xsetName, xsetNewJobID, xsetNextRunTime, xsetObjectIsContainer, xsetOwner, xsetOwnerCUID, xsetParentCUID, xsetRUID, xsetSchedulable, xsetStartTime, xsetUiStatus, xsetUpdateTime
 

Field Detail

type

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

getSchedulingInfo

SchedulingInfo getSchedulingInfo()
Gets the "SchedulingInfo" element


isSetSchedulingInfo

boolean isSetSchedulingInfo()
True if has "SchedulingInfo" element


setSchedulingInfo

void setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the "SchedulingInfo" element


addNewSchedulingInfo

SchedulingInfo addNewSchedulingInfo()
Appends and returns a new empty "SchedulingInfo" element


unsetSchedulingInfo

void unsetSchedulingInfo()
Unsets the "SchedulingInfo" element


getFileProperties

FileProperties getFileProperties()
Gets the "FileProperties" element


isSetFileProperties

boolean isSetFileProperties()
True if has "FileProperties" element


setFileProperties

void setFileProperties(FileProperties fileProperties)
Sets the "FileProperties" element


addNewFileProperties

FileProperties addNewFileProperties()
Appends and returns a new empty "FileProperties" element


unsetFileProperties

void unsetFileProperties()
Unsets the "FileProperties" element


getCorporateCategories

CorporateCategories getCorporateCategories()
Gets the "CorporateCategories" element


isSetCorporateCategories

boolean isSetCorporateCategories()
True if has "CorporateCategories" element


setCorporateCategories

void setCorporateCategories(CorporateCategories corporateCategories)
Sets the "CorporateCategories" element


addNewCorporateCategories

CorporateCategories addNewCorporateCategories()
Appends and returns a new empty "CorporateCategories" element


unsetCorporateCategories

void unsetCorporateCategories()
Unsets the "CorporateCategories" element


getPersonalCategories

PersonalCategories getPersonalCategories()
Gets the "PersonalCategories" element


isSetPersonalCategories

boolean isSetPersonalCategories()
True if has "PersonalCategories" element


setPersonalCategories

void setPersonalCategories(PersonalCategories personalCategories)
Sets the "PersonalCategories" element


addNewPersonalCategories

PersonalCategories addNewPersonalCategories()
Appends and returns a new empty "PersonalCategories" element


unsetPersonalCategories

void unsetPersonalCategories()
Unsets the "PersonalCategories" element


getEncyclopediaTopics

EncyclopediaTopics getEncyclopediaTopics()
Gets the "EncyclopediaTopics" element


isSetEncyclopediaTopics

boolean isSetEncyclopediaTopics()
True if has "EncyclopediaTopics" element


setEncyclopediaTopics

void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
Sets the "EncyclopediaTopics" element


addNewEncyclopediaTopics

EncyclopediaTopics addNewEncyclopediaTopics()
Appends and returns a new empty "EncyclopediaTopics" element


unsetEncyclopediaTopics

void unsetEncyclopediaTopics()
Unsets the "EncyclopediaTopics" element


getAnalyticActivities

AnalyticActivities getAnalyticActivities()
Gets the "AnalyticActivities" element


isSetAnalyticActivities

boolean isSetAnalyticActivities()
True if has "AnalyticActivities" element


setAnalyticActivities

void setAnalyticActivities(AnalyticActivities analyticActivities)
Sets the "AnalyticActivities" element


addNewAnalyticActivities

AnalyticActivities addNewAnalyticActivities()
Appends and returns a new empty "AnalyticActivities" element


unsetAnalyticActivities

void unsetAnalyticActivities()
Unsets the "AnalyticActivities" element


getProcessingProgID

java.lang.String getProcessingProgID()
Gets the "ProcessingProgID" element


xgetProcessingProgID

org.apache.xmlbeans.XmlString xgetProcessingProgID()
Gets (as xml) the "ProcessingProgID" element


isSetProcessingProgID

boolean isSetProcessingProgID()
True if has "ProcessingProgID" element


setProcessingProgID

void setProcessingProgID(java.lang.String processingProgID)
Sets the "ProcessingProgID" element


xsetProcessingProgID

void xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
Sets (as xml) the "ProcessingProgID" element


unsetProcessingProgID

void unsetProcessingProgID()
Unsets the "ProcessingProgID" element


getProgramInterface

ProgramInterface getProgramInterface()
Gets the "ProgramInterface" element


isSetProgramInterface

boolean isSetProgramInterface()
True if has "ProgramInterface" element


setProgramInterface

void setProgramInterface(ProgramInterface programInterface)
Sets the "ProgramInterface" element


addNewProgramInterface

ProgramInterface addNewProgramInterface()
Appends and returns a new empty "ProgramInterface" element


unsetProgramInterface

void unsetProgramInterface()
Unsets the "ProgramInterface" element


getProgramType

ProgramTypeEnum.Enum getProgramType()
Gets the "ProgramType" element


xgetProgramType

ProgramTypeEnum xgetProgramType()
Gets (as xml) the "ProgramType" element


isSetProgramType

boolean isSetProgramType()
True if has "ProgramType" element


setProgramType

void setProgramType(ProgramTypeEnum.Enum programType)
Sets the "ProgramType" element


xsetProgramType

void xsetProgramType(ProgramTypeEnum programType)
Sets (as xml) the "ProgramType" element


unsetProgramType

void unsetProgramType()
Unsets the "ProgramType" element


getGlobalCredentialsEnabled

boolean getGlobalCredentialsEnabled()
Gets the "GlobalCredentialsEnabled" element


xgetGlobalCredentialsEnabled

org.apache.xmlbeans.XmlBoolean xgetGlobalCredentialsEnabled()
Gets (as xml) the "GlobalCredentialsEnabled" element


isSetGlobalCredentialsEnabled

boolean isSetGlobalCredentialsEnabled()
True if has "GlobalCredentialsEnabled" element


setGlobalCredentialsEnabled

void setGlobalCredentialsEnabled(boolean globalCredentialsEnabled)
Sets the "GlobalCredentialsEnabled" element


xsetGlobalCredentialsEnabled

void xsetGlobalCredentialsEnabled(org.apache.xmlbeans.XmlBoolean globalCredentialsEnabled)
Sets (as xml) the "GlobalCredentialsEnabled" element


unsetGlobalCredentialsEnabled

void unsetGlobalCredentialsEnabled()
Unsets the "GlobalCredentialsEnabled" element


getViewerURL

java.lang.String getViewerURL()
Gets the "ViewerURL" element


xgetViewerURL

org.apache.xmlbeans.XmlString xgetViewerURL()
Gets (as xml) the "ViewerURL" element


isSetViewerURL

boolean isSetViewerURL()
True if has "ViewerURL" element


setViewerURL

void setViewerURL(java.lang.String viewerURL)
Sets the "ViewerURL" element


xsetViewerURL

void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
Sets (as xml) the "ViewerURL" element


unsetViewerURL

void unsetViewerURL()
Unsets the "ViewerURL" element


getJavaImpersonationUsed

boolean getJavaImpersonationUsed()
Gets the "JavaImpersonationUsed" element


xgetJavaImpersonationUsed

org.apache.xmlbeans.XmlBoolean xgetJavaImpersonationUsed()
Gets (as xml) the "JavaImpersonationUsed" element


isSetJavaImpersonationUsed

boolean isSetJavaImpersonationUsed()
True if has "JavaImpersonationUsed" element


setJavaImpersonationUsed

void setJavaImpersonationUsed(boolean javaImpersonationUsed)
Sets the "JavaImpersonationUsed" element


xsetJavaImpersonationUsed

void xsetJavaImpersonationUsed(org.apache.xmlbeans.XmlBoolean javaImpersonationUsed)
Sets (as xml) the "JavaImpersonationUsed" element


unsetJavaImpersonationUsed

void unsetJavaImpersonationUsed()
Unsets the "JavaImpersonationUsed" element


getRunJavaAllowed

boolean getRunJavaAllowed()
Gets the "RunJavaAllowed" element


xgetRunJavaAllowed

org.apache.xmlbeans.XmlBoolean xgetRunJavaAllowed()
Gets (as xml) the "RunJavaAllowed" element


isSetRunJavaAllowed

boolean isSetRunJavaAllowed()
True if has "RunJavaAllowed" element


setRunJavaAllowed

void setRunJavaAllowed(boolean runJavaAllowed)
Sets the "RunJavaAllowed" element


xsetRunJavaAllowed

void xsetRunJavaAllowed(org.apache.xmlbeans.XmlBoolean runJavaAllowed)
Sets (as xml) the "RunJavaAllowed" element


unsetRunJavaAllowed

void unsetRunJavaAllowed()
Unsets the "RunJavaAllowed" element


getRunBinaryAndScriptAllowed

boolean getRunBinaryAndScriptAllowed()
Gets the "RunBinaryAndScriptAllowed" element


xgetRunBinaryAndScriptAllowed

org.apache.xmlbeans.XmlBoolean xgetRunBinaryAndScriptAllowed()
Gets (as xml) the "RunBinaryAndScriptAllowed" element


isSetRunBinaryAndScriptAllowed

boolean isSetRunBinaryAndScriptAllowed()
True if has "RunBinaryAndScriptAllowed" element


setRunBinaryAndScriptAllowed

void setRunBinaryAndScriptAllowed(boolean runBinaryAndScriptAllowed)
Sets the "RunBinaryAndScriptAllowed" element


xsetRunBinaryAndScriptAllowed

void xsetRunBinaryAndScriptAllowed(org.apache.xmlbeans.XmlBoolean runBinaryAndScriptAllowed)
Sets (as xml) the "RunBinaryAndScriptAllowed" element


unsetRunBinaryAndScriptAllowed

void unsetRunBinaryAndScriptAllowed()
Unsets the "RunBinaryAndScriptAllowed" 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


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element