public class DescribeLayoutItem extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutItem
| Constructor and Description |
|---|
DescribeLayoutItem()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEditableForNew()
element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getEditableForUpdate()
element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
DescribeLayoutComponent[] |
getLayoutComponents()
element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent
java type: com.sforce.soap.partner.DescribeLayoutComponent[]
|
boolean |
getPlaceholder()
element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getRequired()
element : required of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isEditableForNew() |
boolean |
isEditableForUpdate() |
boolean |
isPlaceholder() |
boolean |
isRequired() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setEditableForNew(boolean editableForNew) |
void |
setEditableForUpdate(boolean editableForUpdate) |
void |
setLabel(String label) |
void |
setLayoutComponents(IDescribeLayoutComponent[] layoutComponents) |
void |
setPlaceholder(boolean placeholder) |
void |
setRequired(boolean required) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public boolean getEditableForNew()
IDescribeLayoutItemgetEditableForNew in interface IDescribeLayoutItempublic boolean isEditableForNew()
isEditableForNew in interface IDescribeLayoutItempublic void setEditableForNew(boolean editableForNew)
setEditableForNew in interface IDescribeLayoutItempublic boolean getEditableForUpdate()
IDescribeLayoutItemgetEditableForUpdate in interface IDescribeLayoutItempublic boolean isEditableForUpdate()
isEditableForUpdate in interface IDescribeLayoutItempublic void setEditableForUpdate(boolean editableForUpdate)
setEditableForUpdate in interface IDescribeLayoutItempublic String getLabel()
IDescribeLayoutItemgetLabel in interface IDescribeLayoutItempublic void setLabel(String label)
setLabel in interface IDescribeLayoutItempublic DescribeLayoutComponent[] getLayoutComponents()
IDescribeLayoutItemgetLayoutComponents in interface IDescribeLayoutItempublic void setLayoutComponents(IDescribeLayoutComponent[] layoutComponents)
setLayoutComponents in interface IDescribeLayoutItempublic boolean getPlaceholder()
IDescribeLayoutItemgetPlaceholder in interface IDescribeLayoutItempublic boolean isPlaceholder()
isPlaceholder in interface IDescribeLayoutItempublic void setPlaceholder(boolean placeholder)
setPlaceholder in interface IDescribeLayoutItempublic boolean getRequired()
IDescribeLayoutItemgetRequired in interface IDescribeLayoutItempublic boolean isRequired()
isRequired in interface IDescribeLayoutItempublic void setRequired(boolean required)
setRequired in interface IDescribeLayoutItempublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.