Class CustomSection

  • Direct Known Subclasses:
    EssentialCustomSection

    public class CustomSection
    extends Section

    Java class for customSection complex type.

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

     <complexType name="customSection">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/component/editorArea}section">
           <sequence>
             <element name="render-parameter" type="{http://www.hybris.com/cockpitng/component/editorArea}parameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • renderParameter

        protected java.util.List<Parameter> renderParameter
      • clazz

        protected java.lang.String clazz
      • springBean

        protected java.lang.String springBean
    • Constructor Detail

      • CustomSection

        public CustomSection()
    • Method Detail

      • getRenderParameter

        public java.util.List<Parameter> getRenderParameter()
        Gets the value of the renderParameter 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 renderParameter property.

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

            getRenderParameter().add(newItem);
         

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

      • getClazz

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • getSpringBean

        public java.lang.String getSpringBean()
        Gets the value of the springBean property.
        Returns:
        possible object is String
      • setSpringBean

        public void setSpringBean​(java.lang.String value)
        Sets the value of the springBean property.
        Parameters:
        value - allowed object is String