Package com.sforce.soap.metadata
Class Container
- java.lang.Object
-
- com.sforce.soap.metadata.Container
-
-
Constructor Summary
Constructors Constructor Description Container()Constructor
-
Method Summary
-
-
-
Method Detail
-
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
public String getRegion()
-
setRegion
public void setRegion(String region)
-
setRegion
protected void setRegion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSidebarComponents
public SidebarComponent[] getSidebarComponents()
-
setSidebarComponents
public void setSidebarComponents(SidebarComponent[] sidebarComponents)
-
setSidebarComponents
protected void setSidebarComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStyle
public String getStyle()
-
setStyle
public void setStyle(String style)
-
setStyle
protected void setStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUnit
public String getUnit()
-
setUnit
public void setUnit(String unit)
-
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
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
-
-