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

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

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

Methods in org.ogf.schemas.graap.wsAgreement that return AgreementAcceptanceInputType
 AgreementAcceptanceInputType AcceptAgreementInputDocument.addNewAcceptAgreementInput()
          Appends and returns a new empty "AcceptAgreementInput" element
 AgreementAcceptanceInputType RejectAgreementInputDocument.addNewRejectAgreementInput()
          Appends and returns a new empty "RejectAgreementInput" element
 AgreementAcceptanceInputType AcceptAgreementInputDocument.getAcceptAgreementInput()
          Gets the "AcceptAgreementInput" element
 AgreementAcceptanceInputType RejectAgreementInputDocument.getRejectAgreementInput()
          Gets the "RejectAgreementInput" element
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.newInstance()
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(File file)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(InputStream is)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(Node node)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(Reader r)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(String xmlAsString)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(URL u)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AgreementAcceptanceInputType AgreementAcceptanceInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementAcceptanceInputType
 void AcceptAgreementInputDocument.setAcceptAgreementInput(AgreementAcceptanceInputType acceptAgreementInput)
          Sets the "AcceptAgreementInput" element
 void RejectAgreementInputDocument.setRejectAgreementInput(AgreementAcceptanceInputType rejectAgreementInput)
          Sets the "RejectAgreementInput" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementAcceptanceInputType
 AgreementAcceptanceInputType AcceptAgreementInputDocumentImpl.addNewAcceptAgreementInput()
          Appends and returns a new empty "AcceptAgreementInput" element
 AgreementAcceptanceInputType RejectAgreementInputDocumentImpl.addNewRejectAgreementInput()
          Appends and returns a new empty "RejectAgreementInput" element
 AgreementAcceptanceInputType AcceptAgreementInputDocumentImpl.getAcceptAgreementInput()
          Gets the "AcceptAgreementInput" element
 AgreementAcceptanceInputType RejectAgreementInputDocumentImpl.getRejectAgreementInput()
          Gets the "RejectAgreementInput" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementAcceptanceInputType
 void AcceptAgreementInputDocumentImpl.setAcceptAgreementInput(AgreementAcceptanceInputType acceptAgreementInput)
          Sets the "AcceptAgreementInput" element
 void RejectAgreementInputDocumentImpl.setRejectAgreementInput(AgreementAcceptanceInputType rejectAgreementInput)
          Sets the "RejectAgreementInput" element
 



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