public class ExtendedSplitLayout extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultLayout |
protected List<LayoutMapping> |
layoutMapping |
| Constructor and Description |
|---|
ExtendedSplitLayout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultLayout()
Gets the value of the defaultLayout property.
|
List<LayoutMapping> |
getLayoutMapping()
Gets the value of the layoutMapping property.
|
void |
setDefaultLayout(String value)
Sets the value of the defaultLayout property.
|
protected List<LayoutMapping> layoutMapping
protected String defaultLayout
public List<LayoutMapping> getLayoutMapping()
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
public String getDefaultLayout()
StringCopyright © 2018. All rights reserved.