Class Essentials
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Essentials
-
public class Essentials extends java.lang.ObjectJava class for essentials complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="essentials"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="essentialCustomSection" type="{http://www.hybris.com/cockpitng/component/editorArea}essentialCustomSection"/> <element name="essentialSection" type="{http://www.hybris.com/cockpitng/component/editorArea}essentialSection"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EssentialCustomSectionessentialCustomSectionprotected EssentialSectionessentialSection
-
Constructor Summary
Constructors Constructor Description Essentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EssentialCustomSectiongetEssentialCustomSection()Gets the value of the essentialCustomSection property.EssentialSectiongetEssentialSection()Gets the value of the essentialSection property.voidsetEssentialCustomSection(EssentialCustomSection value)Sets the value of the essentialCustomSection property.voidsetEssentialSection(EssentialSection value)Sets the value of the essentialSection property.
-
-
-
Field Detail
-
essentialCustomSection
protected EssentialCustomSection essentialCustomSection
-
essentialSection
protected EssentialSection essentialSection
-
-
Method Detail
-
getEssentialCustomSection
public EssentialCustomSection getEssentialCustomSection()
Gets the value of the essentialCustomSection property.- Returns:
- possible object is
EssentialCustomSection
-
setEssentialCustomSection
public void setEssentialCustomSection(EssentialCustomSection value)
Sets the value of the essentialCustomSection property.- Parameters:
value- allowed object isEssentialCustomSection
-
getEssentialSection
public EssentialSection getEssentialSection()
Gets the value of the essentialSection property.- Returns:
- possible object is
EssentialSection
-
setEssentialSection
public void setEssentialSection(EssentialSection value)
Sets the value of the essentialSection property.- Parameters:
value- allowed object isEssentialSection
-
-