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

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

public interface AdvertiseInputType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class AdvertiseInputType.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
 NegotiationOfferType addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType[] getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 void removeNegotiationOffer(int i)
          Removes the ith "NegotiationOffer" element
 void setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" 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

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.