Package com.sforce.soap.partner
Class DescribeLayoutItem
java.lang.Object
com.sforce.soap.partner.DescribeLayoutItem
- All Implemented Interfaces:
IDescribeLayoutItem,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 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: booleanelement : uiBehavior of type {urn:partner.soap.sforce.com}UiBehavior java type: com.sforce.soap.partner.UiBehavior[]booleanbooleanbooleanbooleanvoidload(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) voidvoidsetLayoutComponents(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) voidsetUiBehavior(UiBehavior[] uiBehavior) protected voidsetUiBehavior(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, 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(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
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(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
-
getUiBehavior
Description copied from interface:IDescribeLayoutItemelement : uiBehavior of type {urn:partner.soap.sforce.com}UiBehavior java type: com.sforce.soap.partner.UiBehavior[]- Specified by:
getUiBehaviorin interfaceIDescribeLayoutItem
-
setUiBehavior
- Specified by:
setUiBehaviorin interfaceIDescribeLayoutItem
-
setUiBehavior
protected void setUiBehavior(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
-