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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
NegotiationConstraintSectionTypeImpl

public interface NegotiationConstraintSectionType
extends org.apache.xmlbeans.XmlObject

An XML NegotiationConstraintSectionType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). This is a complex type.


Nested Class Summary
static class NegotiationConstraintSectionType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.XmlObject addNewConstraint()
          Appends and returns a new empty value (as xml) as the last "Constraint" element
 NegotiationOfferItemType addNewItem()
          Appends and returns a new empty value (as xml) as the last "Item" element
 org.apache.xmlbeans.XmlObject[] getConstraintArray()
          Gets array of all "Constraint" elements
 org.apache.xmlbeans.XmlObject getConstraintArray(int i)
          Gets ith "Constraint" element
 NegotiationOfferItemType[] getItemArray()
          Gets array of all "Item" elements
 NegotiationOfferItemType getItemArray(int i)
          Gets ith "Item" element
 org.apache.xmlbeans.XmlObject insertNewConstraint(int i)
          Inserts and returns a new empty value (as xml) as the ith "Constraint" element
 NegotiationOfferItemType insertNewItem(int i)
          Inserts and returns a new empty value (as xml) as the ith "Item" element
 void removeConstraint(int i)
          Removes the ith "Constraint" element
 void removeItem(int i)
          Removes the ith "Item" element
 void setConstraintArray(int i, org.apache.xmlbeans.XmlObject constraint)
          Sets ith "Constraint" element
 void setConstraintArray(org.apache.xmlbeans.XmlObject[] constraintArray)
          Sets array of all "Constraint" element
 void setItemArray(int i, NegotiationOfferItemType item)
          Sets ith "Item" element
 void setItemArray(NegotiationOfferItemType[] itemArray)
          Sets array of all "Item" element
 int sizeOfConstraintArray()
          Returns number of "Constraint" element
 int sizeOfItemArray()
          Returns number of "Item" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getItemArray

NegotiationOfferItemType[] getItemArray()
Gets array of all "Item" elements


getItemArray

NegotiationOfferItemType getItemArray(int i)
Gets ith "Item" element


sizeOfItemArray

int sizeOfItemArray()
Returns number of "Item" element


setItemArray

void setItemArray(NegotiationOfferItemType[] itemArray)
Sets array of all "Item" element


setItemArray

void setItemArray(int i,
                  NegotiationOfferItemType item)
Sets ith "Item" element


insertNewItem

NegotiationOfferItemType insertNewItem(int i)
Inserts and returns a new empty value (as xml) as the ith "Item" element


addNewItem

NegotiationOfferItemType addNewItem()
Appends and returns a new empty value (as xml) as the last "Item" element


removeItem

void removeItem(int i)
Removes the ith "Item" element


getConstraintArray

org.apache.xmlbeans.XmlObject[] getConstraintArray()
Gets array of all "Constraint" elements


getConstraintArray

org.apache.xmlbeans.XmlObject getConstraintArray(int i)
Gets ith "Constraint" element


sizeOfConstraintArray

int sizeOfConstraintArray()
Returns number of "Constraint" element


setConstraintArray

void setConstraintArray(org.apache.xmlbeans.XmlObject[] constraintArray)
Sets array of all "Constraint" element


setConstraintArray

void setConstraintArray(int i,
                        org.apache.xmlbeans.XmlObject constraint)
Sets ith "Constraint" element


insertNewConstraint

org.apache.xmlbeans.XmlObject insertNewConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "Constraint" element


addNewConstraint

org.apache.xmlbeans.XmlObject addNewConstraint()
Appends and returns a new empty value (as xml) as the last "Constraint" element


removeConstraint

void removeConstraint(int i)
Removes the ith "Constraint" element



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