Class DataConfig

    • Constructor Detail

      • DataConfig

        public DataConfig()
    • Method Detail

      • getParams

        public Params getParams()
        Gets the value of the params property.
        Returns:
        possible object is Params
      • setParams

        public void setParams​(Params value)
        Sets the value of the params property.
        Parameters:
        value - allowed object is Params
      • getMetaData

        public MetaData getMetaData()
        Gets the value of the metaData property.
        Returns:
        possible object is MetaData
      • setMetaData

        public void setMetaData​(MetaData value)
        Sets the value of the metaData property.
        Parameters:
        value - allowed object is MetaData
      • 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