Uses of Interface
net.opengis.sensorML.x10.ComponentsDocument.Components

Packages that use ComponentsDocument.Components
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of ComponentsDocument.Components in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return ComponentsDocument.Components
 ComponentsDocument.Components SystemType.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components ComponentsDocument.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components ComponentArrayType.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components ProcessChainType.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components SystemType.getComponents()
          Gets the "components" element
 ComponentsDocument.Components ComponentsDocument.getComponents()
          Gets the "components" element
 ComponentsDocument.Components ComponentArrayType.getComponents()
          Gets the "components" element
 ComponentsDocument.Components ProcessChainType.getComponents()
          Gets the "components" element
static ComponentsDocument.Components ComponentsDocument.Components.Factory.newInstance()
           
static ComponentsDocument.Components ComponentsDocument.Components.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ComponentsDocument.Components
 void SystemType.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void ComponentsDocument.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void ComponentArrayType.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void ProcessChainType.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 

Uses of ComponentsDocument.Components in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement ComponentsDocument.Components
static class ComponentsDocumentImpl.ComponentsImpl
          An XML components(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ComponentsDocument.Components
 ComponentsDocument.Components SystemTypeImpl.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components ComponentArrayTypeImpl.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components ComponentsDocumentImpl.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components ProcessChainTypeImpl.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsDocument.Components SystemTypeImpl.getComponents()
          Gets the "components" element
 ComponentsDocument.Components ComponentArrayTypeImpl.getComponents()
          Gets the "components" element
 ComponentsDocument.Components ComponentsDocumentImpl.getComponents()
          Gets the "components" element
 ComponentsDocument.Components ProcessChainTypeImpl.getComponents()
          Gets the "components" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ComponentsDocument.Components
 void SystemTypeImpl.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void ComponentArrayTypeImpl.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void ComponentsDocumentImpl.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void ProcessChainTypeImpl.setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 



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