Uses of Interface
org.ogf.schemas.graap.wsAgreement.GuaranteeTermStateType

Packages that use GuaranteeTermStateType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.server.monitoring   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return GuaranteeTermStateType
 GuaranteeTermStateType[] Agreement.getGuaranteeTermStates()
           
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return GuaranteeTermStateType
 GuaranteeTermStateType AgreementClient.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
 GuaranteeTermStateType[] AgreementService.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.api.types
 

Methods in org.ogf.graap.wsag.api.types that return GuaranteeTermStateType
 GuaranteeTermStateType[] AbstractAgreementType.getGuaranteeTermStates()
          
 

Methods in org.ogf.graap.wsag.api.types with parameters of type GuaranteeTermStateType
 void AbstractAgreementType.setGuaranteeTermStates(GuaranteeTermStateType[] guaranteeTermStateList)
          Sets the guarantee term states of the agreement.
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.client.impl
 

Methods in org.ogf.graap.wsag.client.impl that return GuaranteeTermStateType
 GuaranteeTermStateType AgreementImpl.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
 GuaranteeTermStateType[] AgreementImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.client.local
 

Methods in org.ogf.graap.wsag.client.local that return GuaranteeTermStateType
 GuaranteeTermStateType[] LocalAgreementServiceImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.client.remote
 

Methods in org.ogf.graap.wsag.client.remote that return GuaranteeTermStateType
 GuaranteeTermStateType[] RemoteAgreementServiceImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.samples
 

Methods in org.ogf.graap.wsag.samples that return GuaranteeTermStateType
 GuaranteeTermStateType[] SampleAgreement.getGuaranteeTermStates()
          
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.server.monitoring
 

Methods in org.ogf.graap.wsag.server.monitoring that return GuaranteeTermStateType
 GuaranteeTermStateType[] MonitorableAgreement.getGuaranteeTermStates()
           
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return GuaranteeTermStateType
 GuaranteeTermStateType[] DatabasePersistentAgreement.getGuaranteeTermStates()
          
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl that return GuaranteeTermStateType
 GuaranteeTermStateType[] PendingAgreementFacade.getGuaranteeTermStates()
          
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return GuaranteeTermStateType
 GuaranteeTermStateType GuaranteeEvaluationDetailType.addNewGuaranteeState()
          Appends and returns a new empty "GuaranteeState" element
 GuaranteeTermStateType GuaranteeEvaluationDetailType.getGuaranteeState()
          Gets the "GuaranteeState" element
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type GuaranteeTermStateType
 void GuaranteeEvaluationDetailType.setGuaranteeState(GuaranteeTermStateType guaranteeState)
          Sets the "GuaranteeState" element
 

Uses of GuaranteeTermStateType in org.ogf.graap.wsag4j.types.engine.impl
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return GuaranteeTermStateType
 GuaranteeTermStateType GuaranteeEvaluationDetailTypeImpl.addNewGuaranteeState()
          Appends and returns a new empty "GuaranteeState" element
 GuaranteeTermStateType GuaranteeEvaluationDetailTypeImpl.getGuaranteeState()
          Gets the "GuaranteeState" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type GuaranteeTermStateType
 void GuaranteeEvaluationDetailTypeImpl.setGuaranteeState(GuaranteeTermStateType guaranteeState)
          Sets the "GuaranteeState" element
 

Uses of GuaranteeTermStateType in org.ogf.schemas.graap.wsAgreement
 

Methods in org.ogf.schemas.graap.wsAgreement that return GuaranteeTermStateType
 GuaranteeTermStateType GuaranteeTermStateDocument.addNewGuaranteeTermState()
          Appends and returns a new empty "GuaranteeTermState" element
 GuaranteeTermStateType AgreementStatePropertiesType.addNewGuaranteeTermState()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTermState" element
 GuaranteeTermStateType AgreementPropertiesType.addNewGuaranteeTermState()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTermState" element
 GuaranteeTermStateType GuaranteeTermStateDocument.getGuaranteeTermState()
          Gets the "GuaranteeTermState" element
 GuaranteeTermStateType[] AgreementStatePropertiesType.getGuaranteeTermStateArray()
          Gets array of all "GuaranteeTermState" elements
 GuaranteeTermStateType[] AgreementPropertiesType.getGuaranteeTermStateArray()
          Gets array of all "GuaranteeTermState" elements
 GuaranteeTermStateType AgreementStatePropertiesType.getGuaranteeTermStateArray(int i)
          Gets ith "GuaranteeTermState" element
 GuaranteeTermStateType AgreementPropertiesType.getGuaranteeTermStateArray(int i)
          Gets ith "GuaranteeTermState" element
 GuaranteeTermStateType AgreementStatePropertiesType.insertNewGuaranteeTermState(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTermState" element
 GuaranteeTermStateType AgreementPropertiesType.insertNewGuaranteeTermState(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTermState" element
static GuaranteeTermStateType GuaranteeTermStateType.Factory.newInstance()
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(File file)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(InputStream is)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(Node node)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(Reader r)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(String xmlAsString)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(URL u)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GuaranteeTermStateType GuaranteeTermStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type GuaranteeTermStateType
 void GuaranteeTermStateDocument.setGuaranteeTermState(GuaranteeTermStateType guaranteeTermState)
          Sets the "GuaranteeTermState" element
 void AgreementStatePropertiesType.setGuaranteeTermStateArray(GuaranteeTermStateType[] guaranteeTermStateArray)
          Sets array of all "GuaranteeTermState" element
 void AgreementPropertiesType.setGuaranteeTermStateArray(GuaranteeTermStateType[] guaranteeTermStateArray)
          Sets array of all "GuaranteeTermState" element
 void AgreementStatePropertiesType.setGuaranteeTermStateArray(int i, GuaranteeTermStateType guaranteeTermState)
          Sets ith "GuaranteeTermState" element
 void AgreementPropertiesType.setGuaranteeTermStateArray(int i, GuaranteeTermStateType guaranteeTermState)
          Sets ith "GuaranteeTermState" element
 

Uses of GuaranteeTermStateType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement GuaranteeTermStateType
 class GuaranteeTermStateTypeImpl
          An XML GuaranteeTermStateType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement.impl that return GuaranteeTermStateType
 GuaranteeTermStateType GuaranteeTermStateDocumentImpl.addNewGuaranteeTermState()
          Appends and returns a new empty "GuaranteeTermState" element
 GuaranteeTermStateType AgreementStatePropertiesTypeImpl.addNewGuaranteeTermState()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTermState" element
 GuaranteeTermStateType AgreementPropertiesTypeImpl.addNewGuaranteeTermState()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTermState" element
 GuaranteeTermStateType GuaranteeTermStateDocumentImpl.getGuaranteeTermState()
          Gets the "GuaranteeTermState" element
 GuaranteeTermStateType[] AgreementStatePropertiesTypeImpl.getGuaranteeTermStateArray()
          Gets array of all "GuaranteeTermState" elements
 GuaranteeTermStateType[] AgreementPropertiesTypeImpl.getGuaranteeTermStateArray()
          Gets array of all "GuaranteeTermState" elements
 GuaranteeTermStateType AgreementStatePropertiesTypeImpl.getGuaranteeTermStateArray(int i)
          Gets ith "GuaranteeTermState" element
 GuaranteeTermStateType AgreementPropertiesTypeImpl.getGuaranteeTermStateArray(int i)
          Gets ith "GuaranteeTermState" element
 GuaranteeTermStateType AgreementStatePropertiesTypeImpl.insertNewGuaranteeTermState(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTermState" element
 GuaranteeTermStateType AgreementPropertiesTypeImpl.insertNewGuaranteeTermState(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTermState" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type GuaranteeTermStateType
 void GuaranteeTermStateDocumentImpl.setGuaranteeTermState(GuaranteeTermStateType guaranteeTermState)
          Sets the "GuaranteeTermState" element
 void AgreementStatePropertiesTypeImpl.setGuaranteeTermStateArray(GuaranteeTermStateType[] guaranteeTermStateArray)
          Sets array of all "GuaranteeTermState" element
 void AgreementPropertiesTypeImpl.setGuaranteeTermStateArray(GuaranteeTermStateType[] guaranteeTermStateArray)
          Sets array of all "GuaranteeTermState" element
 void AgreementStatePropertiesTypeImpl.setGuaranteeTermStateArray(int i, GuaranteeTermStateType guaranteeTermState)
          Sets ith "GuaranteeTermState" element
 void AgreementPropertiesTypeImpl.setGuaranteeTermStateArray(int i, GuaranteeTermStateType guaranteeTermState)
          Sets ith "GuaranteeTermState" element
 



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