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

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

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationType
 void NegotiationContextType.setNegotiationType(NegotiationType negotiationType)
          Sets the "NegotiationType" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationType
 NegotiationType NegotiationContextTypeImpl.addNewNegotiationType()
          Appends and returns a new empty "NegotiationType" element
 NegotiationType NegotiationContextTypeImpl.getNegotiationType()
          Gets the "NegotiationType" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationType
 void NegotiationContextTypeImpl.setNegotiationType(NegotiationType negotiationType)
          Sets the "NegotiationType" element
 



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