|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreferenceType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getServiceTermReferenceArray()
String getServiceTermReferenceArray(int i)
org.apache.xmlbeans.XmlString[] xgetServiceTermReferenceArray()
org.apache.xmlbeans.XmlString xgetServiceTermReferenceArray(int i)
int sizeOfServiceTermReferenceArray()
void setServiceTermReferenceArray(String[] serviceTermReferenceArray)
void setServiceTermReferenceArray(int i, String serviceTermReference)
void xsetServiceTermReferenceArray(org.apache.xmlbeans.XmlString[] serviceTermReferenceArray)
void xsetServiceTermReferenceArray(int i, org.apache.xmlbeans.XmlString serviceTermReference)
void insertServiceTermReference(int i, String serviceTermReference)
void addServiceTermReference(String serviceTermReference)
org.apache.xmlbeans.XmlString insertNewServiceTermReference(int i)
org.apache.xmlbeans.XmlString addNewServiceTermReference()
void removeServiceTermReference(int i)
float[] getUtilityArray()
float getUtilityArray(int i)
org.apache.xmlbeans.XmlFloat[] xgetUtilityArray()
org.apache.xmlbeans.XmlFloat xgetUtilityArray(int i)
int sizeOfUtilityArray()
void setUtilityArray(float[] utilityArray)
void setUtilityArray(int i, float utility)
void xsetUtilityArray(org.apache.xmlbeans.XmlFloat[] utilityArray)
void xsetUtilityArray(int i, org.apache.xmlbeans.XmlFloat utility)
void insertUtility(int i, float utility)
void addUtility(float utility)
org.apache.xmlbeans.XmlFloat insertNewUtility(int i)
org.apache.xmlbeans.XmlFloat addNewUtility()
void removeUtility(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |