Package com.sforce.soap.metadata
Class SummaryLayout
java.lang.Object
com.sforce.soap.metadata.SummaryLayout
- 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 TypeMethodDescriptionintgetSizeX()intgetSizeY()intgetSizeZ()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) voidsetSizeX(int sizeX) protected voidsetSizeX(XmlInputStream __in, TypeMapper __typeMapper) voidsetSizeY(int sizeY) protected voidsetSizeY(XmlInputStream __in, TypeMapper __typeMapper) voidsetSizeZ(int sizeZ) protected voidsetSizeZ(XmlInputStream __in, TypeMapper __typeMapper) voidsetSummaryLayoutItems(SummaryLayoutItem[] summaryLayoutItems) protected voidsetSummaryLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) voidsetSummaryLayoutStyle(SummaryLayoutStyle summaryLayoutStyle) protected voidsetSummaryLayoutStyle(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
SummaryLayout
public SummaryLayout()Constructor
-
-
Method Details
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSizeX
public int getSizeX() -
setSizeX
public void setSizeX(int sizeX) -
setSizeX
protected void setSizeX(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSizeY
public int getSizeY() -
setSizeY
public void setSizeY(int sizeY) -
setSizeY
protected void setSizeY(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSizeZ
public int getSizeZ() -
setSizeZ
public void setSizeZ(int sizeZ) -
setSizeZ
protected void setSizeZ(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSummaryLayoutItems
-
setSummaryLayoutItems
-
setSummaryLayoutItems
protected void setSummaryLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSummaryLayoutStyle
-
setSummaryLayoutStyle
-
setSummaryLayoutStyle
protected void setSummaryLayoutStyle(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
-