|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TermCompositorType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
TermCompositorType[] getExactlyOneArray()
TermCompositorType getExactlyOneArray(int i)
int sizeOfExactlyOneArray()
void setExactlyOneArray(TermCompositorType[] exactlyOneArray)
void setExactlyOneArray(int i, TermCompositorType exactlyOne)
TermCompositorType insertNewExactlyOne(int i)
TermCompositorType addNewExactlyOne()
void removeExactlyOne(int i)
TermCompositorType[] getOneOrMoreArray()
TermCompositorType getOneOrMoreArray(int i)
int sizeOfOneOrMoreArray()
void setOneOrMoreArray(TermCompositorType[] oneOrMoreArray)
void setOneOrMoreArray(int i, TermCompositorType oneOrMore)
TermCompositorType insertNewOneOrMore(int i)
TermCompositorType addNewOneOrMore()
void removeOneOrMore(int i)
TermCompositorType[] getAllArray()
TermCompositorType getAllArray(int i)
int sizeOfAllArray()
void setAllArray(TermCompositorType[] allArray)
void setAllArray(int i, TermCompositorType all)
TermCompositorType insertNewAll(int i)
TermCompositorType addNewAll()
void removeAll(int i)
ServiceDescriptionTermType[] getServiceDescriptionTermArray()
ServiceDescriptionTermType getServiceDescriptionTermArray(int i)
int sizeOfServiceDescriptionTermArray()
void setServiceDescriptionTermArray(ServiceDescriptionTermType[] serviceDescriptionTermArray)
void setServiceDescriptionTermArray(int i, ServiceDescriptionTermType serviceDescriptionTerm)
ServiceDescriptionTermType insertNewServiceDescriptionTerm(int i)
ServiceDescriptionTermType addNewServiceDescriptionTerm()
void removeServiceDescriptionTerm(int i)
ServiceReferenceType[] getServiceReferenceArray()
ServiceReferenceType getServiceReferenceArray(int i)
int sizeOfServiceReferenceArray()
void setServiceReferenceArray(ServiceReferenceType[] serviceReferenceArray)
void setServiceReferenceArray(int i, ServiceReferenceType serviceReference)
ServiceReferenceType insertNewServiceReference(int i)
ServiceReferenceType addNewServiceReference()
void removeServiceReference(int i)
ServicePropertiesType[] getServicePropertiesArray()
ServicePropertiesType getServicePropertiesArray(int i)
int sizeOfServicePropertiesArray()
void setServicePropertiesArray(ServicePropertiesType[] servicePropertiesArray)
void setServicePropertiesArray(int i, ServicePropertiesType serviceProperties)
ServicePropertiesType insertNewServiceProperties(int i)
ServicePropertiesType addNewServiceProperties()
void removeServiceProperties(int i)
GuaranteeTermType[] getGuaranteeTermArray()
GuaranteeTermType getGuaranteeTermArray(int i)
int sizeOfGuaranteeTermArray()
void setGuaranteeTermArray(GuaranteeTermType[] guaranteeTermArray)
void setGuaranteeTermArray(int i, GuaranteeTermType guaranteeTerm)
GuaranteeTermType insertNewGuaranteeTerm(int i)
GuaranteeTermType addNewGuaranteeTerm()
void removeGuaranteeTerm(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |