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

Packages that use AgreementAcceptanceOutputType
org.ogf.graap.wsag.wsrf.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Methods in org.ogf.graap.wsag.wsrf.impl that return AgreementAcceptanceOutputType
 AgreementAcceptanceOutputType AgreementAcceptanceCapability.acceptAgreement(AcceptAgreementInputDocument input)
          Notification of an agreement offer acceptance.
 AgreementAcceptanceOutputType AgreementAcceptanceCapability.rejectAgreement(RejectAgreementInputDocument input)
          Notification of an agreement offer rejection.
 

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

Methods in org.ogf.schemas.graap.wsAgreement that return AgreementAcceptanceOutputType
 AgreementAcceptanceOutputType AcceptAgreementResponseDocument.addNewAcceptAgreementResponse()
          Appends and returns a new empty "AcceptAgreementResponse" element
 AgreementAcceptanceOutputType RejectAgreementResponseDocument.addNewRejectAgreementResponse()
          Appends and returns a new empty "RejectAgreementResponse" element
 AgreementAcceptanceOutputType AcceptAgreementResponseDocument.getAcceptAgreementResponse()
          Gets the "AcceptAgreementResponse" element
 AgreementAcceptanceOutputType RejectAgreementResponseDocument.getRejectAgreementResponse()
          Gets the "RejectAgreementResponse" element
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.newInstance()
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(File file)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(InputStream is)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(Node node)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(Reader r)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(String xmlAsString)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(URL u)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AgreementAcceptanceOutputType AgreementAcceptanceOutputType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementAcceptanceOutputType
 void AcceptAgreementResponseDocument.setAcceptAgreementResponse(AgreementAcceptanceOutputType acceptAgreementResponse)
          Sets the "AcceptAgreementResponse" element
 void RejectAgreementResponseDocument.setRejectAgreementResponse(AgreementAcceptanceOutputType rejectAgreementResponse)
          Sets the "RejectAgreementResponse" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementAcceptanceOutputType
 AgreementAcceptanceOutputType AcceptAgreementResponseDocumentImpl.addNewAcceptAgreementResponse()
          Appends and returns a new empty "AcceptAgreementResponse" element
 AgreementAcceptanceOutputType RejectAgreementResponseDocumentImpl.addNewRejectAgreementResponse()
          Appends and returns a new empty "RejectAgreementResponse" element
 AgreementAcceptanceOutputType AcceptAgreementResponseDocumentImpl.getAcceptAgreementResponse()
          Gets the "AcceptAgreementResponse" element
 AgreementAcceptanceOutputType RejectAgreementResponseDocumentImpl.getRejectAgreementResponse()
          Gets the "RejectAgreementResponse" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementAcceptanceOutputType
 void AcceptAgreementResponseDocumentImpl.setAcceptAgreementResponse(AgreementAcceptanceOutputType acceptAgreementResponse)
          Sets the "AcceptAgreementResponse" element
 void RejectAgreementResponseDocumentImpl.setRejectAgreementResponse(AgreementAcceptanceOutputType rejectAgreementResponse)
          Sets the "RejectAgreementResponse" element
 



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