Uses of Interface
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.NegotiationPropertiesDocument

Packages that use NegotiationPropertiesDocument
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

Uses of NegotiationPropertiesDocument in org.ogf.schemas.graap.wsAgreement.negotiation.protocol
 

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

Uses of NegotiationPropertiesDocument in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl
 

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



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