Package net.opengis.sensorML.x101
Interface ComponentArrayType.Parameters.ParameterList
-
- All Superinterfaces:
AbstractListType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ComponentArrayTypeImpl.ParametersImpl.ParameterListImpl
- Enclosing interface:
- ComponentArrayType.Parameters
public static interface ComponentArrayType.Parameters.ParameterList extends AbstractListType
An XML ParameterList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComponentArrayType.Parameters.ParameterList.FactoryA factory class with static methods for creating instances of this type.static interfaceComponentArrayType.Parameters.ParameterList.IndexAn XML index(@http://www.opengis.net/sensorML/1.0.1).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentArrayType.Parameters.ParameterList.IndexaddNewIndex()Appends and returns a new empty value (as xml) as the last "index" elementDataComponentPropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementComponentArrayType.Parameters.ParameterList.Index[]getIndexArray()Gets array of all "index" elementsComponentArrayType.Parameters.ParameterList.IndexgetIndexArray(int i)Gets ith "index" elementDataComponentPropertyType[]getParameterArray()Gets array of all "parameter" elementsDataComponentPropertyTypegetParameterArray(int i)Gets ith "parameter" elementComponentArrayType.Parameters.ParameterList.IndexinsertNewIndex(int i)Inserts and returns a new empty value (as xml) as the ith "index" elementDataComponentPropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementvoidremoveIndex(int i)Removes the ith "index" elementvoidremoveParameter(int i)Removes the ith "parameter" elementvoidsetIndexArray(int i, ComponentArrayType.Parameters.ParameterList.Index index)Sets ith "index" elementvoidsetIndexArray(ComponentArrayType.Parameters.ParameterList.Index[] indexArray)Sets array of all "index" elementvoidsetParameterArray(int i, DataComponentPropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(DataComponentPropertyType[] parameterArray)Sets array of all "parameter" elementintsizeOfIndexArray()Returns number of "index" elementintsizeOfParameterArray()Returns number of "parameter" element-
Methods inherited from interface net.opengis.sensorML.x101.AbstractListType
getId, isSetId, setId, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getIndexArray
ComponentArrayType.Parameters.ParameterList.Index[] getIndexArray()
Gets array of all "index" elements
-
getIndexArray
ComponentArrayType.Parameters.ParameterList.Index getIndexArray(int i)
Gets ith "index" element
-
sizeOfIndexArray
int sizeOfIndexArray()
Returns number of "index" element
-
setIndexArray
void setIndexArray(ComponentArrayType.Parameters.ParameterList.Index[] indexArray)
Sets array of all "index" element
-
setIndexArray
void setIndexArray(int i, ComponentArrayType.Parameters.ParameterList.Index index)Sets ith "index" element
-
insertNewIndex
ComponentArrayType.Parameters.ParameterList.Index insertNewIndex(int i)
Inserts and returns a new empty value (as xml) as the ith "index" element
-
addNewIndex
ComponentArrayType.Parameters.ParameterList.Index addNewIndex()
Appends and returns a new empty value (as xml) as the last "index" element
-
removeIndex
void removeIndex(int i)
Removes the ith "index" element
-
getParameterArray
DataComponentPropertyType[] getParameterArray()
Gets array of all "parameter" elements
-
getParameterArray
DataComponentPropertyType getParameterArray(int i)
Gets ith "parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "parameter" element
-
setParameterArray
void setParameterArray(DataComponentPropertyType[] parameterArray)
Sets array of all "parameter" element
-
setParameterArray
void setParameterArray(int i, DataComponentPropertyType parameter)Sets ith "parameter" element
-
insertNewParameter
DataComponentPropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
-
addNewParameter
DataComponentPropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
-
removeParameter
void removeParameter(int i)
Removes the ith "parameter" element
-
-