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 TypeMethodDescriptionvoidaddIdentifier(Term identifier2) Adds a new identifier propertyGets the list of identifier propertiesintReturns number of identifier propertiesMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinitionMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods 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 
 -