Uses of Interface
net.opengis.sensorml.x20.IdentifierListType.Identifier
-
Packages that use IdentifierListType.Identifier Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of IdentifierListType.Identifier in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return IdentifierListType.Identifier Modifier and Type Method Description IdentifierListType.IdentifierIdentifierListType. addNewIdentifier2()Appends and returns a new empty value (as xml) as the last "identifier" elementIdentifierListType.Identifier[]IdentifierListType. getIdentifier2Array()Gets array of all "identifier" elementsIdentifierListType.IdentifierIdentifierListType. getIdentifier2Array(int i)Gets ith "identifier" elementIdentifierListType.IdentifierIdentifierListType. insertNewIdentifier2(int i)Inserts and returns a new empty value (as xml) as the ith "identifier" elementstatic IdentifierListType.IdentifierIdentifierListType.Identifier.Factory. newInstance()static IdentifierListType.IdentifierIdentifierListType.Identifier.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type IdentifierListType.Identifier Modifier and Type Method Description voidIdentifierListType. setIdentifier2Array(int i, IdentifierListType.Identifier identifier2)Sets ith "identifier" elementvoidIdentifierListType. setIdentifier2Array(IdentifierListType.Identifier[] identifier2Array)Sets array of all "identifier" element -
Uses of IdentifierListType.Identifier in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement IdentifierListType.Identifier Modifier and Type Class Description static classIdentifierListTypeImpl.IdentifierImplAn XML identifier(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return IdentifierListType.Identifier Modifier and Type Method Description IdentifierListType.IdentifierIdentifierListTypeImpl. addNewIdentifier2()Appends and returns a new empty value (as xml) as the last "identifier" elementIdentifierListType.Identifier[]IdentifierListTypeImpl. getIdentifier2Array()Gets array of all "identifier" elementsIdentifierListType.IdentifierIdentifierListTypeImpl. getIdentifier2Array(int i)Gets ith "identifier" elementIdentifierListType.IdentifierIdentifierListTypeImpl. insertNewIdentifier2(int i)Inserts and returns a new empty value (as xml) as the ith "identifier" elementMethods in net.opengis.sensorml.x20.impl with parameters of type IdentifierListType.Identifier Modifier and Type Method Description voidIdentifierListTypeImpl. setIdentifier2Array(int i, IdentifierListType.Identifier identifier2)Sets ith "identifier" elementvoidIdentifierListTypeImpl. setIdentifier2Array(IdentifierListType.Identifier[] identifier2Array)Sets array of all "identifier" element
-