Uses of Interface
net.opengis.sensorml.x20.ComponentListType.Component
-
Packages that use ComponentListType.Component Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ComponentListType.Component in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ComponentListType.Component Modifier and Type Method Description ComponentListType.ComponentComponentListType. addNewComponent()Appends and returns a new empty value (as xml) as the last "component" elementComponentListType.Component[]ComponentListType. getComponentArray()Gets array of all "component" elementsComponentListType.ComponentComponentListType. getComponentArray(int i)Gets ith "component" elementComponentListType.ComponentComponentListType. insertNewComponent(int i)Inserts and returns a new empty value (as xml) as the ith "component" elementstatic ComponentListType.ComponentComponentListType.Component.Factory. newInstance()static ComponentListType.ComponentComponentListType.Component.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ComponentListType.Component Modifier and Type Method Description voidComponentListType. setComponentArray(int i, ComponentListType.Component component)Sets ith "component" elementvoidComponentListType. setComponentArray(ComponentListType.Component[] componentArray)Sets array of all "component" element -
Uses of ComponentListType.Component in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ComponentListType.Component Modifier and Type Class Description static classComponentListTypeImpl.ComponentImplAn XML component(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ComponentListType.Component Modifier and Type Method Description ComponentListType.ComponentComponentListTypeImpl. addNewComponent()Appends and returns a new empty value (as xml) as the last "component" elementComponentListType.Component[]ComponentListTypeImpl. getComponentArray()Gets array of all "component" elementsComponentListType.ComponentComponentListTypeImpl. getComponentArray(int i)Gets ith "component" elementComponentListType.ComponentComponentListTypeImpl. insertNewComponent(int i)Inserts and returns a new empty value (as xml) as the ith "component" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ComponentListType.Component Modifier and Type Method Description voidComponentListTypeImpl. setComponentArray(int i, ComponentListType.Component component)Sets ith "component" elementvoidComponentListTypeImpl. setComponentArray(ComponentListType.Component[] componentArray)Sets array of all "component" element
-