Class Content

    • Constructor Detail

      • Content

        public Content()
    • Method Detail

      • getConfig

        public List<Config> getConfig()

        Gets the value of the config 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 config property.

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

            getConfig().add(newItem);
         

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

        Returns:
        the list of config elements in a feature.
      • getConfigfile

        public List<ConfigFile> getConfigfile()

        Gets the value of the configfile 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 configfile property.

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

            getConfigfile().add(newItem);
         

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

        Returns:
        the list of configfile elements in a feature.
      • getFeature

        public List<Dependency> getFeature()

        Gets the value of the feature 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 feature property.

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

            getFeatures().add(newItem);
         

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

        Returns:
        the list of dependency features in a feature.
      • getBundle

        public List<Bundle> getBundle()

        Gets the value of the bundle 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 bundle property.

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

            getBundle().add(newItem);
         

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

        Returns:
        the list of bundle elements in a feature.