Class DocumentListImpl

All Implemented Interfaces:
Serializable, AbstractMetadataList, DocumentList, AbstractSWE, AbstractSWEIdentifiable

public class DocumentListImpl extends AbstractMetadataListImpl implements DocumentList
POJO class for XML type DocumentListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
See Also:
  • Field Details

    • documentList

      protected OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> documentList
  • Constructor Details

    • DocumentListImpl

      public DocumentListImpl()
  • Method Details

    • getDocumentList

      public OgcPropertyList<org.isotc211.v2005.gmd.CIOnlineResource> getDocumentList()
      Gets the list of document properties
      Specified by:
      getDocumentList in interface DocumentList
    • getNumDocuments

      public int getNumDocuments()
      Returns number of document properties
      Specified by:
      getNumDocuments in interface DocumentList
    • addDocument

      public void addDocument(org.isotc211.v2005.gmd.CIOnlineResource document)
      Adds a new document property
      Specified by:
      addDocument in interface DocumentList