net.opengis.sensorML.x10
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). 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

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.