|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ComponentArrayType.Parameters.ParameterList
An XML ParameterList(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ComponentArrayType.Parameters.ParameterList.Factory
A factory class with static methods for creating instances of this type. |
static interface |
ComponentArrayType.Parameters.ParameterList.Index
An XML index(@http://www.opengis.net/sensorML/1.0). |
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 | |
---|---|
ComponentArrayType.Parameters.ParameterList.Index |
addNewIndex()
Appends and returns a new empty value (as xml) as the last "index" element |
DataComponentPropertyType |
addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element |
ComponentArrayType.Parameters.ParameterList.Index[] |
getIndexArray()
Gets array of all "index" elements |
ComponentArrayType.Parameters.ParameterList.Index |
getIndexArray(int i)
Gets ith "index" element |
DataComponentPropertyType[] |
getParameterArray()
Gets array of all "parameter" elements |
DataComponentPropertyType |
getParameterArray(int i)
Gets ith "parameter" element |
ComponentArrayType.Parameters.ParameterList.Index |
insertNewIndex(int i)
Inserts and returns a new empty value (as xml) as the ith "index" element |
DataComponentPropertyType |
insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element |
void |
removeIndex(int i)
Removes the ith "index" element |
void |
removeParameter(int i)
Removes the ith "parameter" element |
void |
setIndexArray(ComponentArrayType.Parameters.ParameterList.Index[] indexArray)
Sets array of all "index" element |
void |
setIndexArray(int i,
ComponentArrayType.Parameters.ParameterList.Index index)
Sets ith "index" element |
void |
setParameterArray(DataComponentPropertyType[] parameterArray)
Sets array of all "parameter" element |
void |
setParameterArray(int i,
DataComponentPropertyType parameter)
Sets ith "parameter" element |
int |
sizeOfIndexArray()
Returns number of "index" element |
int |
sizeOfParameterArray()
Returns number of "parameter" element |
Methods inherited from interface net.opengis.sensorML.x10.AbstractListType |
---|
getId, isSetId, setId, unsetId, xgetId, xsetId |
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 |
---|
ComponentArrayType.Parameters.ParameterList.Index[] getIndexArray()
ComponentArrayType.Parameters.ParameterList.Index getIndexArray(int i)
int sizeOfIndexArray()
void setIndexArray(ComponentArrayType.Parameters.ParameterList.Index[] indexArray)
void setIndexArray(int i, ComponentArrayType.Parameters.ParameterList.Index index)
ComponentArrayType.Parameters.ParameterList.Index insertNewIndex(int i)
ComponentArrayType.Parameters.ParameterList.Index addNewIndex()
void removeIndex(int i)
DataComponentPropertyType[] getParameterArray()
DataComponentPropertyType getParameterArray(int i)
int sizeOfParameterArray()
void setParameterArray(DataComponentPropertyType[] parameterArray)
void setParameterArray(int i, DataComponentPropertyType parameter)
DataComponentPropertyType insertNewParameter(int i)
DataComponentPropertyType addNewParameter()
void removeParameter(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |