Uses of Interface
org.ogf.schemas.graap.wsAgreement.OfferItemType

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

Uses of OfferItemType in org.ogf.schemas.graap.wsAgreement
 

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

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

Uses of OfferItemType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement OfferItemType
 class OfferItemTypeImpl
          An XML OfferItemType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

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

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

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

Subinterfaces of OfferItemType in org.ogf.schemas.graap.wsAgreement.negotiation
 interface NegotiationOfferItemType
          An XML NegotiationOfferItemType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 

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

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



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