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

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return NegotiateOutputType
 NegotiateOutputType NegotiateOutputDocument.addNewNegotiateOutput()
          Appends and returns a new empty "NegotiateOutput" element
 NegotiateOutputType NegotiateOutputDocument.getNegotiateOutput()
          Gets the "NegotiateOutput" element
static NegotiateOutputType NegotiateOutputType.Factory.newInstance()
           
static NegotiateOutputType NegotiateOutputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(File file)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(InputStream is)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(Node node)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(Reader r)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(String xmlAsString)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(URL u)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiateOutputType NegotiateOutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiateOutputType NegotiateOutputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NegotiateOutputType NegotiateOutputType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol with parameters of type NegotiateOutputType
 void NegotiateOutputDocument.setNegotiateOutput(NegotiateOutputType negotiateOutput)
          Sets the "NegotiateOutput" element
 

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

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that implement NegotiateOutputType
 class NegotiateOutputTypeImpl
          An XML NegotiateOutputType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return NegotiateOutputType
 NegotiateOutputType NegotiateOutputDocumentImpl.addNewNegotiateOutput()
          Appends and returns a new empty "NegotiateOutput" element
 NegotiateOutputType NegotiateOutputDocumentImpl.getNegotiateOutput()
          Gets the "NegotiateOutput" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type NegotiateOutputType
 void NegotiateOutputDocumentImpl.setNegotiateOutput(NegotiateOutputType negotiateOutput)
          Sets the "NegotiateOutput" element
 



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