org.duracloud
Interface ServiceSummaryType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
SingleServiceSummaryType
All Known Implementing Classes:
ServiceSummaryTypeImpl, SingleServiceSummaryTypeImpl

public interface ServiceSummaryType
extends org.apache.xmlbeans.XmlObject

An XML serviceSummaryType(@duracloud.org). This is a complex type.


Nested Class Summary
static class ServiceSummaryType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
 

Field Detail

type

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

getConfigs

PropertiesType getConfigs()
Gets the "configs" element


setConfigs

void setConfigs(PropertiesType configs)
Sets the "configs" element


addNewConfigs

PropertiesType addNewConfigs()
Appends and returns a new empty "configs" element


getProperties

PropertiesType getProperties()
Gets the "properties" element


setProperties

void setProperties(PropertiesType properties)
Sets the "properties" element


addNewProperties

PropertiesType addNewProperties()
Appends and returns a new empty "properties" element


getId

int getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlInt xgetId()
Gets (as xml) the "id" attribute


setId

void setId(int id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" attribute


getDeploymentId

int getDeploymentId()
Gets the "deploymentId" attribute


xgetDeploymentId

org.apache.xmlbeans.XmlInt xgetDeploymentId()
Gets (as xml) the "deploymentId" attribute


isSetDeploymentId

boolean isSetDeploymentId()
True if has "deploymentId" attribute


setDeploymentId

void setDeploymentId(int deploymentId)
Sets the "deploymentId" attribute


xsetDeploymentId

void xsetDeploymentId(org.apache.xmlbeans.XmlInt deploymentId)
Sets (as xml) the "deploymentId" attribute


unsetDeploymentId

void unsetDeploymentId()
Unsets the "deploymentId" attribute


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute



Copyright © 2009-2012 DuraSpace. All Rights Reserved.