Class Linkpanel

    • Constructor Detail

      • Linkpanel

        public Linkpanel()
    • Method Detail

      • getCondition

        public Condition getCondition()
        Gets the value of the condition property.
        Returns:
        possible object is Condition
      • setCondition

        public void setCondition​(Condition value)
        Sets the value of the condition property.
        Parameters:
        value - allowed object is Condition
      • getPermissions

        public Permissions getPermissions()
        Gets the value of the permissions property.
        Returns:
        possible object is Permissions
      • setPermissions

        public void setPermissions​(Permissions value)
        Sets the value of the permissions property.
        Parameters:
        value - allowed object is Permissions
      • getLinks

        public List<Link> getLinks()
        Gets the value of the links property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the links property.

        For example, to add a new item, do as follows:

            getLinks().add(newItem);
         

        Objects of the following type(s) are allowed in the list Link

      • getId

        public String getId()
        The unique id of this Linkpanel
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getLocation

        public PanelLocation getLocation()
        Defines the location of this Linkpanel.
        Returns:
        possible object is PanelLocation
      • setLocation

        public void setLocation​(PanelLocation value)
        Sets the value of the location property.
        Parameters:
        value - allowed object is PanelLocation