public class LayoutMapping extends Object
Java class for LayoutMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="parentLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="selfLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parentLayout |
protected String |
selfLayout |
| Constructor and Description |
|---|
LayoutMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParentLayout()
Gets the value of the parentLayout property.
|
String |
getSelfLayout()
Gets the value of the selfLayout property.
|
void |
setParentLayout(String value)
Sets the value of the parentLayout property.
|
void |
setSelfLayout(String value)
Sets the value of the selfLayout property.
|
public String getParentLayout()
Stringpublic void setParentLayout(String value)
value - allowed object is
Stringpublic String getSelfLayout()
StringCopyright © 2018. All rights reserved.