|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Exec getExec()
boolean isSetExec()
void setExec(Exec exec)
Exec addNewExec()
void unsetExec()
LocalFiles getLocalFiles()
boolean isSetLocalFiles()
void setLocalFiles(LocalFiles localFiles)
LocalFiles addNewLocalFiles()
void unsetLocalFiles()
ConfigProps getConfigProps()
boolean isSetConfigProps()
void setConfigProps(ConfigProps configProps)
ConfigProps addNewConfigProps()
void unsetConfigProps()
EnabledAuditEvents getEnabledAuditEvents()
boolean isSetEnabledAuditEvents()
void setEnabledAuditEvents(EnabledAuditEvents enabledAuditEvents)
EnabledAuditEvents addNewEnabledAuditEvents()
void unsetEnabledAuditEvents()
int getServiceVersion()
org.apache.xmlbeans.XmlInt xgetServiceVersion()
boolean isSetServiceVersion()
void setServiceVersion(int serviceVersion)
void xsetServiceVersion(org.apache.xmlbeans.XmlInt serviceVersion)
void unsetServiceVersion()
java.lang.String getServiceType()
org.apache.xmlbeans.XmlString xgetServiceType()
boolean isSetServiceType()
void setServiceType(java.lang.String serviceType)
void xsetServiceType(org.apache.xmlbeans.XmlString serviceType)
void unsetServiceType()
com.businessobjects.enterprise.infoobject.VoidProperty getDeploymentDescriptor()
boolean isSetDeploymentDescriptor()
void setDeploymentDescriptor(com.businessobjects.enterprise.infoobject.VoidProperty deploymentDescriptor)
com.businessobjects.enterprise.infoobject.VoidProperty addNewDeploymentDescriptor()
void unsetDeploymentDescriptor()
int getServiceStatus()
org.apache.xmlbeans.XmlInt xgetServiceStatus()
boolean isSetServiceStatus()
void setServiceStatus(int serviceStatus)
void xsetServiceStatus(org.apache.xmlbeans.XmlInt serviceStatus)
void unsetServiceStatus()
int getConfigError()
org.apache.xmlbeans.XmlInt xgetConfigError()
boolean isSetConfigError()
void setConfigError(int configError)
void xsetConfigError(org.apache.xmlbeans.XmlInt configError)
void unsetConfigError()
boolean getUseDefaultVals()
org.apache.xmlbeans.XmlBoolean xgetUseDefaultVals()
boolean isSetUseDefaultVals()
void setUseDefaultVals(boolean useDefaultVals)
void xsetUseDefaultVals(org.apache.xmlbeans.XmlBoolean useDefaultVals)
void unsetUseDefaultVals()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||