Class Base
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.Base
-
public class Base extends java.lang.ObjectJava class for base complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="base"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="labels" type="{http://www.hybris.com/cockpit/config/hybris}labels" minOccurs="0"/> <element name="preview" type="{http://www.hybris.com/cockpit/config/hybris}preview"/> </all> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Base()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelsgetLabels()Gets the value of the labels property.PreviewgetPreview()Gets the value of the preview property.voidsetLabels(Labels value)Sets the value of the labels property.voidsetPreview(Preview value)Sets the value of the preview property.
-
-
-
Method Detail
-
getLabels
public Labels getLabels()
Gets the value of the labels property.- Returns:
- possible object is
Labels
-
setLabels
public void setLabels(Labels value)
Sets the value of the labels property.- Parameters:
value- allowed object isLabels
-
getPreview
public Preview getPreview()
Gets the value of the preview property.- Returns:
- possible object is
Preview
-
-