Class SummaryView


  • public class SummaryView
    extends ImagePreview

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/common}image-preview">
           <sequence>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element name="custom-section" type="{http://www.hybris.com/cockpitng/component/summaryview}customSection"/>
               <element name="section" type="{http://www.hybris.com/cockpitng/component/summaryview}section"/>
             </choice>
           </sequence>
           <attribute name="display-title" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customSectionOrSection

        protected java.util.List<Section> customSectionOrSection
      • displayTitle

        protected java.lang.Boolean displayTitle
    • Constructor Detail

      • SummaryView

        public SummaryView()
    • Method Detail

      • getCustomSectionOrSection

        public java.util.List<Section> getCustomSectionOrSection()
        Gets the value of the customSectionOrSection 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 customSectionOrSection property.

        For example, to add a new item, do as follows:

            getCustomSectionOrSection().add(newItem);
         

        Objects of the following type(s) are allowed in the list CustomSection Section

      • isDisplayTitle

        public boolean isDisplayTitle()
        Gets the value of the displayTitle property.
        Returns:
        possible object is Boolean
      • setDisplayTitle

        public void setDisplayTitle​(java.lang.Boolean value)
        Sets the value of the displayTitle property.
        Parameters:
        value - allowed object is Boolean