public class FlexiPageRegion extends Object
Java class for FlexiPageRegion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexiPageRegion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="appendable" type="{urn:tooling.soap.sforce.com}RegionFlagStatus" minOccurs="0"/>
<element name="componentInstances" type="{urn:metadata.tooling.soap.sforce.com}ComponentInstance" maxOccurs="unbounded" minOccurs="0"/>
<element name="mode" type="{urn:tooling.soap.sforce.com}FlexiPageRegionMode" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prependable" type="{urn:tooling.soap.sforce.com}RegionFlagStatus" minOccurs="0"/>
<element name="replaceable" type="{urn:tooling.soap.sforce.com}RegionFlagStatus" minOccurs="0"/>
<element name="type" type="{urn:tooling.soap.sforce.com}FlexiPageRegionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RegionFlagStatus |
appendable |
protected List<ComponentInstance> |
componentInstances |
protected FlexiPageRegionMode |
mode |
protected String |
name |
protected RegionFlagStatus |
prependable |
protected RegionFlagStatus |
replaceable |
protected FlexiPageRegionType |
type |
| Constructor and Description |
|---|
FlexiPageRegion() |
| Modifier and Type | Method and Description |
|---|---|
RegionFlagStatus |
getAppendable()
Gets the value of the appendable property.
|
List<ComponentInstance> |
getComponentInstances()
Gets the value of the componentInstances property.
|
FlexiPageRegionMode |
getMode()
Gets the value of the mode property.
|
String |
getName()
Gets the value of the name property.
|
RegionFlagStatus |
getPrependable()
Gets the value of the prependable property.
|
RegionFlagStatus |
getReplaceable()
Gets the value of the replaceable property.
|
FlexiPageRegionType |
getType()
Gets the value of the type property.
|
void |
setAppendable(RegionFlagStatus value)
Sets the value of the appendable property.
|
void |
setMode(FlexiPageRegionMode value)
Sets the value of the mode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrependable(RegionFlagStatus value)
Sets the value of the prependable property.
|
void |
setReplaceable(RegionFlagStatus value)
Sets the value of the replaceable property.
|
void |
setType(FlexiPageRegionType value)
Sets the value of the type property.
|
protected RegionFlagStatus appendable
protected List<ComponentInstance> componentInstances
protected FlexiPageRegionMode mode
protected String name
protected RegionFlagStatus prependable
protected RegionFlagStatus replaceable
protected FlexiPageRegionType type
public RegionFlagStatus getAppendable()
RegionFlagStatuspublic void setAppendable(RegionFlagStatus value)
value - allowed object is
RegionFlagStatuspublic List<ComponentInstance> getComponentInstances()
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 componentInstances property.
For example, to add a new item, do as follows:
getComponentInstances().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentInstance
public FlexiPageRegionMode getMode()
FlexiPageRegionModepublic void setMode(FlexiPageRegionMode value)
value - allowed object is
FlexiPageRegionModepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic RegionFlagStatus getPrependable()
RegionFlagStatuspublic void setPrependable(RegionFlagStatus value)
value - allowed object is
RegionFlagStatuspublic RegionFlagStatus getReplaceable()
RegionFlagStatuspublic void setReplaceable(RegionFlagStatus value)
value - allowed object is
RegionFlagStatuspublic FlexiPageRegionType getType()
FlexiPageRegionTypepublic void setType(FlexiPageRegionType value)
value - allowed object is
FlexiPageRegionTypeCopyright © 2016. All rights reserved.