Class ExtendedSplitLayout


  • public class ExtendedSplitLayout
    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="layout-mapping" type="{http://www.hybris.com/cockpitng/config/extendedsplitlayout}LayoutMapping" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="defaultLayout" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • layoutMapping

        protected java.util.List<LayoutMapping> layoutMapping
      • defaultLayout

        protected java.lang.String defaultLayout
    • Constructor Detail

      • ExtendedSplitLayout

        public ExtendedSplitLayout()
    • Method Detail

      • getLayoutMapping

        public java.util.List<LayoutMapping> getLayoutMapping()
        Gets the value of the layoutMapping 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 layoutMapping property.

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

            getLayoutMapping().add(newItem);
         

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

      • getDefaultLayout

        public java.lang.String getDefaultLayout()
        Gets the value of the defaultLayout property.
        Returns:
        possible object is String
      • setDefaultLayout

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