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

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return InnerNegotiationStateType
 InnerNegotiationStateType NegotiationOfferStateType.addNewAcceptable()
          Appends and returns a new empty "Acceptable" element
 InnerNegotiationStateType NegotiationOfferStateType.addNewAdvisory()
          Appends and returns a new empty "Advisory" element
 InnerNegotiationStateType NegotiationOfferStateType.addNewRejected()
          Appends and returns a new empty "Rejected" element
 InnerNegotiationStateType NegotiationOfferStateType.addNewSolicited()
          Appends and returns a new empty "Solicited" element
 InnerNegotiationStateType NegotiationOfferStateType.getAcceptable()
          Gets the "Acceptable" element
 InnerNegotiationStateType NegotiationOfferStateType.getAdvisory()
          Gets the "Advisory" element
 InnerNegotiationStateType NegotiationOfferStateType.getRejected()
          Gets the "Rejected" element
 InnerNegotiationStateType NegotiationOfferStateType.getSolicited()
          Gets the "Solicited" element
static InnerNegotiationStateType InnerNegotiationStateType.Factory.newInstance()
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(File file)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(InputStream is)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(Node node)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(Reader r)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(String xmlAsString)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(URL u)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static InnerNegotiationStateType InnerNegotiationStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type InnerNegotiationStateType
 void NegotiationOfferStateType.setAcceptable(InnerNegotiationStateType acceptable)
          Sets the "Acceptable" element
 void NegotiationOfferStateType.setAdvisory(InnerNegotiationStateType advisory)
          Sets the "Advisory" element
 void NegotiationOfferStateType.setRejected(InnerNegotiationStateType rejected)
          Sets the "Rejected" element
 void NegotiationOfferStateType.setSolicited(InnerNegotiationStateType solicited)
          Sets the "Solicited" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return InnerNegotiationStateType
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.addNewAcceptable()
          Appends and returns a new empty "Acceptable" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.addNewAdvisory()
          Appends and returns a new empty "Advisory" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.addNewRejected()
          Appends and returns a new empty "Rejected" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.addNewSolicited()
          Appends and returns a new empty "Solicited" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.getAcceptable()
          Gets the "Acceptable" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.getAdvisory()
          Gets the "Advisory" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.getRejected()
          Gets the "Rejected" element
 InnerNegotiationStateType NegotiationOfferStateTypeImpl.getSolicited()
          Gets the "Solicited" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type InnerNegotiationStateType
 void NegotiationOfferStateTypeImpl.setAcceptable(InnerNegotiationStateType acceptable)
          Sets the "Acceptable" element
 void NegotiationOfferStateTypeImpl.setAdvisory(InnerNegotiationStateType advisory)
          Sets the "Advisory" element
 void NegotiationOfferStateTypeImpl.setRejected(InnerNegotiationStateType rejected)
          Sets the "Rejected" element
 void NegotiationOfferStateTypeImpl.setSolicited(InnerNegotiationStateType solicited)
          Sets the "Solicited" element
 



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