Class Section
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.compareview.jaxb.Section
-
public class Section extends Positioned
Java class for section complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="section"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://www.hybris.com/cockpitng/component/compareview}attribute" maxOccurs="unbounded"/> </sequence> <attribute name="merge-mode" type="{http://www.hybris.com/cockpitng/config/common}MergeMode" default="MERGE" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tooltipText" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="renderer" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Attribute>attributeprotected MergeModemergeModeprotected java.lang.Stringnameprotected java.lang.Stringrendererprotected java.lang.StringtooltipText-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Attribute>getAttribute()Gets the value of the attribute property.MergeModegetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRenderer()Gets the value of the renderer property.java.lang.StringgetTooltipText()Gets the value of the tooltipText property.voidsetMergeMode(MergeMode value)Sets the value of the mergeMode property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRenderer(java.lang.String value)Sets the value of the renderer property.voidsetTooltipText(java.lang.String value)Sets the value of the tooltipText property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getAttribute
public java.util.List<Attribute> getAttribute()
Gets the value of the attribute 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 attribute property.For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
-
getMergeMode
public MergeMode getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
MergeMode
-
setMergeMode
public void setMergeMode(MergeMode value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isMergeMode
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTooltipText
public java.lang.String getTooltipText()
Gets the value of the tooltipText property.- Returns:
- possible object is
String
-
setTooltipText
public void setTooltipText(java.lang.String value)
Sets the value of the tooltipText property.- Parameters:
value- allowed object isString
-
getRenderer
public java.lang.String getRenderer()
Gets the value of the renderer property.- Returns:
- possible object is
String
-
setRenderer
public void setRenderer(java.lang.String value)
Sets the value of the renderer property.- Parameters:
value- allowed object isString
-
-