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

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationConstraintType
static NegotiationConstraintType NegotiationConstraintType.Factory.newInstance()
           
static NegotiationConstraintType NegotiationConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.newValue(Object obj)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(File file)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(InputStream is)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(Node node)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(Reader r)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(String xmlAsString)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(URL u)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NegotiationConstraintType NegotiationConstraintType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 NegotiationConstraintType NegotiationOfferItemType.xgetType()
          Gets (as xml) the "Type" attribute
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationConstraintType
 void NegotiationOfferItemType.xsetType(NegotiationConstraintType type)
          Sets (as xml) the "Type" attribute
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationConstraintType
 NegotiationConstraintType NegotiationOfferItemTypeImpl.xgetType()
          Gets (as xml) the "Type" attribute
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationConstraintType
 void NegotiationOfferItemTypeImpl.xsetType(NegotiationConstraintType type)
          Sets (as xml) the "Type" attribute
 



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