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

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

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.