Class 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>
     
    • 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.
      MergeMode getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getRenderer()
      Gets the value of the renderer property.
      java.lang.String getTooltipText()
      Gets the value of the tooltipText property.
      void setMergeMode​(MergeMode value)
      Sets the value of the mergeMode property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setRenderer​(java.lang.String value)
      Sets the value of the renderer property.
      void setTooltipText​(java.lang.String value)
      Sets the value of the tooltipText property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attribute

        protected java.util.List<Attribute> attribute
      • name

        protected java.lang.String name
      • tooltipText

        protected java.lang.String tooltipText
      • renderer

        protected java.lang.String renderer
    • Constructor Detail

      • Section

        public Section()
    • 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 set method 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 is MergeMode
      • 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 is String
      • 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 is String
      • 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 is String