Class 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 Detail

      • customAttributeOrAttributeOrActions

        protected java.util.List<Positioned> customAttributeOrAttributeOrActions
    • Constructor Detail

      • Section

        public Section()
    • 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 set method 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 CustomAttribute Attribute Actions DataQualityGroup