Uses of Interface
net.opengis.sensorml.x20.ClassifierListPropertyType
-
Packages that use ClassifierListPropertyType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ClassifierListPropertyType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ClassifierListPropertyType Modifier and Type Method Description ClassifierListPropertyTypeDescribedObjectType. addNewClassification()Appends and returns a new empty value (as xml) as the last "classification" elementClassifierListPropertyTypeEventType. addNewClassification()Appends and returns a new empty value (as xml) as the last "classification" elementClassifierListPropertyType[]DescribedObjectType. getClassificationArray()Gets array of all "classification" elementsClassifierListPropertyTypeDescribedObjectType. getClassificationArray(int i)Gets ith "classification" elementClassifierListPropertyType[]EventType. getClassificationArray()Gets array of all "classification" elementsClassifierListPropertyTypeEventType. getClassificationArray(int i)Gets ith "classification" elementClassifierListPropertyTypeDescribedObjectType. insertNewClassification(int i)Inserts and returns a new empty value (as xml) as the ith "classification" elementClassifierListPropertyTypeEventType. insertNewClassification(int i)Inserts and returns a new empty value (as xml) as the ith "classification" elementstatic ClassifierListPropertyTypeClassifierListPropertyType.Factory. newInstance()static ClassifierListPropertyTypeClassifierListPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(File file)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(InputStream is)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(Reader r)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(String xmlAsString)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(URL u)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(XMLStreamReader sr)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(Node node)static ClassifierListPropertyTypeClassifierListPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ClassifierListPropertyType Modifier and Type Method Description voidDescribedObjectType. setClassificationArray(int i, ClassifierListPropertyType classification)Sets ith "classification" elementvoidDescribedObjectType. setClassificationArray(ClassifierListPropertyType[] classificationArray)Sets array of all "classification" elementvoidEventType. setClassificationArray(int i, ClassifierListPropertyType classification)Sets ith "classification" elementvoidEventType. setClassificationArray(ClassifierListPropertyType[] classificationArray)Sets array of all "classification" element -
Uses of ClassifierListPropertyType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ClassifierListPropertyType Modifier and Type Class Description classClassifierListPropertyTypeImplAn XML ClassifierListPropertyType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ClassifierListPropertyType Modifier and Type Method Description ClassifierListPropertyTypeDescribedObjectTypeImpl. addNewClassification()Appends and returns a new empty value (as xml) as the last "classification" elementClassifierListPropertyTypeEventTypeImpl. addNewClassification()Appends and returns a new empty value (as xml) as the last "classification" elementClassifierListPropertyType[]DescribedObjectTypeImpl. getClassificationArray()Gets array of all "classification" elementsClassifierListPropertyTypeDescribedObjectTypeImpl. getClassificationArray(int i)Gets ith "classification" elementClassifierListPropertyType[]EventTypeImpl. getClassificationArray()Gets array of all "classification" elementsClassifierListPropertyTypeEventTypeImpl. getClassificationArray(int i)Gets ith "classification" elementClassifierListPropertyTypeDescribedObjectTypeImpl. insertNewClassification(int i)Inserts and returns a new empty value (as xml) as the ith "classification" elementClassifierListPropertyTypeEventTypeImpl. insertNewClassification(int i)Inserts and returns a new empty value (as xml) as the ith "classification" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ClassifierListPropertyType Modifier and Type Method Description voidDescribedObjectTypeImpl. setClassificationArray(int i, ClassifierListPropertyType classification)Sets ith "classification" elementvoidDescribedObjectTypeImpl. setClassificationArray(ClassifierListPropertyType[] classificationArray)Sets array of all "classification" elementvoidEventTypeImpl. setClassificationArray(int i, ClassifierListPropertyType classification)Sets ith "classification" elementvoidEventTypeImpl. setClassificationArray(ClassifierListPropertyType[] classificationArray)Sets array of all "classification" element
-