Package net.opengis.sensorml.x20
Interface IdentifierListType
-
- All Superinterfaces:
AbstractMetadataListType,AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
IdentifierListTypeImpl
public interface IdentifierListType extends AbstractMetadataListType
An XML IdentifierListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentifierListType.FactoryA factory class with static methods for creating instances of this type.static interfaceIdentifierListType.IdentifierAn XML identifier(@http://www.opengis.net/sensorml/2.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierListType.IdentifieraddNewIdentifier2()Appends and returns a new empty value (as xml) as the last "identifier" elementIdentifierListType.Identifier[]getIdentifier2Array()Gets array of all "identifier" elementsIdentifierListType.IdentifiergetIdentifier2Array(int i)Gets ith "identifier" elementIdentifierListType.IdentifierinsertNewIdentifier2(int i)Inserts and returns a new empty value (as xml) as the ith "identifier" elementvoidremoveIdentifier2(int i)Removes the ith "identifier" elementvoidsetIdentifier2Array(int i, IdentifierListType.Identifier identifier2)Sets ith "identifier" elementvoidsetIdentifier2Array(IdentifierListType.Identifier[] identifier2Array)Sets array of all "identifier" elementintsizeOfIdentifier2Array()Returns number of "identifier" element-
Methods inherited from interface net.opengis.sensorml.x20.AbstractMetadataListType
getDefinition, isSetDefinition, setDefinition, unsetDefinition, xgetDefinition, xsetDefinition
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel, unsetDescription, unsetIdentifier, unsetLabel, xgetDescription, xgetIdentifier, xgetLabel, xsetDescription, xsetIdentifier, xsetLabel
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getIdentifier2Array
IdentifierListType.Identifier[] getIdentifier2Array()
Gets array of all "identifier" elements
-
getIdentifier2Array
IdentifierListType.Identifier getIdentifier2Array(int i)
Gets ith "identifier" element
-
sizeOfIdentifier2Array
int sizeOfIdentifier2Array()
Returns number of "identifier" element
-
setIdentifier2Array
void setIdentifier2Array(IdentifierListType.Identifier[] identifier2Array)
Sets array of all "identifier" element
-
setIdentifier2Array
void setIdentifier2Array(int i, IdentifierListType.Identifier identifier2)Sets ith "identifier" element
-
insertNewIdentifier2
IdentifierListType.Identifier insertNewIdentifier2(int i)
Inserts and returns a new empty value (as xml) as the ith "identifier" element
-
addNewIdentifier2
IdentifierListType.Identifier addNewIdentifier2()
Appends and returns a new empty value (as xml) as the last "identifier" element
-
removeIdentifier2
void removeIdentifier2(int i)
Removes the ith "identifier" element
-
-