Package com.sforce.soap.partner
Class DescribeLayoutItem
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutItem
-
- All Implemented Interfaces:
IDescribeLayoutItem,XMLizable
public class DescribeLayoutItem extends Object implements XMLizable, IDescribeLayoutItem
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeLayoutItem()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEditableForNew()element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetEditableForUpdate()element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeLayoutComponent[]getLayoutComponents()element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]booleangetPlaceholder()element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetRequired()element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisEditableForNew()booleanisEditableForUpdate()booleanisPlaceholder()booleanisRequired()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetEditableForNew(boolean editableForNew)protected voidsetEditableForNew(XmlInputStream __in, TypeMapper __typeMapper)voidsetEditableForUpdate(boolean editableForUpdate)protected voidsetEditableForUpdate(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetLayoutComponents(IDescribeLayoutComponent[] layoutComponents)protected voidsetLayoutComponents(XmlInputStream __in, TypeMapper __typeMapper)voidsetPlaceholder(boolean placeholder)protected voidsetPlaceholder(XmlInputStream __in, TypeMapper __typeMapper)voidsetRequired(boolean required)protected voidsetRequired(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getEditableForNew
public boolean getEditableForNew()
Description copied from interface:IDescribeLayoutItemelement : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getEditableForNewin interfaceIDescribeLayoutItem
-
isEditableForNew
public boolean isEditableForNew()
- Specified by:
isEditableForNewin interfaceIDescribeLayoutItem
-
setEditableForNew
public void setEditableForNew(boolean editableForNew)
- Specified by:
setEditableForNewin interfaceIDescribeLayoutItem
-
setEditableForNew
protected void setEditableForNew(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEditableForUpdate
public boolean getEditableForUpdate()
Description copied from interface:IDescribeLayoutItemelement : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getEditableForUpdatein interfaceIDescribeLayoutItem
-
isEditableForUpdate
public boolean isEditableForUpdate()
- Specified by:
isEditableForUpdatein interfaceIDescribeLayoutItem
-
setEditableForUpdate
public void setEditableForUpdate(boolean editableForUpdate)
- Specified by:
setEditableForUpdatein interfaceIDescribeLayoutItem
-
setEditableForUpdate
protected void setEditableForUpdate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IDescribeLayoutItemelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeLayoutItem
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeLayoutItem
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayoutComponents
public DescribeLayoutComponent[] getLayoutComponents()
Description copied from interface:IDescribeLayoutItemelement : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]- Specified by:
getLayoutComponentsin interfaceIDescribeLayoutItem
-
setLayoutComponents
public void setLayoutComponents(IDescribeLayoutComponent[] layoutComponents)
- Specified by:
setLayoutComponentsin interfaceIDescribeLayoutItem
-
setLayoutComponents
protected void setLayoutComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlaceholder
public boolean getPlaceholder()
Description copied from interface:IDescribeLayoutItemelement : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getPlaceholderin interfaceIDescribeLayoutItem
-
isPlaceholder
public boolean isPlaceholder()
- Specified by:
isPlaceholderin interfaceIDescribeLayoutItem
-
setPlaceholder
public void setPlaceholder(boolean placeholder)
- Specified by:
setPlaceholderin interfaceIDescribeLayoutItem
-
setPlaceholder
protected void setPlaceholder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRequired
public boolean getRequired()
Description copied from interface:IDescribeLayoutItemelement : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getRequiredin interfaceIDescribeLayoutItem
-
isRequired
public boolean isRequired()
- Specified by:
isRequiredin interfaceIDescribeLayoutItem
-
setRequired
public void setRequired(boolean required)
- Specified by:
setRequiredin interfaceIDescribeLayoutItem
-
setRequired
protected void setRequired(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
-
-