Package com.sforce.soap.metadata
Class LayoutSection
java.lang.Object
com.sforce.soap.metadata.LayoutSection
- 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 TypeMethodDescriptionbooleanbooleanbooleangetLabel()getStyle()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomLabel(boolean customLabel) protected voidsetCustomLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetDetailHeading(boolean detailHeading) protected voidsetDetailHeading(XmlInputStream __in, TypeMapper __typeMapper) voidsetEditHeading(boolean editHeading) protected voidsetEditHeading(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLayoutColumns(LayoutColumn[] layoutColumns) protected voidsetLayoutColumns(XmlInputStream __in, TypeMapper __typeMapper) voidsetStyle(LayoutSectionStyle style) protected voidsetStyle(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
LayoutSection
public LayoutSection()Constructor
-
-
Method Details
-
getCustomLabel
public boolean getCustomLabel() -
isCustomLabel
public boolean isCustomLabel() -
setCustomLabel
public void setCustomLabel(boolean customLabel) -
setCustomLabel
protected void setCustomLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDetailHeading
public boolean getDetailHeading() -
isDetailHeading
public boolean isDetailHeading() -
setDetailHeading
public void setDetailHeading(boolean detailHeading) -
setDetailHeading
protected void setDetailHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEditHeading
public boolean getEditHeading() -
isEditHeading
public boolean isEditHeading() -
setEditHeading
public void setEditHeading(boolean editHeading) -
setEditHeading
protected void setEditHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLayoutColumns
-
setLayoutColumns
-
setLayoutColumns
protected void setLayoutColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStyle
-
setStyle
-
setStyle
protected void setStyle(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
-