org.ogf.schemas.graap.wsAgreement.negotiation.protocol
Interface NegotiationPropertiesType

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

public interface NegotiationPropertiesType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class NegotiationPropertiesType.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
 AgreementTemplateType addNewNegotiableTemplate()
          Appends and returns a new empty value (as xml) as the last "NegotiableTemplate" element
 NegotiationContextType addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationOfferType addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 AgreementTemplateType[] getNegotiableTemplateArray()
          Gets array of all "NegotiableTemplate" elements
 AgreementTemplateType getNegotiableTemplateArray(int i)
          Gets ith "NegotiableTemplate" element
 NegotiationContextType getNegotiationContext()
          Gets the "NegotiationContext" element
 NegotiationOfferType[] getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 AgreementTemplateType insertNewNegotiableTemplate(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiableTemplate" element
 NegotiationOfferType insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 void removeNegotiableTemplate(int i)
          Removes the ith "NegotiableTemplate" element
 void removeNegotiationOffer(int i)
          Removes the ith "NegotiationOffer" element
 void setNegotiableTemplateArray(AgreementTemplateType[] negotiableTemplateArray)
          Sets array of all "NegotiableTemplate" element
 void setNegotiableTemplateArray(int i, AgreementTemplateType negotiableTemplate)
          Sets ith "NegotiableTemplate" element
 void setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 void setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 int sizeOfNegotiableTemplateArray()
          Returns number of "NegotiableTemplate" element
 int sizeOfNegotiationOfferArray()
          Returns number of "NegotiationOffer" 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

getNegotiationContext

NegotiationContextType getNegotiationContext()
Gets the "NegotiationContext" element


setNegotiationContext

void setNegotiationContext(NegotiationContextType negotiationContext)
Sets the "NegotiationContext" element


addNewNegotiationContext

NegotiationContextType addNewNegotiationContext()
Appends and returns a new empty "NegotiationContext" element


getNegotiableTemplateArray

AgreementTemplateType[] getNegotiableTemplateArray()
Gets array of all "NegotiableTemplate" elements


getNegotiableTemplateArray

AgreementTemplateType getNegotiableTemplateArray(int i)
Gets ith "NegotiableTemplate" element


sizeOfNegotiableTemplateArray

int sizeOfNegotiableTemplateArray()
Returns number of "NegotiableTemplate" element


setNegotiableTemplateArray

void setNegotiableTemplateArray(AgreementTemplateType[] negotiableTemplateArray)
Sets array of all "NegotiableTemplate" element


setNegotiableTemplateArray

void setNegotiableTemplateArray(int i,
                                AgreementTemplateType negotiableTemplate)
Sets ith "NegotiableTemplate" element


insertNewNegotiableTemplate

AgreementTemplateType insertNewNegotiableTemplate(int i)
Inserts and returns a new empty value (as xml) as the ith "NegotiableTemplate" element


addNewNegotiableTemplate

AgreementTemplateType addNewNegotiableTemplate()
Appends and returns a new empty value (as xml) as the last "NegotiableTemplate" element


removeNegotiableTemplate

void removeNegotiableTemplate(int i)
Removes the ith "NegotiableTemplate" element


getNegotiationOfferArray

NegotiationOfferType[] getNegotiationOfferArray()
Gets array of all "NegotiationOffer" elements


getNegotiationOfferArray

NegotiationOfferType getNegotiationOfferArray(int i)
Gets ith "NegotiationOffer" element


sizeOfNegotiationOfferArray

int sizeOfNegotiationOfferArray()
Returns number of "NegotiationOffer" element


setNegotiationOfferArray

void setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
Sets array of all "NegotiationOffer" element


setNegotiationOfferArray

void setNegotiationOfferArray(int i,
                              NegotiationOfferType negotiationOffer)
Sets ith "NegotiationOffer" element


insertNewNegotiationOffer

NegotiationOfferType insertNewNegotiationOffer(int i)
Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element


addNewNegotiationOffer

NegotiationOfferType addNewNegotiationOffer()
Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element


removeNegotiationOffer

void removeNegotiationOffer(int i)
Removes the ith "NegotiationOffer" element



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