Uses of Interface
net.opengis.sensorml.x20.InputListType.Input
-
Packages that use InputListType.Input Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of InputListType.Input in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return InputListType.Input Modifier and Type Method Description InputListType.InputInputListType. addNewInput()Appends and returns a new empty value (as xml) as the last "input" elementInputListType.Input[]InputListType. getInputArray()Gets array of all "input" elementsInputListType.InputInputListType. getInputArray(int i)Gets ith "input" elementInputListType.InputInputListType. insertNewInput(int i)Inserts and returns a new empty value (as xml) as the ith "input" elementstatic InputListType.InputInputListType.Input.Factory. newInstance()static InputListType.InputInputListType.Input.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type InputListType.Input Modifier and Type Method Description voidInputListType. setInputArray(int i, InputListType.Input input)Sets ith "input" elementvoidInputListType. setInputArray(InputListType.Input[] inputArray)Sets array of all "input" element -
Uses of InputListType.Input in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement InputListType.Input Modifier and Type Class Description static classInputListTypeImpl.InputImplAn XML input(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return InputListType.Input Modifier and Type Method Description InputListType.InputInputListTypeImpl. addNewInput()Appends and returns a new empty value (as xml) as the last "input" elementInputListType.Input[]InputListTypeImpl. getInputArray()Gets array of all "input" elementsInputListType.InputInputListTypeImpl. getInputArray(int i)Gets ith "input" elementInputListType.InputInputListTypeImpl. insertNewInput(int i)Inserts and returns a new empty value (as xml) as the ith "input" elementMethods in net.opengis.sensorml.x20.impl with parameters of type InputListType.Input Modifier and Type Method Description voidInputListTypeImpl. setInputArray(int i, InputListType.Input input)Sets ith "input" elementvoidInputListTypeImpl. setInputArray(InputListType.Input[] inputArray)Sets array of all "input" element
-