Class Configuration


  • public class Configuration
    extends Object
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • getHolidays

        public Holidays getHolidays()
        Gets the value of the holidays property.
        Returns:
        possible object is Holidays
      • setHolidays

        public void setHolidays​(Holidays value)
        Sets the value of the holidays property.
        Parameters:
        value - allowed object is Holidays
      • getSources

        public Sources getSources()
        Gets the value of the sources' property.
        Returns:
        possible object is Sources
      • setSources

        public void setSources​(Sources sources)
        Sets the value of the sources property.
        Parameters:
        sources - allowed object is Sources
      • getSubConfigurations

        public List<Configuration> getSubConfigurations()
        Gets the value of the subConfigurations 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 Jakarta XML Binding object. This is why there is not a set method for the subConfigurations property.

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

            getSubConfigurations().add(newItem);
         

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

      • getHierarchy

        public String getHierarchy()
        Gets the value of the hierarchy property.
        Returns:
        possible object is String
      • setHierarchy

        public void setHierarchy​(String value)
        Sets the value of the hierarchy property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String