Class Config
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.Config
-
public class Config extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Context>getContext()Gets the value of the context property.java.util.List<Import>getImports()java.lang.StringgetParameters()java.lang.StringgetRequiredParameters()java.util.List<Requirement>getRequires()voidsetParameters(java.lang.String parameters)voidsetRequiredParameters(java.lang.String requiredParameters)
-
-
-
Field Detail
-
context
protected java.util.List<Context> context
-
-
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
setmethod 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)
-
-