org.ogf.schemas.graap.wsAgreement
Interface AgreementPropertiesType

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

public interface AgreementPropertiesType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class AgreementPropertiesType.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
 AgreementStateType addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementContextType addNewContext()
          Appends and returns a new empty "Context" element
 GuaranteeTermStateType addNewGuaranteeTermState()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTermState" element
 ServiceTermStateType addNewServiceTermState()
          Appends and returns a new empty value (as xml) as the last "ServiceTermState" element
 TermTreeType addNewTerms()
          Appends and returns a new empty "Terms" element
 String getAgreementId()
          Gets the "AgreementId" element
 AgreementStateType getAgreementState()
          Gets the "AgreementState" element
 AgreementContextType getContext()
          Gets the "Context" element
 GuaranteeTermStateType[] getGuaranteeTermStateArray()
          Gets array of all "GuaranteeTermState" elements
 GuaranteeTermStateType getGuaranteeTermStateArray(int i)
          Gets ith "GuaranteeTermState" element
 String getName()
          Gets the "Name" element
 ServiceTermStateType[] getServiceTermStateArray()
          Gets array of all "ServiceTermState" elements
 ServiceTermStateType getServiceTermStateArray(int i)
          Gets ith "ServiceTermState" element
 TermTreeType getTerms()
          Gets the "Terms" element
 GuaranteeTermStateType insertNewGuaranteeTermState(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTermState" element
 ServiceTermStateType insertNewServiceTermState(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceTermState" element
 boolean isSetName()
          True if has "Name" element
 void removeGuaranteeTermState(int i)
          Removes the ith "GuaranteeTermState" element
 void removeServiceTermState(int i)
          Removes the ith "ServiceTermState" element
 void setAgreementId(String agreementId)
          Sets the "AgreementId" element
 void setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 void setContext(AgreementContextType context)
          Sets the "Context" element
 void setGuaranteeTermStateArray(GuaranteeTermStateType[] guaranteeTermStateArray)
          Sets array of all "GuaranteeTermState" element
 void setGuaranteeTermStateArray(int i, GuaranteeTermStateType guaranteeTermState)
          Sets ith "GuaranteeTermState" element
 void setName(String name)
          Sets the "Name" element
 void setServiceTermStateArray(int i, ServiceTermStateType serviceTermState)
          Sets ith "ServiceTermState" element
 void setServiceTermStateArray(ServiceTermStateType[] serviceTermStateArray)
          Sets array of all "ServiceTermState" element
 void setTerms(TermTreeType terms)
          Sets the "Terms" element
 int sizeOfGuaranteeTermStateArray()
          Returns number of "GuaranteeTermState" element
 int sizeOfServiceTermStateArray()
          Returns number of "ServiceTermState" element
 void unsetName()
          Unsets the "Name" element
 org.apache.xmlbeans.XmlString xgetAgreementId()
          Gets (as xml) the "AgreementId" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
          Sets (as xml) the "AgreementId" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 
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

getName

String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(String name)
Sets the "Name" element


xsetName

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


unsetName

void unsetName()
Unsets the "Name" element


getAgreementId

String getAgreementId()
Gets the "AgreementId" element


xgetAgreementId

org.apache.xmlbeans.XmlString xgetAgreementId()
Gets (as xml) the "AgreementId" element


setAgreementId

void setAgreementId(String agreementId)
Sets the "AgreementId" element


xsetAgreementId

void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
Sets (as xml) the "AgreementId" element


getContext

AgreementContextType getContext()
Gets the "Context" element


setContext

void setContext(AgreementContextType context)
Sets the "Context" element


addNewContext

AgreementContextType addNewContext()
Appends and returns a new empty "Context" element


getTerms

TermTreeType getTerms()
Gets the "Terms" element


setTerms

void setTerms(TermTreeType terms)
Sets the "Terms" element


addNewTerms

TermTreeType addNewTerms()
Appends and returns a new empty "Terms" element


getAgreementState

AgreementStateType getAgreementState()
Gets the "AgreementState" element


setAgreementState

void setAgreementState(AgreementStateType agreementState)
Sets the "AgreementState" element


addNewAgreementState

AgreementStateType addNewAgreementState()
Appends and returns a new empty "AgreementState" element


getGuaranteeTermStateArray

GuaranteeTermStateType[] getGuaranteeTermStateArray()
Gets array of all "GuaranteeTermState" elements


getGuaranteeTermStateArray

GuaranteeTermStateType getGuaranteeTermStateArray(int i)
Gets ith "GuaranteeTermState" element


sizeOfGuaranteeTermStateArray

int sizeOfGuaranteeTermStateArray()
Returns number of "GuaranteeTermState" element


setGuaranteeTermStateArray

void setGuaranteeTermStateArray(GuaranteeTermStateType[] guaranteeTermStateArray)
Sets array of all "GuaranteeTermState" element


setGuaranteeTermStateArray

void setGuaranteeTermStateArray(int i,
                                GuaranteeTermStateType guaranteeTermState)
Sets ith "GuaranteeTermState" element


insertNewGuaranteeTermState

GuaranteeTermStateType insertNewGuaranteeTermState(int i)
Inserts and returns a new empty value (as xml) as the ith "GuaranteeTermState" element


addNewGuaranteeTermState

GuaranteeTermStateType addNewGuaranteeTermState()
Appends and returns a new empty value (as xml) as the last "GuaranteeTermState" element


removeGuaranteeTermState

void removeGuaranteeTermState(int i)
Removes the ith "GuaranteeTermState" element


getServiceTermStateArray

ServiceTermStateType[] getServiceTermStateArray()
Gets array of all "ServiceTermState" elements


getServiceTermStateArray

ServiceTermStateType getServiceTermStateArray(int i)
Gets ith "ServiceTermState" element


sizeOfServiceTermStateArray

int sizeOfServiceTermStateArray()
Returns number of "ServiceTermState" element


setServiceTermStateArray

void setServiceTermStateArray(ServiceTermStateType[] serviceTermStateArray)
Sets array of all "ServiceTermState" element


setServiceTermStateArray

void setServiceTermStateArray(int i,
                              ServiceTermStateType serviceTermState)
Sets ith "ServiceTermState" element


insertNewServiceTermState

ServiceTermStateType insertNewServiceTermState(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceTermState" element


addNewServiceTermState

ServiceTermStateType addNewServiceTermState()
Appends and returns a new empty value (as xml) as the last "ServiceTermState" element


removeServiceTermState

void removeServiceTermState(int i)
Removes the ith "ServiceTermState" element



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