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

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

Uses of DataSourcesPropertyType in net.opengis.sensorML.x10
 

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

Methods in net.opengis.sensorML.x10 with parameters of type DataSourcesPropertyType
 void AbstractDerivableProcessType.setDataSources(DataSourcesPropertyType dataSources)
          Sets the "dataSources" element
 

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

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

Methods in net.opengis.sensorML.x10.impl that return DataSourcesPropertyType
 DataSourcesPropertyType AbstractDerivableProcessTypeImpl.addNewDataSources()
          Appends and returns a new empty "dataSources" element
 DataSourcesPropertyType AbstractDerivableProcessTypeImpl.getDataSources()
          Gets the "dataSources" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type DataSourcesPropertyType
 void AbstractDerivableProcessTypeImpl.setDataSources(DataSourcesPropertyType dataSources)
          Sets the "dataSources" element
 



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