Package net.opengis.sensorml.v20
Interface DocumentList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
DocumentListImpl
POJO class for XML type DocumentListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocument
(org.isotc211.v2005.gmd.CIOnlineResource document) Adds a new document propertyOgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource>
Gets the list of document propertiesint
Returns number of document 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
-
getDocumentList
OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> getDocumentList()Gets the list of document properties -
getNumDocuments
int getNumDocuments()Returns number of document properties -
addDocument
void addDocument(org.isotc211.v2005.gmd.CIOnlineResource document) Adds a new document property
-