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

Packages that use AgreementStatePropertiesType
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementStatePropertiesType
 void AgreementStatePropertiesDocument.setAgreementStateProperties(AgreementStatePropertiesType agreementStateProperties)
          Sets the "AgreementStateProperties" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementStatePropertiesType
 AgreementStatePropertiesType AgreementStatePropertiesDocumentImpl.addNewAgreementStateProperties()
          Appends and returns a new empty "AgreementStateProperties" element
 AgreementStatePropertiesType AgreementStatePropertiesDocumentImpl.getAgreementStateProperties()
          Gets the "AgreementStateProperties" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementStatePropertiesType
 void AgreementStatePropertiesDocumentImpl.setAgreementStateProperties(AgreementStatePropertiesType agreementStateProperties)
          Sets the "AgreementStateProperties" element
 



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