Class Collection

    • Constructor Detail

      • Collection

        public Collection()
        Constructor
      • Collection

        public Collection​(String id)
        Constructor
        Parameters:
        id - id
    • Method Detail

      • getId

        public String getId()
        Get the id
        Returns:
        id
      • setId

        public void setId​(String id)
        Set the id
        Parameters:
        id - id
      • getTitle

        public String getTitle()
        Get the title
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
        Set the title
        Parameters:
        title - title
      • getDescription

        public String getDescription()
        Get the description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        Set the description
        Parameters:
        description - description
      • getLinks

        public List<Link> getLinks()
        Get the links
        Returns:
        links
      • setLinks

        public void setLinks​(List<Link> links)
        Set the links
        Parameters:
        links - links
      • addLink

        public void addLink​(Link link)
        Add a link
        Parameters:
        link - link
      • getExtent

        public Extent getExtent()
        Get the extent
        Returns:
        extent
      • setExtent

        public void setExtent​(Extent extent)
        Set the extent
        Parameters:
        extent - extent
      • getCrs

        public List<String> getCrs()
        Get the crs
        Returns:
        crs list
      • setCrs

        public void setCrs​(List<String> crs)
        Set the crs
        Parameters:
        crs - crs list
      • addCrs

        public void addCrs​(String crs)
        Add a crs
        Parameters:
        crs - crs
      • getItemType

        public String getItemType()
        Get the item type
        Returns:
        item type
      • setItemType

        public void setItemType​(String itemType)
        Set the item type
        Parameters:
        itemType - item type