Uses of Interface
net.opengis.sensorML.x10.IoComponentPropertyType

Packages that use IoComponentPropertyType
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of IoComponentPropertyType in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return IoComponentPropertyType
 IoComponentPropertyType InputsDocument.Inputs.InputList.addNewInput()
          Appends and returns a new empty value (as xml) as the last "input" element
 IoComponentPropertyType OutputsDocument.Outputs.OutputList.addNewOutput()
          Appends and returns a new empty value (as xml) as the last "output" element
 IoComponentPropertyType[] InputsDocument.Inputs.InputList.getInputArray()
          Gets array of all "input" elements
 IoComponentPropertyType InputsDocument.Inputs.InputList.getInputArray(int i)
          Gets ith "input" element
 IoComponentPropertyType[] OutputsDocument.Outputs.OutputList.getOutputArray()
          Gets array of all "output" elements
 IoComponentPropertyType OutputsDocument.Outputs.OutputList.getOutputArray(int i)
          Gets ith "output" element
 IoComponentPropertyType InputsDocument.Inputs.InputList.insertNewInput(int i)
          Inserts and returns a new empty value (as xml) as the ith "input" element
 IoComponentPropertyType OutputsDocument.Outputs.OutputList.insertNewOutput(int i)
          Inserts and returns a new empty value (as xml) as the ith "output" element
static IoComponentPropertyType IoComponentPropertyType.Factory.newInstance()
           
static IoComponentPropertyType IoComponentPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(File file)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(InputStream is)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(Node node)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(Reader r)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(String xmlAsString)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(URL u)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(XMLStreamReader sr)
           
static IoComponentPropertyType IoComponentPropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type IoComponentPropertyType
 void InputsDocument.Inputs.InputList.setInputArray(int i, IoComponentPropertyType input)
          Sets ith "input" element
 void InputsDocument.Inputs.InputList.setInputArray(IoComponentPropertyType[] inputArray)
          Sets array of all "input" element
 void OutputsDocument.Outputs.OutputList.setOutputArray(int i, IoComponentPropertyType output)
          Sets ith "output" element
 void OutputsDocument.Outputs.OutputList.setOutputArray(IoComponentPropertyType[] outputArray)
          Sets array of all "output" element
 

Uses of IoComponentPropertyType in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement IoComponentPropertyType
 class IoComponentPropertyTypeImpl
          An XML IoComponentPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return IoComponentPropertyType
 IoComponentPropertyType InputsDocumentImpl.InputsImpl.InputListImpl.addNewInput()
          Appends and returns a new empty value (as xml) as the last "input" element
 IoComponentPropertyType OutputsDocumentImpl.OutputsImpl.OutputListImpl.addNewOutput()
          Appends and returns a new empty value (as xml) as the last "output" element
 IoComponentPropertyType[] InputsDocumentImpl.InputsImpl.InputListImpl.getInputArray()
          Gets array of all "input" elements
 IoComponentPropertyType InputsDocumentImpl.InputsImpl.InputListImpl.getInputArray(int i)
          Gets ith "input" element
 IoComponentPropertyType[] OutputsDocumentImpl.OutputsImpl.OutputListImpl.getOutputArray()
          Gets array of all "output" elements
 IoComponentPropertyType OutputsDocumentImpl.OutputsImpl.OutputListImpl.getOutputArray(int i)
          Gets ith "output" element
 IoComponentPropertyType InputsDocumentImpl.InputsImpl.InputListImpl.insertNewInput(int i)
          Inserts and returns a new empty value (as xml) as the ith "input" element
 IoComponentPropertyType OutputsDocumentImpl.OutputsImpl.OutputListImpl.insertNewOutput(int i)
          Inserts and returns a new empty value (as xml) as the ith "output" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type IoComponentPropertyType
 void InputsDocumentImpl.InputsImpl.InputListImpl.setInputArray(int i, IoComponentPropertyType input)
          Sets ith "input" element
 void InputsDocumentImpl.InputsImpl.InputListImpl.setInputArray(IoComponentPropertyType[] inputArray)
          Sets array of all "input" element
 void OutputsDocumentImpl.OutputsImpl.OutputListImpl.setOutputArray(int i, IoComponentPropertyType output)
          Sets ith "output" element
 void OutputsDocumentImpl.OutputsImpl.OutputListImpl.setOutputArray(IoComponentPropertyType[] outputArray)
          Sets array of all "output" element
 



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