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

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationOfferItemType
 NegotiationOfferItemType NegotiationConstraintSectionType.addNewItem()
          Appends and returns a new empty value (as xml) as the last "Item" element
 NegotiationOfferItemType[] NegotiationConstraintSectionType.getItemArray()
          Gets array of all "Item" elements
 NegotiationOfferItemType NegotiationConstraintSectionType.getItemArray(int i)
          Gets ith "Item" element
 NegotiationOfferItemType NegotiationConstraintSectionType.insertNewItem(int i)
          Inserts and returns a new empty value (as xml) as the ith "Item" element
static NegotiationOfferItemType NegotiationOfferItemType.Factory.newInstance()
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(File file)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(InputStream is)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(Node node)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(Reader r)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(String xmlAsString)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(URL u)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NegotiationOfferItemType NegotiationOfferItemType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationOfferItemType
 void NegotiationConstraintSectionType.setItemArray(int i, NegotiationOfferItemType item)
          Sets ith "Item" element
 void NegotiationConstraintSectionType.setItemArray(NegotiationOfferItemType[] itemArray)
          Sets array of all "Item" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationOfferItemType
 NegotiationOfferItemType NegotiationConstraintSectionTypeImpl.addNewItem()
          Appends and returns a new empty value (as xml) as the last "Item" element
 NegotiationOfferItemType[] NegotiationConstraintSectionTypeImpl.getItemArray()
          Gets array of all "Item" elements
 NegotiationOfferItemType NegotiationConstraintSectionTypeImpl.getItemArray(int i)
          Gets ith "Item" element
 NegotiationOfferItemType NegotiationConstraintSectionTypeImpl.insertNewItem(int i)
          Inserts and returns a new empty value (as xml) as the ith "Item" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationOfferItemType
 void NegotiationConstraintSectionTypeImpl.setItemArray(int i, NegotiationOfferItemType item)
          Sets ith "Item" element
 void NegotiationConstraintSectionTypeImpl.setItemArray(NegotiationOfferItemType[] itemArray)
          Sets array of all "Item" element
 



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