Class Result

    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • getFields

        public List<Datafield> getFields()
        Gets the value of the fields 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 fields property.

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

            getFields().add(newItem);
         

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

      • getLinkpanel

        public List<Linkpanel> getLinkpanel()
        Gets the value of the linkpanel 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 linkpanel property.

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

            getLinkpanel().add(newItem);
         

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

      • isSelected

        public Boolean isSelected()
        Marks the result as selected
        Returns:
        possible object is Boolean
      • setSelected

        public void setSelected​(Boolean value)
        Sets the value of the selected property.
        Parameters:
        value - allowed object is Boolean