Package com.sforce.soap.metadata
Class Container
java.lang.Object
com.sforce.soap.metadata.Container
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetStyle()getUnit()intgetWidth()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetHeight(int height) protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsContainerAutoSizeEnabled(boolean isContainerAutoSizeEnabled) protected voidsetIsContainerAutoSizeEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRegion(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetSidebarComponents(SidebarComponent[] sidebarComponents) protected voidsetSidebarComponents(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetStyle(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetUnit(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetWidth(int width) protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
Container
public Container()Constructor
-
-
Method Details
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsContainerAutoSizeEnabled
public boolean getIsContainerAutoSizeEnabled() -
isIsContainerAutoSizeEnabled
public boolean isIsContainerAutoSizeEnabled() -
setIsContainerAutoSizeEnabled
public void setIsContainerAutoSizeEnabled(boolean isContainerAutoSizeEnabled) -
setIsContainerAutoSizeEnabled
protected void setIsContainerAutoSizeEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRegion
-
setRegion
-
setRegion
protected void setRegion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSidebarComponents
-
setSidebarComponents
-
setSidebarComponents
protected void setSidebarComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStyle
-
setStyle
-
setStyle
protected void setStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUnit
-
setUnit
-
setUnit
protected void setUnit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
setWidth
protected void setWidth(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
- 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
-
toString
-