Class Section
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.summaryview.jaxb.AbstractSection
-
- com.hybris.cockpitng.config.summaryview.jaxb.Section
-
- Direct Known Subclasses:
CustomSection
public class Section extends AbstractSection
Java class for section complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="section"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/summaryview}abstractSection"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element name="custom-attribute" type="{http://www.hybris.com/cockpitng/component/summaryview}customAttribute"/> <element name="attribute" type="{http://www.hybris.com/cockpitng/component/summaryview}attribute"/> <element name="actions" type="{http://www.hybris.com/cockpitng/component/summaryview}actions"/> <element name="data-quality-group" type="{http://www.hybris.com/cockpitng/component/summaryview}dataQualityGroup"/> </choice> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Positioned>customAttributeOrAttributeOrActions-
Fields inherited from class com.hybris.cockpitng.config.summaryview.jaxb.AbstractSection
mergeMode, name
-
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<Positioned>getCustomAttributeOrAttributeOrActions()Gets the value of the customAttributeOrAttributeOrActions property.-
Methods inherited from class com.hybris.cockpitng.config.summaryview.jaxb.AbstractSection
getMergeMode, getName, setMergeMode, setName
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
customAttributeOrAttributeOrActions
protected java.util.List<Positioned> customAttributeOrAttributeOrActions
-
-
Method Detail
-
getCustomAttributeOrAttributeOrActions
public java.util.List<Positioned> getCustomAttributeOrAttributeOrActions()
Gets the value of the customAttributeOrAttributeOrActions 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 customAttributeOrAttributeOrActions property.For example, to add a new item, do as follows:
getCustomAttributeOrAttributeOrActions().add(newItem);
Objects of the following type(s) are allowed in the list
CustomAttributeAttributeActionsDataQualityGroup
-
-