Package net.opengis.sensorml.v20
Interface IdentifierList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
IdentifierListImpl
POJO class for XML type IdentifierListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIdentifier
(Term identifier2) Adds a new identifier propertyGets the list of identifier propertiesint
Returns number of identifier propertiesMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinition
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Method Details
-
getIdentifierList
Gets the list of identifier properties -
getNumIdentifiers
int getNumIdentifiers()Returns number of identifier properties -
addIdentifier
Adds a new identifier property
-