public class DescribeLayoutItem extends java.lang.Object implements 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
|
java.lang.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(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEditableForNew(boolean editableForNew) |
protected void |
setEditableForNew(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEditableForUpdate(boolean editableForUpdate) |
protected void |
setEditableForUpdate(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLayoutComponents(IDescribeLayoutComponent[] layoutComponents) |
protected void |
setLayoutComponents(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPlaceholder(boolean placeholder) |
protected void |
setPlaceholder(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRequired(boolean required) |
protected void |
setRequired(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean getEditableForNew()
IDescribeLayoutItemgetEditableForNew in interface IDescribeLayoutItempublic boolean isEditableForNew()
isEditableForNew in interface IDescribeLayoutItempublic void setEditableForNew(boolean editableForNew)
setEditableForNew in interface IDescribeLayoutItemprotected void setEditableForNew(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getEditableForUpdate()
IDescribeLayoutItemgetEditableForUpdate in interface IDescribeLayoutItempublic boolean isEditableForUpdate()
isEditableForUpdate in interface IDescribeLayoutItempublic void setEditableForUpdate(boolean editableForUpdate)
setEditableForUpdate in interface IDescribeLayoutItemprotected void setEditableForUpdate(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IDescribeLayoutItemgetLabel in interface IDescribeLayoutItempublic void setLabel(java.lang.String label)
setLabel in interface IDescribeLayoutItemprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeLayoutComponent[] getLayoutComponents()
IDescribeLayoutItemgetLayoutComponents in interface IDescribeLayoutItempublic void setLayoutComponents(IDescribeLayoutComponent[] layoutComponents)
setLayoutComponents in interface IDescribeLayoutItemprotected void setLayoutComponents(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getPlaceholder()
IDescribeLayoutItemgetPlaceholder in interface IDescribeLayoutItempublic boolean isPlaceholder()
isPlaceholder in interface IDescribeLayoutItempublic void setPlaceholder(boolean placeholder)
setPlaceholder in interface IDescribeLayoutItemprotected void setPlaceholder(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getRequired()
IDescribeLayoutItemgetRequired in interface IDescribeLayoutItempublic boolean isRequired()
isRequired in interface IDescribeLayoutItempublic void setRequired(boolean required)
setRequired in interface IDescribeLayoutItemprotected void setRequired(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.