public interface ServiceType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ServiceType.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
DependenciesType |
addNewDependencies()
Appends and returns a new empty "dependencies" element
|
DeploymentOptionsType |
addNewDeploymentOptions()
Appends and returns a new empty "deploymentOptions" element
|
DeploymentsType |
addNewDeployments()
Appends and returns a new empty "deployments" element
|
SystemConfigType |
addNewSystemConfig()
Appends and returns a new empty "systemConfig" element
|
UserConfigType |
addNewUserConfig()
Appends and returns a new empty "userConfig" element
|
String |
getContentId()
Gets the "contentId" attribute
|
DependenciesType |
getDependencies()
Gets the "dependencies" element
|
DeploymentOptionsType |
getDeploymentOptions()
Gets the "deploymentOptions" element
|
DeploymentsType |
getDeployments()
Gets the "deployments" element
|
String |
getDescription()
Gets the "description" element
|
String |
getDisplayName()
Gets the "displayName" attribute
|
int |
getId()
Gets the "id" attribute
|
boolean |
getIsSystemService()
Gets the "isSystemService" attribute
|
String |
getServiceVersion()
Gets the "serviceVersion" attribute
|
SystemConfigType |
getSystemConfig()
Gets the "systemConfig" element
|
UserConfigType |
getUserConfig()
Gets the "userConfig" element
|
String |
getUserConfigVersion()
Gets the "userConfigVersion" attribute
|
boolean |
isSetDependencies()
True if has "dependencies" element
|
boolean |
isSetDeploymentOptions()
True if has "deploymentOptions" element
|
boolean |
isSetDeployments()
True if has "deployments" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetDisplayName()
True if has "displayName" attribute
|
boolean |
isSetIsSystemService()
True if has "isSystemService" attribute
|
boolean |
isSetSystemConfig()
True if has "systemConfig" element
|
boolean |
isSetUserConfig()
True if has "userConfig" element
|
void |
setContentId(String contentId)
Sets the "contentId" attribute
|
void |
setDependencies(DependenciesType dependencies)
Sets the "dependencies" element
|
void |
setDeploymentOptions(DeploymentOptionsType deploymentOptions)
Sets the "deploymentOptions" element
|
void |
setDeployments(DeploymentsType deployments)
Sets the "deployments" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setDisplayName(String displayName)
Sets the "displayName" attribute
|
void |
setId(int id)
Sets the "id" attribute
|
void |
setIsSystemService(boolean isSystemService)
Sets the "isSystemService" attribute
|
void |
setServiceVersion(String serviceVersion)
Sets the "serviceVersion" attribute
|
void |
setSystemConfig(SystemConfigType systemConfig)
Sets the "systemConfig" element
|
void |
setUserConfig(UserConfigType userConfig)
Sets the "userConfig" element
|
void |
setUserConfigVersion(String userConfigVersion)
Sets the "userConfigVersion" attribute
|
void |
unsetDependencies()
Unsets the "dependencies" element
|
void |
unsetDeploymentOptions()
Unsets the "deploymentOptions" element
|
void |
unsetDeployments()
Unsets the "deployments" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetDisplayName()
Unsets the "displayName" attribute
|
void |
unsetIsSystemService()
Unsets the "isSystemService" attribute
|
void |
unsetSystemConfig()
Unsets the "systemConfig" element
|
void |
unsetUserConfig()
Unsets the "userConfig" element
|
org.apache.xmlbeans.XmlString |
xgetContentId()
Gets (as xml) the "contentId" attribute
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlString |
xgetDisplayName()
Gets (as xml) the "displayName" attribute
|
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetIsSystemService()
Gets (as xml) the "isSystemService" attribute
|
org.apache.xmlbeans.XmlString |
xgetServiceVersion()
Gets (as xml) the "serviceVersion" attribute
|
org.apache.xmlbeans.XmlString |
xgetUserConfigVersion()
Gets (as xml) the "userConfigVersion" attribute
|
void |
xsetContentId(org.apache.xmlbeans.XmlString contentId)
Sets (as xml) the "contentId" attribute
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetDisplayName(org.apache.xmlbeans.XmlString displayName)
Sets (as xml) the "displayName" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" attribute
|
void |
xsetIsSystemService(org.apache.xmlbeans.XmlBoolean isSystemService)
Sets (as xml) the "isSystemService" attribute
|
void |
xsetServiceVersion(org.apache.xmlbeans.XmlString serviceVersion)
Sets (as xml) the "serviceVersion" attribute
|
void |
xsetUserConfigVersion(org.apache.xmlbeans.XmlString userConfigVersion)
Sets (as xml) the "userConfigVersion" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
SystemConfigType getSystemConfig()
boolean isSetSystemConfig()
void setSystemConfig(SystemConfigType systemConfig)
SystemConfigType addNewSystemConfig()
void unsetSystemConfig()
UserConfigType getUserConfig()
boolean isSetUserConfig()
void setUserConfig(UserConfigType userConfig)
UserConfigType addNewUserConfig()
void unsetUserConfig()
DeploymentOptionsType getDeploymentOptions()
boolean isSetDeploymentOptions()
void setDeploymentOptions(DeploymentOptionsType deploymentOptions)
DeploymentOptionsType addNewDeploymentOptions()
void unsetDeploymentOptions()
DeploymentsType getDeployments()
boolean isSetDeployments()
void setDeployments(DeploymentsType deployments)
DeploymentsType addNewDeployments()
void unsetDeployments()
DependenciesType getDependencies()
boolean isSetDependencies()
void setDependencies(DependenciesType dependencies)
DependenciesType addNewDependencies()
void unsetDependencies()
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
int getId()
org.apache.xmlbeans.XmlInt xgetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
String getServiceVersion()
org.apache.xmlbeans.XmlString xgetServiceVersion()
void setServiceVersion(String serviceVersion)
void xsetServiceVersion(org.apache.xmlbeans.XmlString serviceVersion)
String getContentId()
org.apache.xmlbeans.XmlString xgetContentId()
void setContentId(String contentId)
void xsetContentId(org.apache.xmlbeans.XmlString contentId)
String getDisplayName()
org.apache.xmlbeans.XmlString xgetDisplayName()
boolean isSetDisplayName()
void setDisplayName(String displayName)
void xsetDisplayName(org.apache.xmlbeans.XmlString displayName)
void unsetDisplayName()
String getUserConfigVersion()
org.apache.xmlbeans.XmlString xgetUserConfigVersion()
void setUserConfigVersion(String userConfigVersion)
void xsetUserConfigVersion(org.apache.xmlbeans.XmlString userConfigVersion)
boolean getIsSystemService()
org.apache.xmlbeans.XmlBoolean xgetIsSystemService()
boolean isSetIsSystemService()
void setIsSystemService(boolean isSystemService)
void xsetIsSystemService(org.apache.xmlbeans.XmlBoolean isSystemService)
void unsetIsSystemService()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.