Uses of Interface
net.opengis.sensorml.x20.ComponentListType
-
Packages that use ComponentListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ComponentListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ComponentListType Modifier and Type Method Description ComponentListTypeComponentListDocument. addNewComponentList()Appends and returns a new empty "ComponentList" elementComponentListTypeComponentListPropertyType. addNewComponentList()Appends and returns a new empty "ComponentList" elementComponentListTypeComponentListDocument. getComponentList()Gets the "ComponentList" elementComponentListTypeComponentListPropertyType. getComponentList()Gets the "ComponentList" elementstatic ComponentListTypeComponentListType.Factory. newInstance()static ComponentListTypeComponentListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(File file)static ComponentListTypeComponentListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(InputStream is)static ComponentListTypeComponentListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(Reader r)static ComponentListTypeComponentListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(String xmlAsString)static ComponentListTypeComponentListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(URL u)static ComponentListTypeComponentListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(XMLStreamReader sr)static ComponentListTypeComponentListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ComponentListTypeComponentListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ComponentListTypeComponentListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ComponentListTypeComponentListType.Factory. parse(Node node)static ComponentListTypeComponentListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ComponentListType Modifier and Type Method Description voidComponentListDocument. setComponentList(ComponentListType componentList)Sets the "ComponentList" elementvoidComponentListPropertyType. setComponentList(ComponentListType componentList)Sets the "ComponentList" element -
Uses of ComponentListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ComponentListType Modifier and Type Class Description classComponentListTypeImplAn XML ComponentListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ComponentListType Modifier and Type Method Description ComponentListTypeComponentListDocumentImpl. addNewComponentList()Appends and returns a new empty "ComponentList" elementComponentListTypeComponentListPropertyTypeImpl. addNewComponentList()Appends and returns a new empty "ComponentList" elementComponentListTypeComponentListDocumentImpl. getComponentList()Gets the "ComponentList" elementComponentListTypeComponentListPropertyTypeImpl. getComponentList()Gets the "ComponentList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ComponentListType Modifier and Type Method Description voidComponentListDocumentImpl. setComponentList(ComponentListType componentList)Sets the "ComponentList" elementvoidComponentListPropertyTypeImpl. setComponentList(ComponentListType componentList)Sets the "ComponentList" element
-