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

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

Uses of SystemType in net.opengis.sensorML.x10
 

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

Methods in net.opengis.sensorML.x10 with parameters of type SystemType
 void SystemDocument.setSystem(SystemType system)
          Sets the "System" element
 

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

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

Methods in net.opengis.sensorML.x10.impl that return SystemType
 SystemType SystemDocumentImpl.addNewSystem()
          Appends and returns a new empty "System" element
 SystemType SystemDocumentImpl.getSystem()
          Gets the "System" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type SystemType
 void SystemDocumentImpl.setSystem(SystemType system)
          Sets the "System" element
 



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