|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AllowedValuesDocument.AllowedValues
An XML AllowedValues(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
AllowedValuesDocument.AllowedValues.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 | |
|---|---|
RangeType |
addNewRange()
Appends and returns a new empty value (as xml) as the last "Range" element |
ValueType |
addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element |
RangeType[] |
getRangeArray()
Gets array of all "Range" elements |
RangeType |
getRangeArray(int i)
Gets ith "Range" element |
ValueType[] |
getValueArray()
Gets array of all "Value" elements |
ValueType |
getValueArray(int i)
Gets ith "Value" element |
RangeType |
insertNewRange(int i)
Inserts and returns a new empty value (as xml) as the ith "Range" element |
ValueType |
insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element |
void |
removeRange(int i)
Removes the ith "Range" element |
void |
removeValue(int i)
Removes the ith "Value" element |
void |
setRangeArray(int i,
RangeType range)
Sets ith "Range" element |
void |
setRangeArray(RangeType[] rangeArray)
Sets array of all "Range" element |
void |
setValueArray(int i,
ValueType value)
Sets ith "Value" element |
void |
setValueArray(ValueType[] valueArray)
Sets array of all "Value" element |
int |
sizeOfRangeArray()
Returns number of "Range" element |
int |
sizeOfValueArray()
Returns number of "Value" 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 |
|---|
ValueType[] getValueArray()
ValueType getValueArray(int i)
int sizeOfValueArray()
void setValueArray(ValueType[] valueArray)
void setValueArray(int i,
ValueType value)
ValueType insertNewValue(int i)
ValueType addNewValue()
void removeValue(int i)
RangeType[] getRangeArray()
RangeType getRangeArray(int i)
int sizeOfRangeArray()
void setRangeArray(RangeType[] rangeArray)
void setRangeArray(int i,
RangeType range)
RangeType insertNewRange(int i)
RangeType addNewRange()
void removeRange(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||