public class DocumentListImpl extends AbstractMetadataListImpl implements DocumentList
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> |
documentList |
definition
Constructor and Description |
---|
DocumentListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addDocument(org.isotc211.v2005.gmd.CIOnlineResource document)
Adds a new document property
|
OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> |
getDocumentList()
Gets the list of document properties
|
int |
getNumDocuments()
Returns number of document properties
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> documentList
public OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> getDocumentList()
getDocumentList
in interface DocumentList
public int getNumDocuments()
getNumDocuments
in interface DocumentList
public void addDocument(org.isotc211.v2005.gmd.CIOnlineResource document)
addDocument
in interface DocumentList