com.businessobjects.enterprise.server
Interface ConfiguredService


public interface ConfiguredService

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


Nested Class Summary
static class ConfiguredService.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 ConfigProps addNewConfigProps()
          Appends and returns a new empty "ConfigProps" element
 com.businessobjects.enterprise.infoobject.VoidProperty addNewDeploymentDescriptor()
          Appends and returns a new empty "DeploymentDescriptor" element
 EnabledAuditEvents addNewEnabledAuditEvents()
          Appends and returns a new empty "EnabledAuditEvents" element
 Exec addNewExec()
          Appends and returns a new empty "Exec" element
 LocalFiles addNewLocalFiles()
          Appends and returns a new empty "LocalFiles" element
 int getConfigError()
          Gets the "ConfigError" element
 ConfigProps getConfigProps()
          Gets the "ConfigProps" element
 com.businessobjects.enterprise.infoobject.VoidProperty getDeploymentDescriptor()
          Gets the "DeploymentDescriptor" element
 EnabledAuditEvents getEnabledAuditEvents()
          Gets the "EnabledAuditEvents" element
 Exec getExec()
          Gets the "Exec" element
 LocalFiles getLocalFiles()
          Gets the "LocalFiles" element
 int getServiceStatus()
          Gets the "ServiceStatus" element
 java.lang.String getServiceType()
          Gets the "ServiceType" element
 int getServiceVersion()
          Gets the "ServiceVersion" element
 boolean getUseDefaultVals()
          Gets the "UseDefaultVals" element
 boolean isSetConfigError()
          True if has "ConfigError" element
 boolean isSetConfigProps()
          True if has "ConfigProps" element
 boolean isSetDeploymentDescriptor()
          True if has "DeploymentDescriptor" element
 boolean isSetEnabledAuditEvents()
          True if has "EnabledAuditEvents" element
 boolean isSetExec()
          True if has "Exec" element
 boolean isSetLocalFiles()
          True if has "LocalFiles" element
 boolean isSetServiceStatus()
          True if has "ServiceStatus" element
 boolean isSetServiceType()
          True if has "ServiceType" element
 boolean isSetServiceVersion()
          True if has "ServiceVersion" element
 boolean isSetUseDefaultVals()
          True if has "UseDefaultVals" element
 void setConfigError(int configError)
          Sets the "ConfigError" element
 void setConfigProps(ConfigProps configProps)
          Sets the "ConfigProps" element
 void setDeploymentDescriptor(com.businessobjects.enterprise.infoobject.VoidProperty deploymentDescriptor)
          Sets the "DeploymentDescriptor" element
 void setEnabledAuditEvents(EnabledAuditEvents enabledAuditEvents)
          Sets the "EnabledAuditEvents" element
 void setExec(Exec exec)
          Sets the "Exec" element
 void setLocalFiles(LocalFiles localFiles)
          Sets the "LocalFiles" element
 void setServiceStatus(int serviceStatus)
          Sets the "ServiceStatus" element
 void setServiceType(java.lang.String serviceType)
          Sets the "ServiceType" element
 void setServiceVersion(int serviceVersion)
          Sets the "ServiceVersion" element
 void setUseDefaultVals(boolean useDefaultVals)
          Sets the "UseDefaultVals" element
 void unsetConfigError()
          Unsets the "ConfigError" element
 void unsetConfigProps()
          Unsets the "ConfigProps" element
 void unsetDeploymentDescriptor()
          Unsets the "DeploymentDescriptor" element
 void unsetEnabledAuditEvents()
          Unsets the "EnabledAuditEvents" element
 void unsetExec()
          Unsets the "Exec" element
 void unsetLocalFiles()
          Unsets the "LocalFiles" element
 void unsetServiceStatus()
          Unsets the "ServiceStatus" element
 void unsetServiceType()
          Unsets the "ServiceType" element
 void unsetServiceVersion()
          Unsets the "ServiceVersion" element
 void unsetUseDefaultVals()
          Unsets the "UseDefaultVals" element
 org.apache.xmlbeans.XmlInt xgetConfigError()
          Gets (as xml) the "ConfigError" element
 org.apache.xmlbeans.XmlInt xgetServiceStatus()
          Gets (as xml) the "ServiceStatus" element
 org.apache.xmlbeans.XmlString xgetServiceType()
          Gets (as xml) the "ServiceType" element
 org.apache.xmlbeans.XmlInt xgetServiceVersion()
          Gets (as xml) the "ServiceVersion" element
 org.apache.xmlbeans.XmlBoolean xgetUseDefaultVals()
          Gets (as xml) the "UseDefaultVals" element
 void xsetConfigError(org.apache.xmlbeans.XmlInt configError)
          Sets (as xml) the "ConfigError" element
 void xsetServiceStatus(org.apache.xmlbeans.XmlInt serviceStatus)
          Sets (as xml) the "ServiceStatus" element
 void xsetServiceType(org.apache.xmlbeans.XmlString serviceType)
          Sets (as xml) the "ServiceType" element
 void xsetServiceVersion(org.apache.xmlbeans.XmlInt serviceVersion)
          Sets (as xml) the "ServiceVersion" element
 void xsetUseDefaultVals(org.apache.xmlbeans.XmlBoolean useDefaultVals)
          Sets (as xml) the "UseDefaultVals" element
 

Field Detail

type

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

getExec

Exec getExec()
Gets the "Exec" element


isSetExec

boolean isSetExec()
True if has "Exec" element


setExec

void setExec(Exec exec)
Sets the "Exec" element


addNewExec

Exec addNewExec()
Appends and returns a new empty "Exec" element


unsetExec

void unsetExec()
Unsets the "Exec" element


getLocalFiles

LocalFiles getLocalFiles()
Gets the "LocalFiles" element


isSetLocalFiles

boolean isSetLocalFiles()
True if has "LocalFiles" element


setLocalFiles

void setLocalFiles(LocalFiles localFiles)
Sets the "LocalFiles" element


addNewLocalFiles

LocalFiles addNewLocalFiles()
Appends and returns a new empty "LocalFiles" element


unsetLocalFiles

void unsetLocalFiles()
Unsets the "LocalFiles" element


getConfigProps

ConfigProps getConfigProps()
Gets the "ConfigProps" element


isSetConfigProps

boolean isSetConfigProps()
True if has "ConfigProps" element


setConfigProps

void setConfigProps(ConfigProps configProps)
Sets the "ConfigProps" element


addNewConfigProps

ConfigProps addNewConfigProps()
Appends and returns a new empty "ConfigProps" element


unsetConfigProps

void unsetConfigProps()
Unsets the "ConfigProps" element


getEnabledAuditEvents

EnabledAuditEvents getEnabledAuditEvents()
Gets the "EnabledAuditEvents" element


isSetEnabledAuditEvents

boolean isSetEnabledAuditEvents()
True if has "EnabledAuditEvents" element


setEnabledAuditEvents

void setEnabledAuditEvents(EnabledAuditEvents enabledAuditEvents)
Sets the "EnabledAuditEvents" element


addNewEnabledAuditEvents

EnabledAuditEvents addNewEnabledAuditEvents()
Appends and returns a new empty "EnabledAuditEvents" element


unsetEnabledAuditEvents

void unsetEnabledAuditEvents()
Unsets the "EnabledAuditEvents" element


getServiceVersion

int getServiceVersion()
Gets the "ServiceVersion" element


xgetServiceVersion

org.apache.xmlbeans.XmlInt xgetServiceVersion()
Gets (as xml) the "ServiceVersion" element


isSetServiceVersion

boolean isSetServiceVersion()
True if has "ServiceVersion" element


setServiceVersion

void setServiceVersion(int serviceVersion)
Sets the "ServiceVersion" element


xsetServiceVersion

void xsetServiceVersion(org.apache.xmlbeans.XmlInt serviceVersion)
Sets (as xml) the "ServiceVersion" element


unsetServiceVersion

void unsetServiceVersion()
Unsets the "ServiceVersion" element


getServiceType

java.lang.String getServiceType()
Gets the "ServiceType" element


xgetServiceType

org.apache.xmlbeans.XmlString xgetServiceType()
Gets (as xml) the "ServiceType" element


isSetServiceType

boolean isSetServiceType()
True if has "ServiceType" element


setServiceType

void setServiceType(java.lang.String serviceType)
Sets the "ServiceType" element


xsetServiceType

void xsetServiceType(org.apache.xmlbeans.XmlString serviceType)
Sets (as xml) the "ServiceType" element


unsetServiceType

void unsetServiceType()
Unsets the "ServiceType" element


getDeploymentDescriptor

com.businessobjects.enterprise.infoobject.VoidProperty getDeploymentDescriptor()
Gets the "DeploymentDescriptor" element


isSetDeploymentDescriptor

boolean isSetDeploymentDescriptor()
True if has "DeploymentDescriptor" element


setDeploymentDescriptor

void setDeploymentDescriptor(com.businessobjects.enterprise.infoobject.VoidProperty deploymentDescriptor)
Sets the "DeploymentDescriptor" element


addNewDeploymentDescriptor

com.businessobjects.enterprise.infoobject.VoidProperty addNewDeploymentDescriptor()
Appends and returns a new empty "DeploymentDescriptor" element


unsetDeploymentDescriptor

void unsetDeploymentDescriptor()
Unsets the "DeploymentDescriptor" element


getServiceStatus

int getServiceStatus()
Gets the "ServiceStatus" element


xgetServiceStatus

org.apache.xmlbeans.XmlInt xgetServiceStatus()
Gets (as xml) the "ServiceStatus" element


isSetServiceStatus

boolean isSetServiceStatus()
True if has "ServiceStatus" element


setServiceStatus

void setServiceStatus(int serviceStatus)
Sets the "ServiceStatus" element


xsetServiceStatus

void xsetServiceStatus(org.apache.xmlbeans.XmlInt serviceStatus)
Sets (as xml) the "ServiceStatus" element


unsetServiceStatus

void unsetServiceStatus()
Unsets the "ServiceStatus" element


getConfigError

int getConfigError()
Gets the "ConfigError" element


xgetConfigError

org.apache.xmlbeans.XmlInt xgetConfigError()
Gets (as xml) the "ConfigError" element


isSetConfigError

boolean isSetConfigError()
True if has "ConfigError" element


setConfigError

void setConfigError(int configError)
Sets the "ConfigError" element


xsetConfigError

void xsetConfigError(org.apache.xmlbeans.XmlInt configError)
Sets (as xml) the "ConfigError" element


unsetConfigError

void unsetConfigError()
Unsets the "ConfigError" element


getUseDefaultVals

boolean getUseDefaultVals()
Gets the "UseDefaultVals" element


xgetUseDefaultVals

org.apache.xmlbeans.XmlBoolean xgetUseDefaultVals()
Gets (as xml) the "UseDefaultVals" element


isSetUseDefaultVals

boolean isSetUseDefaultVals()
True if has "UseDefaultVals" element


setUseDefaultVals

void setUseDefaultVals(boolean useDefaultVals)
Sets the "UseDefaultVals" element


xsetUseDefaultVals

void xsetUseDefaultVals(org.apache.xmlbeans.XmlBoolean useDefaultVals)
Sets (as xml) the "UseDefaultVals" element


unsetUseDefaultVals

void unsetUseDefaultVals()
Unsets the "UseDefaultVals" element