org.ogf.schemas.graap.wsAgreement
Interface PreferenceType

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

public interface PreferenceType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class PreferenceType.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.XmlString addNewServiceTermReference()
          Appends and returns a new empty value (as xml) as the last "ServiceTermReference" element
 org.apache.xmlbeans.XmlFloat addNewUtility()
          Appends and returns a new empty value (as xml) as the last "Utility" element
 void addServiceTermReference(String serviceTermReference)
          Appends the value as the last "ServiceTermReference" element
 void addUtility(float utility)
          Appends the value as the last "Utility" element
 String[] getServiceTermReferenceArray()
          Gets array of all "ServiceTermReference" elements
 String getServiceTermReferenceArray(int i)
          Gets ith "ServiceTermReference" element
 float[] getUtilityArray()
          Gets array of all "Utility" elements
 float getUtilityArray(int i)
          Gets ith "Utility" element
 org.apache.xmlbeans.XmlString insertNewServiceTermReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceTermReference" element
 org.apache.xmlbeans.XmlFloat insertNewUtility(int i)
          Inserts and returns a new empty value (as xml) as the ith "Utility" element
 void insertServiceTermReference(int i, String serviceTermReference)
          Inserts the value as the ith "ServiceTermReference" element
 void insertUtility(int i, float utility)
          Inserts the value as the ith "Utility" element
 void removeServiceTermReference(int i)
          Removes the ith "ServiceTermReference" element
 void removeUtility(int i)
          Removes the ith "Utility" element
 void setServiceTermReferenceArray(int i, String serviceTermReference)
          Sets ith "ServiceTermReference" element
 void setServiceTermReferenceArray(String[] serviceTermReferenceArray)
          Sets array of all "ServiceTermReference" element
 void setUtilityArray(float[] utilityArray)
          Sets array of all "Utility" element
 void setUtilityArray(int i, float utility)
          Sets ith "Utility" element
 int sizeOfServiceTermReferenceArray()
          Returns number of "ServiceTermReference" element
 int sizeOfUtilityArray()
          Returns number of "Utility" element
 org.apache.xmlbeans.XmlString[] xgetServiceTermReferenceArray()
          Gets (as xml) array of all "ServiceTermReference" elements
 org.apache.xmlbeans.XmlString xgetServiceTermReferenceArray(int i)
          Gets (as xml) ith "ServiceTermReference" element
 org.apache.xmlbeans.XmlFloat[] xgetUtilityArray()
          Gets (as xml) array of all "Utility" elements
 org.apache.xmlbeans.XmlFloat xgetUtilityArray(int i)
          Gets (as xml) ith "Utility" element
 void xsetServiceTermReferenceArray(int i, org.apache.xmlbeans.XmlString serviceTermReference)
          Sets (as xml) ith "ServiceTermReference" element
 void xsetServiceTermReferenceArray(org.apache.xmlbeans.XmlString[] serviceTermReferenceArray)
          Sets (as xml) array of all "ServiceTermReference" element
 void xsetUtilityArray(int i, org.apache.xmlbeans.XmlFloat utility)
          Sets (as xml) ith "Utility" element
 void xsetUtilityArray(org.apache.xmlbeans.XmlFloat[] utilityArray)
          Sets (as xml) array of all "Utility" 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

getServiceTermReferenceArray

String[] getServiceTermReferenceArray()
Gets array of all "ServiceTermReference" elements


getServiceTermReferenceArray

String getServiceTermReferenceArray(int i)
Gets ith "ServiceTermReference" element


xgetServiceTermReferenceArray

org.apache.xmlbeans.XmlString[] xgetServiceTermReferenceArray()
Gets (as xml) array of all "ServiceTermReference" elements


xgetServiceTermReferenceArray

org.apache.xmlbeans.XmlString xgetServiceTermReferenceArray(int i)
Gets (as xml) ith "ServiceTermReference" element


sizeOfServiceTermReferenceArray

int sizeOfServiceTermReferenceArray()
Returns number of "ServiceTermReference" element


setServiceTermReferenceArray

void setServiceTermReferenceArray(String[] serviceTermReferenceArray)
Sets array of all "ServiceTermReference" element


setServiceTermReferenceArray

void setServiceTermReferenceArray(int i,
                                  String serviceTermReference)
Sets ith "ServiceTermReference" element


xsetServiceTermReferenceArray

void xsetServiceTermReferenceArray(org.apache.xmlbeans.XmlString[] serviceTermReferenceArray)
Sets (as xml) array of all "ServiceTermReference" element


xsetServiceTermReferenceArray

void xsetServiceTermReferenceArray(int i,
                                   org.apache.xmlbeans.XmlString serviceTermReference)
Sets (as xml) ith "ServiceTermReference" element


insertServiceTermReference

void insertServiceTermReference(int i,
                                String serviceTermReference)
Inserts the value as the ith "ServiceTermReference" element


addServiceTermReference

void addServiceTermReference(String serviceTermReference)
Appends the value as the last "ServiceTermReference" element


insertNewServiceTermReference

org.apache.xmlbeans.XmlString insertNewServiceTermReference(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceTermReference" element


addNewServiceTermReference

org.apache.xmlbeans.XmlString addNewServiceTermReference()
Appends and returns a new empty value (as xml) as the last "ServiceTermReference" element


removeServiceTermReference

void removeServiceTermReference(int i)
Removes the ith "ServiceTermReference" element


getUtilityArray

float[] getUtilityArray()
Gets array of all "Utility" elements


getUtilityArray

float getUtilityArray(int i)
Gets ith "Utility" element


xgetUtilityArray

org.apache.xmlbeans.XmlFloat[] xgetUtilityArray()
Gets (as xml) array of all "Utility" elements


xgetUtilityArray

org.apache.xmlbeans.XmlFloat xgetUtilityArray(int i)
Gets (as xml) ith "Utility" element


sizeOfUtilityArray

int sizeOfUtilityArray()
Returns number of "Utility" element


setUtilityArray

void setUtilityArray(float[] utilityArray)
Sets array of all "Utility" element


setUtilityArray

void setUtilityArray(int i,
                     float utility)
Sets ith "Utility" element


xsetUtilityArray

void xsetUtilityArray(org.apache.xmlbeans.XmlFloat[] utilityArray)
Sets (as xml) array of all "Utility" element


xsetUtilityArray

void xsetUtilityArray(int i,
                      org.apache.xmlbeans.XmlFloat utility)
Sets (as xml) ith "Utility" element


insertUtility

void insertUtility(int i,
                   float utility)
Inserts the value as the ith "Utility" element


addUtility

void addUtility(float utility)
Appends the value as the last "Utility" element


insertNewUtility

org.apache.xmlbeans.XmlFloat insertNewUtility(int i)
Inserts and returns a new empty value (as xml) as the ith "Utility" element


addNewUtility

org.apache.xmlbeans.XmlFloat addNewUtility()
Appends and returns a new empty value (as xml) as the last "Utility" element


removeUtility

void removeUtility(int i)
Removes the ith "Utility" element



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