Uses of Interface
net.opengis.sensorML.x101.IoComponentPropertyType
-
Packages that use IoComponentPropertyType Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of IoComponentPropertyType in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return IoComponentPropertyType Modifier and Type Method Description IoComponentPropertyTypeInputsDocument.Inputs.InputList. addNewInput()Appends and returns a new empty value (as xml) as the last "input" elementIoComponentPropertyTypeOutputsDocument.Outputs.OutputList. addNewOutput()Appends and returns a new empty value (as xml) as the last "output" elementIoComponentPropertyType[]InputsDocument.Inputs.InputList. getInputArray()Gets array of all "input" elementsIoComponentPropertyTypeInputsDocument.Inputs.InputList. getInputArray(int i)Gets ith "input" elementIoComponentPropertyType[]OutputsDocument.Outputs.OutputList. getOutputArray()Gets array of all "output" elementsIoComponentPropertyTypeOutputsDocument.Outputs.OutputList. getOutputArray(int i)Gets ith "output" elementIoComponentPropertyTypeInputsDocument.Inputs.InputList. insertNewInput(int i)Inserts and returns a new empty value (as xml) as the ith "input" elementIoComponentPropertyTypeOutputsDocument.Outputs.OutputList. insertNewOutput(int i)Inserts and returns a new empty value (as xml) as the ith "output" elementstatic IoComponentPropertyTypeIoComponentPropertyType.Factory. newInstance()static IoComponentPropertyTypeIoComponentPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(File file)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(InputStream is)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(Reader r)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(String xmlAsString)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(URL u)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(XMLStreamReader sr)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(Node node)static IoComponentPropertyTypeIoComponentPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type IoComponentPropertyType Modifier and Type Method Description voidInputsDocument.Inputs.InputList. setInputArray(int i, IoComponentPropertyType input)Sets ith "input" elementvoidInputsDocument.Inputs.InputList. setInputArray(IoComponentPropertyType[] inputArray)Sets array of all "input" elementvoidOutputsDocument.Outputs.OutputList. setOutputArray(int i, IoComponentPropertyType output)Sets ith "output" elementvoidOutputsDocument.Outputs.OutputList. setOutputArray(IoComponentPropertyType[] outputArray)Sets array of all "output" element -
Uses of IoComponentPropertyType in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement IoComponentPropertyType Modifier and Type Class Description classIoComponentPropertyTypeImplAn XML IoComponentPropertyType(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return IoComponentPropertyType Modifier and Type Method Description IoComponentPropertyTypeInputsDocumentImpl.InputsImpl.InputListImpl. addNewInput()Appends and returns a new empty value (as xml) as the last "input" elementIoComponentPropertyTypeOutputsDocumentImpl.OutputsImpl.OutputListImpl. addNewOutput()Appends and returns a new empty value (as xml) as the last "output" elementIoComponentPropertyType[]InputsDocumentImpl.InputsImpl.InputListImpl. getInputArray()Gets array of all "input" elementsIoComponentPropertyTypeInputsDocumentImpl.InputsImpl.InputListImpl. getInputArray(int i)Gets ith "input" elementIoComponentPropertyType[]OutputsDocumentImpl.OutputsImpl.OutputListImpl. getOutputArray()Gets array of all "output" elementsIoComponentPropertyTypeOutputsDocumentImpl.OutputsImpl.OutputListImpl. getOutputArray(int i)Gets ith "output" elementIoComponentPropertyTypeInputsDocumentImpl.InputsImpl.InputListImpl. insertNewInput(int i)Inserts and returns a new empty value (as xml) as the ith "input" elementIoComponentPropertyTypeOutputsDocumentImpl.OutputsImpl.OutputListImpl. insertNewOutput(int i)Inserts and returns a new empty value (as xml) as the ith "output" elementMethods in net.opengis.sensorML.x101.impl with parameters of type IoComponentPropertyType Modifier and Type Method Description voidInputsDocumentImpl.InputsImpl.InputListImpl. setInputArray(int i, IoComponentPropertyType input)Sets ith "input" elementvoidInputsDocumentImpl.InputsImpl.InputListImpl. setInputArray(IoComponentPropertyType[] inputArray)Sets array of all "input" elementvoidOutputsDocumentImpl.OutputsImpl.OutputListImpl. setOutputArray(int i, IoComponentPropertyType output)Sets ith "output" elementvoidOutputsDocumentImpl.OutputsImpl.OutputListImpl. setOutputArray(IoComponentPropertyType[] outputArray)Sets array of all "output" element
-