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

Packages that use NegotiationConstraintSectionType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.types   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
 

Uses of NegotiationConstraintSectionType in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return NegotiationConstraintSectionType
 NegotiationConstraintSectionType NegotiationOffer.getNegotiationConstraints()
           
 

Methods in org.ogf.graap.wsag.api with parameters of type NegotiationConstraintSectionType
 void NegotiationOffer.setNegotiationConstraints(NegotiationConstraintSectionType constraints)
           
 

Uses of NegotiationConstraintSectionType in org.ogf.graap.wsag.api.types
 

Methods in org.ogf.graap.wsag.api.types that return NegotiationConstraintSectionType
 NegotiationConstraintSectionType NegotiationOfferTypeImpl.getNegotiationConstraints()
           
 

Methods in org.ogf.graap.wsag.api.types with parameters of type NegotiationConstraintSectionType
 void NegotiationOfferTypeImpl.setNegotiationConstraints(NegotiationConstraintSectionType constraints)
           
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationConstraintSectionType
 void NegotiationOfferType.setNegotiationConstraints(NegotiationConstraintSectionType negotiationConstraints)
          Sets the "NegotiationConstraints" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationConstraintSectionType
 NegotiationConstraintSectionType NegotiationOfferTypeImpl.addNewNegotiationConstraints()
          Appends and returns a new empty "NegotiationConstraints" element
 NegotiationConstraintSectionType NegotiationOfferTypeImpl.getNegotiationConstraints()
          Gets the "NegotiationConstraints" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationConstraintSectionType
 void NegotiationOfferTypeImpl.setNegotiationConstraints(NegotiationConstraintSectionType negotiationConstraints)
          Sets the "NegotiationConstraints" element
 



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