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

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

Uses of ComponentArrayType in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return ComponentArrayType
 ComponentArrayType ComponentArrayDocument.addNewComponentArray1()
          Appends and returns a new empty "ComponentArray" element
 ComponentArrayType ComponentArrayDocument.getComponentArray1()
          Gets the "ComponentArray" element
static ComponentArrayType ComponentArrayType.Factory.newInstance()
           
static ComponentArrayType ComponentArrayType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(File file)
           
static ComponentArrayType ComponentArrayType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(InputStream is)
           
static ComponentArrayType ComponentArrayType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(Node node)
           
static ComponentArrayType ComponentArrayType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(Reader r)
           
static ComponentArrayType ComponentArrayType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(String xmlAsString)
           
static ComponentArrayType ComponentArrayType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(URL u)
           
static ComponentArrayType ComponentArrayType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ComponentArrayType ComponentArrayType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ComponentArrayType ComponentArrayType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ComponentArrayType ComponentArrayType.Factory.parse(XMLStreamReader sr)
           
static ComponentArrayType ComponentArrayType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ComponentArrayType
 void ComponentArrayDocument.setComponentArray1(ComponentArrayType componentArray1)
          Sets the "ComponentArray" element
 

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

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

Methods in net.opengis.sensorML.x10.impl that return ComponentArrayType
 ComponentArrayType ComponentArrayDocumentImpl.addNewComponentArray1()
          Appends and returns a new empty "ComponentArray" element
 ComponentArrayType ComponentArrayDocumentImpl.getComponentArray1()
          Gets the "ComponentArray" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ComponentArrayType
 void ComponentArrayDocumentImpl.setComponentArray1(ComponentArrayType componentArray1)
          Sets the "ComponentArray" element
 



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