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

Packages that use AgreementStateType
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.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Methods in org.ogf.graap.wsag.api that return AgreementStateType
 AgreementStateType Agreement.getState()
           
 

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

Methods in org.ogf.graap.wsag.api.client that return AgreementStateType
 AgreementStateType AgreementService.getState()
          Returns the state of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.api.types that return AgreementStateType
 AgreementStateType AbstractAgreementType.getState()
          
 

Methods in org.ogf.graap.wsag.api.types with parameters of type AgreementStateType
 void AbstractAgreementType.setState(AgreementStateType agreementState)
          Sets the state of the agreement.
 

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

Methods in org.ogf.graap.wsag.client.impl that return AgreementStateType
 AgreementStateType AgreementImpl.getState()
          Returns the state of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.local that return AgreementStateType
 AgreementStateType LocalAgreementServiceImpl.getState()
          Returns the state of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.remote that return AgreementStateType
 AgreementStateType RemoteAgreementServiceImpl.getState()
          Returns the state of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.samples that return AgreementStateType
 AgreementStateType SampleAgreement.getState()
          
 

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

Methods in org.ogf.graap.wsag.server.monitoring that return AgreementStateType
 AgreementStateType MonitorableAgreement.getState()
           
 

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

Methods in org.ogf.graap.wsag.server.persistence.impl that return AgreementStateType
 AgreementStateType PersistentAgreementContainer.getState()
           
 AgreementStateType DatabasePersistentAgreement.getState()
          
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type AgreementStateType
 void PersistentAgreementContainer.setState(AgreementStateType state)
           
 

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

Methods in org.ogf.graap.wsag.wsrf.impl that return AgreementStateType
 AgreementStateType PendingAgreementFacade.getState()
          
 

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

Methods in org.ogf.schemas.graap.wsAgreement that return AgreementStateType
 AgreementStateType AgreementStatePropertiesType.addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementStateType AgreementStateDocument.addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementStateType AgreementPropertiesType.addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementStateType AgreementStatePropertiesType.getAgreementState()
          Gets the "AgreementState" element
 AgreementStateType AgreementStateDocument.getAgreementState()
          Gets the "AgreementState" element
 AgreementStateType AgreementPropertiesType.getAgreementState()
          Gets the "AgreementState" element
static AgreementStateType AgreementStateType.Factory.newInstance()
           
static AgreementStateType AgreementStateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(File file)
           
static AgreementStateType AgreementStateType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(InputStream is)
           
static AgreementStateType AgreementStateType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(Node node)
           
static AgreementStateType AgreementStateType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(Reader r)
           
static AgreementStateType AgreementStateType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(String xmlAsString)
           
static AgreementStateType AgreementStateType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(URL u)
           
static AgreementStateType AgreementStateType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AgreementStateType AgreementStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AgreementStateType AgreementStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AgreementStateType AgreementStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AgreementStateType AgreementStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementStateType
 void AgreementStatePropertiesType.setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 void AgreementStateDocument.setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 void AgreementPropertiesType.setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementStateType
 AgreementStateType AgreementStatePropertiesTypeImpl.addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementStateType AgreementStateDocumentImpl.addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementStateType AgreementPropertiesTypeImpl.addNewAgreementState()
          Appends and returns a new empty "AgreementState" element
 AgreementStateType AgreementStatePropertiesTypeImpl.getAgreementState()
          Gets the "AgreementState" element
 AgreementStateType AgreementStateDocumentImpl.getAgreementState()
          Gets the "AgreementState" element
 AgreementStateType AgreementPropertiesTypeImpl.getAgreementState()
          Gets the "AgreementState" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementStateType
 void AgreementStatePropertiesTypeImpl.setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 void AgreementStateDocumentImpl.setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 void AgreementPropertiesTypeImpl.setAgreementState(AgreementStateType agreementState)
          Sets the "AgreementState" element
 



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