Uses of Interface
org.ogf.schemas.graap.wsAgreement.negotiation.NegotiationOfferDocument

Packages that use NegotiationOfferDocument
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
 

Uses of NegotiationOfferDocument in org.ogf.schemas.graap.wsAgreement.negotiation
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationOfferDocument
static NegotiationOfferDocument NegotiationOfferDocument.Factory.newInstance()
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(File file)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(InputStream is)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(Node node)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(Reader r)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(String xmlAsString)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(URL u)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(XMLStreamReader sr)
           
static NegotiationOfferDocument NegotiationOfferDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of NegotiationOfferDocument in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement NegotiationOfferDocument
 class NegotiationOfferDocumentImpl
          A document containing one NegotiationOffer(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation) element.
 



Copyright © 2008-2012. All Rights Reserved.