org.ogf.schemas.graap.wsAgreement
Interface TermCompositorType

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

public interface TermCompositorType
extends org.apache.xmlbeans.XmlObject

An XML TermCompositorType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class TermCompositorType.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
 TermCompositorType addNewAll()
          Appends and returns a new empty value (as xml) as the last "All" element
 TermCompositorType addNewExactlyOne()
          Appends and returns a new empty value (as xml) as the last "ExactlyOne" element
 GuaranteeTermType addNewGuaranteeTerm()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTerm" element
 TermCompositorType addNewOneOrMore()
          Appends and returns a new empty value (as xml) as the last "OneOrMore" element
 ServiceDescriptionTermType addNewServiceDescriptionTerm()
          Appends and returns a new empty value (as xml) as the last "ServiceDescriptionTerm" element
 ServicePropertiesType addNewServiceProperties()
          Appends and returns a new empty value (as xml) as the last "ServiceProperties" element
 ServiceReferenceType addNewServiceReference()
          Appends and returns a new empty value (as xml) as the last "ServiceReference" element
 TermCompositorType[] getAllArray()
          Gets array of all "All" elements
 TermCompositorType getAllArray(int i)
          Gets ith "All" element
 TermCompositorType[] getExactlyOneArray()
          Gets array of all "ExactlyOne" elements
 TermCompositorType getExactlyOneArray(int i)
          Gets ith "ExactlyOne" element
 GuaranteeTermType[] getGuaranteeTermArray()
          Gets array of all "GuaranteeTerm" elements
 GuaranteeTermType getGuaranteeTermArray(int i)
          Gets ith "GuaranteeTerm" element
 TermCompositorType[] getOneOrMoreArray()
          Gets array of all "OneOrMore" elements
 TermCompositorType getOneOrMoreArray(int i)
          Gets ith "OneOrMore" element
 ServiceDescriptionTermType[] getServiceDescriptionTermArray()
          Gets array of all "ServiceDescriptionTerm" elements
 ServiceDescriptionTermType getServiceDescriptionTermArray(int i)
          Gets ith "ServiceDescriptionTerm" element
 ServicePropertiesType[] getServicePropertiesArray()
          Gets array of all "ServiceProperties" elements
 ServicePropertiesType getServicePropertiesArray(int i)
          Gets ith "ServiceProperties" element
 ServiceReferenceType[] getServiceReferenceArray()
          Gets array of all "ServiceReference" elements
 ServiceReferenceType getServiceReferenceArray(int i)
          Gets ith "ServiceReference" element
 TermCompositorType insertNewAll(int i)
          Inserts and returns a new empty value (as xml) as the ith "All" element
 TermCompositorType insertNewExactlyOne(int i)
          Inserts and returns a new empty value (as xml) as the ith "ExactlyOne" element
 GuaranteeTermType insertNewGuaranteeTerm(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTerm" element
 TermCompositorType insertNewOneOrMore(int i)
          Inserts and returns a new empty value (as xml) as the ith "OneOrMore" element
 ServiceDescriptionTermType insertNewServiceDescriptionTerm(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceDescriptionTerm" element
 ServicePropertiesType insertNewServiceProperties(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceProperties" element
 ServiceReferenceType insertNewServiceReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceReference" element
 void removeAll(int i)
          Removes the ith "All" element
 void removeExactlyOne(int i)
          Removes the ith "ExactlyOne" element
 void removeGuaranteeTerm(int i)
          Removes the ith "GuaranteeTerm" element
 void removeOneOrMore(int i)
          Removes the ith "OneOrMore" element
 void removeServiceDescriptionTerm(int i)
          Removes the ith "ServiceDescriptionTerm" element
 void removeServiceProperties(int i)
          Removes the ith "ServiceProperties" element
 void removeServiceReference(int i)
          Removes the ith "ServiceReference" element
 void setAllArray(int i, TermCompositorType all)
          Sets ith "All" element
 void setAllArray(TermCompositorType[] allArray)
          Sets array of all "All" element
 void setExactlyOneArray(int i, TermCompositorType exactlyOne)
          Sets ith "ExactlyOne" element
 void setExactlyOneArray(TermCompositorType[] exactlyOneArray)
          Sets array of all "ExactlyOne" element
 void setGuaranteeTermArray(GuaranteeTermType[] guaranteeTermArray)
          Sets array of all "GuaranteeTerm" element
 void setGuaranteeTermArray(int i, GuaranteeTermType guaranteeTerm)
          Sets ith "GuaranteeTerm" element
 void setOneOrMoreArray(int i, TermCompositorType oneOrMore)
          Sets ith "OneOrMore" element
 void setOneOrMoreArray(TermCompositorType[] oneOrMoreArray)
          Sets array of all "OneOrMore" element
 void setServiceDescriptionTermArray(int i, ServiceDescriptionTermType serviceDescriptionTerm)
          Sets ith "ServiceDescriptionTerm" element
 void setServiceDescriptionTermArray(ServiceDescriptionTermType[] serviceDescriptionTermArray)
          Sets array of all "ServiceDescriptionTerm" element
 void setServicePropertiesArray(int i, ServicePropertiesType serviceProperties)
          Sets ith "ServiceProperties" element
 void setServicePropertiesArray(ServicePropertiesType[] servicePropertiesArray)
          Sets array of all "ServiceProperties" element
 void setServiceReferenceArray(int i, ServiceReferenceType serviceReference)
          Sets ith "ServiceReference" element
 void setServiceReferenceArray(ServiceReferenceType[] serviceReferenceArray)
          Sets array of all "ServiceReference" element
 int sizeOfAllArray()
          Returns number of "All" element
 int sizeOfExactlyOneArray()
          Returns number of "ExactlyOne" element
 int sizeOfGuaranteeTermArray()
          Returns number of "GuaranteeTerm" element
 int sizeOfOneOrMoreArray()
          Returns number of "OneOrMore" element
 int sizeOfServiceDescriptionTermArray()
          Returns number of "ServiceDescriptionTerm" element
 int sizeOfServicePropertiesArray()
          Returns number of "ServiceProperties" element
 int sizeOfServiceReferenceArray()
          Returns number of "ServiceReference" 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

getExactlyOneArray

TermCompositorType[] getExactlyOneArray()
Gets array of all "ExactlyOne" elements


getExactlyOneArray

TermCompositorType getExactlyOneArray(int i)
Gets ith "ExactlyOne" element


sizeOfExactlyOneArray

int sizeOfExactlyOneArray()
Returns number of "ExactlyOne" element


setExactlyOneArray

void setExactlyOneArray(TermCompositorType[] exactlyOneArray)
Sets array of all "ExactlyOne" element


setExactlyOneArray

void setExactlyOneArray(int i,
                        TermCompositorType exactlyOne)
Sets ith "ExactlyOne" element


insertNewExactlyOne

TermCompositorType insertNewExactlyOne(int i)
Inserts and returns a new empty value (as xml) as the ith "ExactlyOne" element


addNewExactlyOne

TermCompositorType addNewExactlyOne()
Appends and returns a new empty value (as xml) as the last "ExactlyOne" element


removeExactlyOne

void removeExactlyOne(int i)
Removes the ith "ExactlyOne" element


getOneOrMoreArray

TermCompositorType[] getOneOrMoreArray()
Gets array of all "OneOrMore" elements


getOneOrMoreArray

TermCompositorType getOneOrMoreArray(int i)
Gets ith "OneOrMore" element


sizeOfOneOrMoreArray

int sizeOfOneOrMoreArray()
Returns number of "OneOrMore" element


setOneOrMoreArray

void setOneOrMoreArray(TermCompositorType[] oneOrMoreArray)
Sets array of all "OneOrMore" element


setOneOrMoreArray

void setOneOrMoreArray(int i,
                       TermCompositorType oneOrMore)
Sets ith "OneOrMore" element


insertNewOneOrMore

TermCompositorType insertNewOneOrMore(int i)
Inserts and returns a new empty value (as xml) as the ith "OneOrMore" element


addNewOneOrMore

TermCompositorType addNewOneOrMore()
Appends and returns a new empty value (as xml) as the last "OneOrMore" element


removeOneOrMore

void removeOneOrMore(int i)
Removes the ith "OneOrMore" element


getAllArray

TermCompositorType[] getAllArray()
Gets array of all "All" elements


getAllArray

TermCompositorType getAllArray(int i)
Gets ith "All" element


sizeOfAllArray

int sizeOfAllArray()
Returns number of "All" element


setAllArray

void setAllArray(TermCompositorType[] allArray)
Sets array of all "All" element


setAllArray

void setAllArray(int i,
                 TermCompositorType all)
Sets ith "All" element


insertNewAll

TermCompositorType insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "All" element


addNewAll

TermCompositorType addNewAll()
Appends and returns a new empty value (as xml) as the last "All" element


removeAll

void removeAll(int i)
Removes the ith "All" element


getServiceDescriptionTermArray

ServiceDescriptionTermType[] getServiceDescriptionTermArray()
Gets array of all "ServiceDescriptionTerm" elements


getServiceDescriptionTermArray

ServiceDescriptionTermType getServiceDescriptionTermArray(int i)
Gets ith "ServiceDescriptionTerm" element


sizeOfServiceDescriptionTermArray

int sizeOfServiceDescriptionTermArray()
Returns number of "ServiceDescriptionTerm" element


setServiceDescriptionTermArray

void setServiceDescriptionTermArray(ServiceDescriptionTermType[] serviceDescriptionTermArray)
Sets array of all "ServiceDescriptionTerm" element


setServiceDescriptionTermArray

void setServiceDescriptionTermArray(int i,
                                    ServiceDescriptionTermType serviceDescriptionTerm)
Sets ith "ServiceDescriptionTerm" element


insertNewServiceDescriptionTerm

ServiceDescriptionTermType insertNewServiceDescriptionTerm(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceDescriptionTerm" element


addNewServiceDescriptionTerm

ServiceDescriptionTermType addNewServiceDescriptionTerm()
Appends and returns a new empty value (as xml) as the last "ServiceDescriptionTerm" element


removeServiceDescriptionTerm

void removeServiceDescriptionTerm(int i)
Removes the ith "ServiceDescriptionTerm" element


getServiceReferenceArray

ServiceReferenceType[] getServiceReferenceArray()
Gets array of all "ServiceReference" elements


getServiceReferenceArray

ServiceReferenceType getServiceReferenceArray(int i)
Gets ith "ServiceReference" element


sizeOfServiceReferenceArray

int sizeOfServiceReferenceArray()
Returns number of "ServiceReference" element


setServiceReferenceArray

void setServiceReferenceArray(ServiceReferenceType[] serviceReferenceArray)
Sets array of all "ServiceReference" element


setServiceReferenceArray

void setServiceReferenceArray(int i,
                              ServiceReferenceType serviceReference)
Sets ith "ServiceReference" element


insertNewServiceReference

ServiceReferenceType insertNewServiceReference(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceReference" element


addNewServiceReference

ServiceReferenceType addNewServiceReference()
Appends and returns a new empty value (as xml) as the last "ServiceReference" element


removeServiceReference

void removeServiceReference(int i)
Removes the ith "ServiceReference" element


getServicePropertiesArray

ServicePropertiesType[] getServicePropertiesArray()
Gets array of all "ServiceProperties" elements


getServicePropertiesArray

ServicePropertiesType getServicePropertiesArray(int i)
Gets ith "ServiceProperties" element


sizeOfServicePropertiesArray

int sizeOfServicePropertiesArray()
Returns number of "ServiceProperties" element


setServicePropertiesArray

void setServicePropertiesArray(ServicePropertiesType[] servicePropertiesArray)
Sets array of all "ServiceProperties" element


setServicePropertiesArray

void setServicePropertiesArray(int i,
                               ServicePropertiesType serviceProperties)
Sets ith "ServiceProperties" element


insertNewServiceProperties

ServicePropertiesType insertNewServiceProperties(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceProperties" element


addNewServiceProperties

ServicePropertiesType addNewServiceProperties()
Appends and returns a new empty value (as xml) as the last "ServiceProperties" element


removeServiceProperties

void removeServiceProperties(int i)
Removes the ith "ServiceProperties" element


getGuaranteeTermArray

GuaranteeTermType[] getGuaranteeTermArray()
Gets array of all "GuaranteeTerm" elements


getGuaranteeTermArray

GuaranteeTermType getGuaranteeTermArray(int i)
Gets ith "GuaranteeTerm" element


sizeOfGuaranteeTermArray

int sizeOfGuaranteeTermArray()
Returns number of "GuaranteeTerm" element


setGuaranteeTermArray

void setGuaranteeTermArray(GuaranteeTermType[] guaranteeTermArray)
Sets array of all "GuaranteeTerm" element


setGuaranteeTermArray

void setGuaranteeTermArray(int i,
                           GuaranteeTermType guaranteeTerm)
Sets ith "GuaranteeTerm" element


insertNewGuaranteeTerm

GuaranteeTermType insertNewGuaranteeTerm(int i)
Inserts and returns a new empty value (as xml) as the ith "GuaranteeTerm" element


addNewGuaranteeTerm

GuaranteeTermType addNewGuaranteeTerm()
Appends and returns a new empty value (as xml) as the last "GuaranteeTerm" element


removeGuaranteeTerm

void removeGuaranteeTerm(int i)
Removes the ith "GuaranteeTerm" element



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