Uses of Interface
net.opengis.sensorml.x20.IdentifierListPropertyType
-
Packages that use IdentifierListPropertyType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of IdentifierListPropertyType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return IdentifierListPropertyType Modifier and Type Method Description IdentifierListPropertyTypeDescribedObjectType. addNewIdentification()Appends and returns a new empty value (as xml) as the last "identification" elementIdentifierListPropertyTypeEventType. addNewIdentification()Appends and returns a new empty value (as xml) as the last "identification" elementIdentifierListPropertyType[]DescribedObjectType. getIdentificationArray()Gets array of all "identification" elementsIdentifierListPropertyTypeDescribedObjectType. getIdentificationArray(int i)Gets ith "identification" elementIdentifierListPropertyType[]EventType. getIdentificationArray()Gets array of all "identification" elementsIdentifierListPropertyTypeEventType. getIdentificationArray(int i)Gets ith "identification" elementIdentifierListPropertyTypeDescribedObjectType. insertNewIdentification(int i)Inserts and returns a new empty value (as xml) as the ith "identification" elementIdentifierListPropertyTypeEventType. insertNewIdentification(int i)Inserts and returns a new empty value (as xml) as the ith "identification" elementstatic IdentifierListPropertyTypeIdentifierListPropertyType.Factory. newInstance()static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(File file)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(InputStream is)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(Reader r)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(String xmlAsString)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(URL u)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(XMLStreamReader sr)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(Node node)static IdentifierListPropertyTypeIdentifierListPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type IdentifierListPropertyType Modifier and Type Method Description voidDescribedObjectType. setIdentificationArray(int i, IdentifierListPropertyType identification)Sets ith "identification" elementvoidDescribedObjectType. setIdentificationArray(IdentifierListPropertyType[] identificationArray)Sets array of all "identification" elementvoidEventType. setIdentificationArray(int i, IdentifierListPropertyType identification)Sets ith "identification" elementvoidEventType. setIdentificationArray(IdentifierListPropertyType[] identificationArray)Sets array of all "identification" element -
Uses of IdentifierListPropertyType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement IdentifierListPropertyType Modifier and Type Class Description classIdentifierListPropertyTypeImplAn XML IdentifierListPropertyType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return IdentifierListPropertyType Modifier and Type Method Description IdentifierListPropertyTypeDescribedObjectTypeImpl. addNewIdentification()Appends and returns a new empty value (as xml) as the last "identification" elementIdentifierListPropertyTypeEventTypeImpl. addNewIdentification()Appends and returns a new empty value (as xml) as the last "identification" elementIdentifierListPropertyType[]DescribedObjectTypeImpl. getIdentificationArray()Gets array of all "identification" elementsIdentifierListPropertyTypeDescribedObjectTypeImpl. getIdentificationArray(int i)Gets ith "identification" elementIdentifierListPropertyType[]EventTypeImpl. getIdentificationArray()Gets array of all "identification" elementsIdentifierListPropertyTypeEventTypeImpl. getIdentificationArray(int i)Gets ith "identification" elementIdentifierListPropertyTypeDescribedObjectTypeImpl. insertNewIdentification(int i)Inserts and returns a new empty value (as xml) as the ith "identification" elementIdentifierListPropertyTypeEventTypeImpl. insertNewIdentification(int i)Inserts and returns a new empty value (as xml) as the ith "identification" elementMethods in net.opengis.sensorml.x20.impl with parameters of type IdentifierListPropertyType Modifier and Type Method Description voidDescribedObjectTypeImpl. setIdentificationArray(int i, IdentifierListPropertyType identification)Sets ith "identification" elementvoidDescribedObjectTypeImpl. setIdentificationArray(IdentifierListPropertyType[] identificationArray)Sets array of all "identification" elementvoidEventTypeImpl. setIdentificationArray(int i, IdentifierListPropertyType identification)Sets ith "identification" elementvoidEventTypeImpl. setIdentificationArray(IdentifierListPropertyType[] identificationArray)Sets array of all "identification" element
-