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

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

Uses of AbstractListType in net.opengis.sensorML.x10
 

Subinterfaces of AbstractListType in net.opengis.sensorML.x10
static interface ComponentArrayType.Parameters.ParameterList
          An XML ParameterList(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10 that return AbstractListType
 AbstractListType ConnectionsPropertyType.addNewConnectionList()
          Appends and returns a new empty "ConnectionList" element
 AbstractListType DataSourcesPropertyType.addNewDataSourceList()
          Appends and returns a new empty "DataSourceList" element
 AbstractListType InputsPropertyType.addNewInputList()
          Appends and returns a new empty "InputList" element
 AbstractListType OutputsPropertyType.addNewOutputList()
          Appends and returns a new empty "OutputList" element
 AbstractListType ParametersPropertyType.addNewParameterList()
          Appends and returns a new empty "ParameterList" element
 AbstractListType ComponentsPropertyType.addNewProcessList()
          Appends and returns a new empty "ProcessList" element
 AbstractListType ConnectionsPropertyType.getConnectionList()
          Gets the "ConnectionList" element
 AbstractListType DataSourcesPropertyType.getDataSourceList()
          Gets the "DataSourceList" element
 AbstractListType InputsPropertyType.getInputList()
          Gets the "InputList" element
 AbstractListType OutputsPropertyType.getOutputList()
          Gets the "OutputList" element
 AbstractListType ParametersPropertyType.getParameterList()
          Gets the "ParameterList" element
 AbstractListType ComponentsPropertyType.getProcessList()
          Gets the "ProcessList" element
static AbstractListType AbstractListType.Factory.newInstance()
           
static AbstractListType AbstractListType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(File file)
           
static AbstractListType AbstractListType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(InputStream is)
           
static AbstractListType AbstractListType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(Node node)
           
static AbstractListType AbstractListType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(Reader r)
           
static AbstractListType AbstractListType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(String xmlAsString)
           
static AbstractListType AbstractListType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(URL u)
           
static AbstractListType AbstractListType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AbstractListType AbstractListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AbstractListType AbstractListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AbstractListType AbstractListType.Factory.parse(XMLStreamReader sr)
           
static AbstractListType AbstractListType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type AbstractListType
 void ConnectionsPropertyType.setConnectionList(AbstractListType connectionList)
          Sets the "ConnectionList" element
 void DataSourcesPropertyType.setDataSourceList(AbstractListType dataSourceList)
          Sets the "DataSourceList" element
 void InputsPropertyType.setInputList(AbstractListType inputList)
          Sets the "InputList" element
 void OutputsPropertyType.setOutputList(AbstractListType outputList)
          Sets the "OutputList" element
 void ParametersPropertyType.setParameterList(AbstractListType parameterList)
          Sets the "ParameterList" element
 void ComponentsPropertyType.setProcessList(AbstractListType processList)
          Sets the "ProcessList" element
 

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

Classes in net.opengis.sensorML.x10.impl that implement AbstractListType
 class AbstractListTypeImpl
          An XML AbstractListType(@http://www.opengis.net/sensorML/1.0).
static class ComponentArrayTypeImpl.ParametersImpl.ParameterListImpl
          An XML ParameterList(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return AbstractListType
 AbstractListType ConnectionsPropertyTypeImpl.addNewConnectionList()
          Appends and returns a new empty "ConnectionList" element
 AbstractListType DataSourcesPropertyTypeImpl.addNewDataSourceList()
          Appends and returns a new empty "DataSourceList" element
 AbstractListType InputsPropertyTypeImpl.addNewInputList()
          Appends and returns a new empty "InputList" element
 AbstractListType OutputsPropertyTypeImpl.addNewOutputList()
          Appends and returns a new empty "OutputList" element
 AbstractListType ParametersPropertyTypeImpl.addNewParameterList()
          Appends and returns a new empty "ParameterList" element
 AbstractListType ComponentsPropertyTypeImpl.addNewProcessList()
          Appends and returns a new empty "ProcessList" element
 AbstractListType ConnectionsPropertyTypeImpl.getConnectionList()
          Gets the "ConnectionList" element
 AbstractListType DataSourcesPropertyTypeImpl.getDataSourceList()
          Gets the "DataSourceList" element
 AbstractListType InputsPropertyTypeImpl.getInputList()
          Gets the "InputList" element
 AbstractListType OutputsPropertyTypeImpl.getOutputList()
          Gets the "OutputList" element
 AbstractListType ParametersPropertyTypeImpl.getParameterList()
          Gets the "ParameterList" element
 AbstractListType ComponentsPropertyTypeImpl.getProcessList()
          Gets the "ProcessList" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type AbstractListType
 void ConnectionsPropertyTypeImpl.setConnectionList(AbstractListType connectionList)
          Sets the "ConnectionList" element
 void DataSourcesPropertyTypeImpl.setDataSourceList(AbstractListType dataSourceList)
          Sets the "DataSourceList" element
 void InputsPropertyTypeImpl.setInputList(AbstractListType inputList)
          Sets the "InputList" element
 void OutputsPropertyTypeImpl.setOutputList(AbstractListType outputList)
          Sets the "OutputList" element
 void ParametersPropertyTypeImpl.setParameterList(AbstractListType parameterList)
          Sets the "ParameterList" element
 void ComponentsPropertyTypeImpl.setProcessList(AbstractListType processList)
          Sets the "ProcessList" element
 



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