Class Config


  • public class Config
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="context" type="{http://www.hybris.com/cockpit/config}context" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • context

        protected java.util.List<Context> context
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getContext

        public java.util.List<Context> getContext()
        Gets the value of the context 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 context property.

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

         getContext().add(newItem);
         

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

      • getImports

        public java.util.List<Import> getImports()
      • getRequires

        public java.util.List<Requirement> getRequires()
      • getParameters

        public java.lang.String getParameters()
      • setParameters

        public void setParameters​(java.lang.String parameters)
      • getRequiredParameters

        public java.lang.String getRequiredParameters()
      • setRequiredParameters

        public void setRequiredParameters​(java.lang.String requiredParameters)