Package com.sforce.soap.metadata
Class FlexiPageRegion
- java.lang.Object
-
- com.sforce.soap.metadata.FlexiPageRegion
-
-
Constructor Summary
Constructors Constructor Description FlexiPageRegion()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAppendable
public RegionFlagStatus getAppendable()
-
setAppendable
public void setAppendable(RegionFlagStatus appendable)
-
setAppendable
protected void setAppendable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getItemInstances
public ItemInstance[] getItemInstances()
-
setItemInstances
public void setItemInstances(ItemInstance[] itemInstances)
-
setItemInstances
protected void setItemInstances(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMode
public FlexiPageRegionMode getMode()
-
setMode
public void setMode(FlexiPageRegionMode mode)
-
setMode
protected void setMode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrependable
public RegionFlagStatus getPrependable()
-
setPrependable
public void setPrependable(RegionFlagStatus prependable)
-
setPrependable
protected void setPrependable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReplaceable
public RegionFlagStatus getReplaceable()
-
setReplaceable
public void setReplaceable(RegionFlagStatus replaceable)
-
setReplaceable
protected void setReplaceable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public FlexiPageRegionType getType()
-
setType
public void setType(FlexiPageRegionType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-