Package com.sforce.soap.partner
Class DescribeLayoutItem
java.lang.Object
com.sforce.soap.partner.DescribeLayoutItem
- All Implemented Interfaces:
IDescribeLayoutItem,com.sforce.ws.bind.XMLizable
public class DescribeLayoutItem
extends Object
implements com.sforce.ws.bind.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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]booleanelement : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanbooleanbooleanvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEditableForNew(boolean editableForNew)protected voidsetEditableForNew(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEditableForUpdate(boolean editableForUpdate)protected voidsetEditableForUpdate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetLayoutComponents(IDescribeLayoutComponent[] layoutComponents)protected voidsetLayoutComponents(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPlaceholder(boolean placeholder)protected voidsetPlaceholder(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRequired(boolean required)protected voidsetRequired(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
DescribeLayoutItem
public DescribeLayoutItem()Constructor
-
-
Method Details
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setLabelin interfaceIDescribeLayoutItem
-
setLabel
protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setLayoutComponentsin interfaceIDescribeLayoutItem
-
setLayoutComponents
protected void setLayoutComponents(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-