Uses of Interface
net.opengis.sensorML.x101.ComponentArrayType.Parameters.ParameterList.Index
-
Packages that use ComponentArrayType.Parameters.ParameterList.Index Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ComponentArrayType.Parameters.ParameterList.Index in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ComponentArrayType.Parameters.ParameterList.Index Modifier and Type Method Description ComponentArrayType.Parameters.ParameterList.IndexComponentArrayType.Parameters.ParameterList. addNewIndex()Appends and returns a new empty value (as xml) as the last "index" elementComponentArrayType.Parameters.ParameterList.Index[]ComponentArrayType.Parameters.ParameterList. getIndexArray()Gets array of all "index" elementsComponentArrayType.Parameters.ParameterList.IndexComponentArrayType.Parameters.ParameterList. getIndexArray(int i)Gets ith "index" elementComponentArrayType.Parameters.ParameterList.IndexComponentArrayType.Parameters.ParameterList. insertNewIndex(int i)Inserts and returns a new empty value (as xml) as the ith "index" elementstatic ComponentArrayType.Parameters.ParameterList.IndexComponentArrayType.Parameters.ParameterList.Index.Factory. newInstance()static ComponentArrayType.Parameters.ParameterList.IndexComponentArrayType.Parameters.ParameterList.Index.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ComponentArrayType.Parameters.ParameterList.Index Modifier and Type Method Description voidComponentArrayType.Parameters.ParameterList. setIndexArray(int i, ComponentArrayType.Parameters.ParameterList.Index index)Sets ith "index" elementvoidComponentArrayType.Parameters.ParameterList. setIndexArray(ComponentArrayType.Parameters.ParameterList.Index[] indexArray)Sets array of all "index" element -
Uses of ComponentArrayType.Parameters.ParameterList.Index in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ComponentArrayType.Parameters.ParameterList.Index Modifier and Type Class Description static classComponentArrayTypeImpl.ParametersImpl.ParameterListImpl.IndexImplAn XML index(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ComponentArrayType.Parameters.ParameterList.Index Modifier and Type Method Description ComponentArrayType.Parameters.ParameterList.IndexComponentArrayTypeImpl.ParametersImpl.ParameterListImpl. addNewIndex()Appends and returns a new empty value (as xml) as the last "index" elementComponentArrayType.Parameters.ParameterList.Index[]ComponentArrayTypeImpl.ParametersImpl.ParameterListImpl. getIndexArray()Gets array of all "index" elementsComponentArrayType.Parameters.ParameterList.IndexComponentArrayTypeImpl.ParametersImpl.ParameterListImpl. getIndexArray(int i)Gets ith "index" elementComponentArrayType.Parameters.ParameterList.IndexComponentArrayTypeImpl.ParametersImpl.ParameterListImpl. insertNewIndex(int i)Inserts and returns a new empty value (as xml) as the ith "index" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ComponentArrayType.Parameters.ParameterList.Index Modifier and Type Method Description voidComponentArrayTypeImpl.ParametersImpl.ParameterListImpl. setIndexArray(int i, ComponentArrayType.Parameters.ParameterList.Index index)Sets ith "index" elementvoidComponentArrayTypeImpl.ParametersImpl.ParameterListImpl. setIndexArray(ComponentArrayType.Parameters.ParameterList.Index[] indexArray)Sets array of all "index" element
-