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

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

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type CreateAgreementInputType
 void CreateAgreementInputDocument.setCreateAgreementInput(CreateAgreementInputType createAgreementInput)
          Sets the "CreateAgreementInput" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return CreateAgreementInputType
 CreateAgreementInputType CreateAgreementInputDocumentImpl.addNewCreateAgreementInput()
          Appends and returns a new empty "CreateAgreementInput" element
 CreateAgreementInputType CreateAgreementInputDocumentImpl.getCreateAgreementInput()
          Gets the "CreateAgreementInput" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type CreateAgreementInputType
 void CreateAgreementInputDocumentImpl.setCreateAgreementInput(CreateAgreementInputType createAgreementInput)
          Sets the "CreateAgreementInput" element
 



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