Uses of Interface
net.opengis.sensorml.x20.ClassifierListType.Classifier
-
Packages that use ClassifierListType.Classifier Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ClassifierListType.Classifier in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ClassifierListType.Classifier Modifier and Type Method Description ClassifierListType.ClassifierClassifierListType. addNewClassifier()Appends and returns a new empty value (as xml) as the last "classifier" elementClassifierListType.Classifier[]ClassifierListType. getClassifierArray()Gets array of all "classifier" elementsClassifierListType.ClassifierClassifierListType. getClassifierArray(int i)Gets ith "classifier" elementClassifierListType.ClassifierClassifierListType. insertNewClassifier(int i)Inserts and returns a new empty value (as xml) as the ith "classifier" elementstatic ClassifierListType.ClassifierClassifierListType.Classifier.Factory. newInstance()static ClassifierListType.ClassifierClassifierListType.Classifier.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ClassifierListType.Classifier Modifier and Type Method Description voidClassifierListType. setClassifierArray(int i, ClassifierListType.Classifier classifier)Sets ith "classifier" elementvoidClassifierListType. setClassifierArray(ClassifierListType.Classifier[] classifierArray)Sets array of all "classifier" element -
Uses of ClassifierListType.Classifier in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ClassifierListType.Classifier Modifier and Type Class Description static classClassifierListTypeImpl.ClassifierImplAn XML classifier(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ClassifierListType.Classifier Modifier and Type Method Description ClassifierListType.ClassifierClassifierListTypeImpl. addNewClassifier()Appends and returns a new empty value (as xml) as the last "classifier" elementClassifierListType.Classifier[]ClassifierListTypeImpl. getClassifierArray()Gets array of all "classifier" elementsClassifierListType.ClassifierClassifierListTypeImpl. getClassifierArray(int i)Gets ith "classifier" elementClassifierListType.ClassifierClassifierListTypeImpl. insertNewClassifier(int i)Inserts and returns a new empty value (as xml) as the ith "classifier" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ClassifierListType.Classifier Modifier and Type Method Description voidClassifierListTypeImpl. setClassifierArray(int i, ClassifierListType.Classifier classifier)Sets ith "classifier" elementvoidClassifierListTypeImpl. setClassifierArray(ClassifierListType.Classifier[] classifierArray)Sets array of all "classifier" element
-