Uses of Interface
net.opengis.sensorML.x101.ComponentType
-
Packages that use ComponentType Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ComponentType in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ComponentType Modifier and Type Method Description ComponentTypeComponentDocument. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentDocument. getComponent()Gets the "Component" elementstatic ComponentTypeComponentType.Factory. newInstance()static ComponentTypeComponentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(File file)static ComponentTypeComponentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(InputStream is)static ComponentTypeComponentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(Reader r)static ComponentTypeComponentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(String xmlAsString)static ComponentTypeComponentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(URL u)static ComponentTypeComponentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(XMLStreamReader sr)static ComponentTypeComponentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ComponentTypeComponentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ComponentTypeComponentType.Factory. parse(Node node)static ComponentTypeComponentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ComponentType Modifier and Type Method Description voidComponentDocument. setComponent(ComponentType component)Sets the "Component" element -
Uses of ComponentType in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ComponentType Modifier and Type Class Description classComponentTypeImplAn XML ComponentType(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ComponentType Modifier and Type Method Description ComponentTypeComponentDocumentImpl. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentDocumentImpl. getComponent()Gets the "Component" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ComponentType Modifier and Type Method Description voidComponentDocumentImpl. setComponent(ComponentType component)Sets the "Component" element
-