public interface ServiceSummaryType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceSummaryType.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 |
|---|---|
PropertiesType |
addNewConfigs()
Appends and returns a new empty "configs" element
|
PropertiesType |
addNewProperties()
Appends and returns a new empty "properties" element
|
PropertiesType |
getConfigs()
Gets the "configs" element
|
int |
getDeploymentId()
Gets the "deploymentId" attribute
|
int |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
PropertiesType |
getProperties()
Gets the "properties" element
|
String |
getVersion()
Gets the "version" attribute
|
boolean |
isSetDeploymentId()
True if has "deploymentId" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetVersion()
True if has "version" attribute
|
void |
setConfigs(PropertiesType configs)
Sets the "configs" element
|
void |
setDeploymentId(int deploymentId)
Sets the "deploymentId" attribute
|
void |
setId(int id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setProperties(PropertiesType properties)
Sets the "properties" element
|
void |
setVersion(String version)
Sets the "version" attribute
|
void |
unsetDeploymentId()
Unsets the "deploymentId" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetVersion()
Unsets the "version" attribute
|
org.apache.xmlbeans.XmlInt |
xgetDeploymentId()
Gets (as xml) the "deploymentId" attribute
|
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetDeploymentId(org.apache.xmlbeans.XmlInt deploymentId)
Sets (as xml) the "deploymentId" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextPropertiesType getConfigs()
void setConfigs(PropertiesType configs)
PropertiesType addNewConfigs()
PropertiesType getProperties()
void setProperties(PropertiesType properties)
PropertiesType addNewProperties()
int getId()
org.apache.xmlbeans.XmlInt xgetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
int getDeploymentId()
org.apache.xmlbeans.XmlInt xgetDeploymentId()
boolean isSetDeploymentId()
void setDeploymentId(int deploymentId)
void xsetDeploymentId(org.apache.xmlbeans.XmlInt deploymentId)
void unsetDeploymentId()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.