Class NamespaceCategory

    • Constructor Detail

      • NamespaceCategory

        public NamespaceCategory()
        Instantiates a new namespace category.
      • NamespaceCategory

        public NamespaceCategory​(String id,
                                 String name,
                                 String title)
        Instantiates a new namespace category.
        Parameters:
        id - the id
        name - the name
        title - the title
      • NamespaceCategory

        public NamespaceCategory​(String id,
                                 String name,
                                 String title,
                                 String description)
        Instantiates a new namespace category.
        Parameters:
        id - the id
        name - the name
        title - the title
        description - the description
    • Method Detail

      • getId

        public String getId()
        Gets the id.
        Returns:
        the id
      • getTitle

        public String getTitle()
        Gets the title.
        Returns:
        the title
      • getDescription

        public String getDescription()
        Gets the description.
        Returns:
        the description
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the id to set
      • getNamespaceCategoryQName

        public String getNamespaceCategoryQName()
        Gets the namespace category qualifier name. The QName is a unique name to identify the category. It corresponds to id
        Returns:
        the namespace category q name
      • setTitle

        public void setTitle​(String title)
        Sets the title.
        Parameters:
        title - the title to set
      • setDescription

        public void setDescription​(String description)
        Sets the description.
        Parameters:
        description - the description to set