org.ogf.schemas.graap.wsAgreement
Interface GuaranteeTermType

All Superinterfaces:
TermType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GuaranteeTermTypeImpl

public interface GuaranteeTermType
extends TermType

An XML GuaranteeTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class GuaranteeTermType.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
 BusinessValueListType addNewBusinessValueList()
          Appends and returns a new empty "BusinessValueList" element
 org.apache.xmlbeans.XmlObject addNewQualifyingCondition()
          Appends and returns a new empty "QualifyingCondition" element
 ServiceLevelObjectiveType addNewServiceLevelObjective()
          Appends and returns a new empty "ServiceLevelObjective" element
 ServiceSelectorType addNewServiceScope()
          Appends and returns a new empty value (as xml) as the last "ServiceScope" element
 BusinessValueListType getBusinessValueList()
          Gets the "BusinessValueList" element
 ServiceRoleType.Enum getObligated()
          Gets the "Obligated" attribute
 org.apache.xmlbeans.XmlObject getQualifyingCondition()
          Gets the "QualifyingCondition" element
 ServiceLevelObjectiveType getServiceLevelObjective()
          Gets the "ServiceLevelObjective" element
 ServiceSelectorType[] getServiceScopeArray()
          Gets array of all "ServiceScope" elements
 ServiceSelectorType getServiceScopeArray(int i)
          Gets ith "ServiceScope" element
 ServiceSelectorType insertNewServiceScope(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceScope" element
 boolean isSetObligated()
          True if has "Obligated" attribute
 boolean isSetQualifyingCondition()
          True if has "QualifyingCondition" element
 void removeServiceScope(int i)
          Removes the ith "ServiceScope" element
 void setBusinessValueList(BusinessValueListType businessValueList)
          Sets the "BusinessValueList" element
 void setObligated(ServiceRoleType.Enum obligated)
          Sets the "Obligated" attribute
 void setQualifyingCondition(org.apache.xmlbeans.XmlObject qualifyingCondition)
          Sets the "QualifyingCondition" element
 void setServiceLevelObjective(ServiceLevelObjectiveType serviceLevelObjective)
          Sets the "ServiceLevelObjective" element
 void setServiceScopeArray(int i, ServiceSelectorType serviceScope)
          Sets ith "ServiceScope" element
 void setServiceScopeArray(ServiceSelectorType[] serviceScopeArray)
          Sets array of all "ServiceScope" element
 int sizeOfServiceScopeArray()
          Returns number of "ServiceScope" element
 void unsetObligated()
          Unsets the "Obligated" attribute
 void unsetQualifyingCondition()
          Unsets the "QualifyingCondition" element
 ServiceRoleType xgetObligated()
          Gets (as xml) the "Obligated" attribute
 void xsetObligated(ServiceRoleType obligated)
          Sets (as xml) the "Obligated" attribute
 
Methods inherited from interface org.ogf.schemas.graap.wsAgreement.TermType
getName, setName, xgetName, xsetName
 
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

getServiceScopeArray

ServiceSelectorType[] getServiceScopeArray()
Gets array of all "ServiceScope" elements


getServiceScopeArray

ServiceSelectorType getServiceScopeArray(int i)
Gets ith "ServiceScope" element


sizeOfServiceScopeArray

int sizeOfServiceScopeArray()
Returns number of "ServiceScope" element


setServiceScopeArray

void setServiceScopeArray(ServiceSelectorType[] serviceScopeArray)
Sets array of all "ServiceScope" element


setServiceScopeArray

void setServiceScopeArray(int i,
                          ServiceSelectorType serviceScope)
Sets ith "ServiceScope" element


insertNewServiceScope

ServiceSelectorType insertNewServiceScope(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceScope" element


addNewServiceScope

ServiceSelectorType addNewServiceScope()
Appends and returns a new empty value (as xml) as the last "ServiceScope" element


removeServiceScope

void removeServiceScope(int i)
Removes the ith "ServiceScope" element


getQualifyingCondition

org.apache.xmlbeans.XmlObject getQualifyingCondition()
Gets the "QualifyingCondition" element


isSetQualifyingCondition

boolean isSetQualifyingCondition()
True if has "QualifyingCondition" element


setQualifyingCondition

void setQualifyingCondition(org.apache.xmlbeans.XmlObject qualifyingCondition)
Sets the "QualifyingCondition" element


addNewQualifyingCondition

org.apache.xmlbeans.XmlObject addNewQualifyingCondition()
Appends and returns a new empty "QualifyingCondition" element


unsetQualifyingCondition

void unsetQualifyingCondition()
Unsets the "QualifyingCondition" element


getServiceLevelObjective

ServiceLevelObjectiveType getServiceLevelObjective()
Gets the "ServiceLevelObjective" element


setServiceLevelObjective

void setServiceLevelObjective(ServiceLevelObjectiveType serviceLevelObjective)
Sets the "ServiceLevelObjective" element


addNewServiceLevelObjective

ServiceLevelObjectiveType addNewServiceLevelObjective()
Appends and returns a new empty "ServiceLevelObjective" element


getBusinessValueList

BusinessValueListType getBusinessValueList()
Gets the "BusinessValueList" element


setBusinessValueList

void setBusinessValueList(BusinessValueListType businessValueList)
Sets the "BusinessValueList" element


addNewBusinessValueList

BusinessValueListType addNewBusinessValueList()
Appends and returns a new empty "BusinessValueList" element


getObligated

ServiceRoleType.Enum getObligated()
Gets the "Obligated" attribute


xgetObligated

ServiceRoleType xgetObligated()
Gets (as xml) the "Obligated" attribute


isSetObligated

boolean isSetObligated()
True if has "Obligated" attribute


setObligated

void setObligated(ServiceRoleType.Enum obligated)
Sets the "Obligated" attribute


xsetObligated

void xsetObligated(ServiceRoleType obligated)
Sets (as xml) the "Obligated" attribute


unsetObligated

void unsetObligated()
Unsets the "Obligated" attribute



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.