Class CompareView


  • public class CompareView
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="editor-area-ctx" type="{http://www.hybris.com/cockpitng/component/compareview}editor-area-ctx" minOccurs="0"/>
             <element name="grid-view-ctx" type="{http://www.hybris.com/cockpitng/component/compareview}grid-view-ctx" minOccurs="0"/>
             <element name="header" type="{http://www.hybris.com/cockpitng/component/compareview}header" minOccurs="0"/>
             <element name="section" type="{http://www.hybris.com/cockpitng/component/compareview}section" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CompareView

        public CompareView()
    • Method Detail

      • getEditorAreaCtx

        public EditorAreaCtx getEditorAreaCtx()
        Gets the value of the editorAreaCtx property.
        Returns:
        possible object is EditorAreaCtx
      • setEditorAreaCtx

        public void setEditorAreaCtx​(EditorAreaCtx value)
        Sets the value of the editorAreaCtx property.
        Parameters:
        value - allowed object is EditorAreaCtx
      • getGridViewCtx

        public GridViewCtx getGridViewCtx()
        Gets the value of the gridViewCtx property.
        Returns:
        possible object is GridViewCtx
      • setGridViewCtx

        public void setGridViewCtx​(GridViewCtx value)
        Sets the value of the gridViewCtx property.
        Parameters:
        value - allowed object is GridViewCtx
      • getHeader

        public Header getHeader()
        Gets the value of the header property.
        Returns:
        possible object is Header
      • setHeader

        public void setHeader​(Header value)
        Sets the value of the header property.
        Parameters:
        value - allowed object is Header
      • getSection

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

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

         getSection().add(newItem);
         

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