public class DescribeCompactLayout extends Object implements com.sforce.ws.bind.XMLizable, IDescribeCompactLayout
| Constructor and Description |
|---|
DescribeCompactLayout()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLayoutButton[] |
getActions()
element : actions of type {urn:partner.soap.sforce.com}DescribeLayoutButton
java type: com.sforce.soap.partner.DescribeLayoutButton[]
|
DescribeLayoutItem[] |
getFieldItems()
element : fieldItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem
java type: com.sforce.soap.partner.DescribeLayoutItem[]
|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
DescribeLayoutItem[] |
getImageItems()
element : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem
java type: com.sforce.soap.partner.DescribeLayoutItem[]
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getObjectType()
element : objectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
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 |
setActions(IDescribeLayoutButton[] actions) |
void |
setFieldItems(IDescribeLayoutItem[] fieldItems) |
void |
setId(String id) |
void |
setImageItems(IDescribeLayoutItem[] imageItems) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setObjectType(String objectType) |
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 DescribeLayoutButton[] getActions()
IDescribeCompactLayoutgetActions in interface IDescribeCompactLayoutpublic void setActions(IDescribeLayoutButton[] actions)
setActions in interface IDescribeCompactLayoutpublic DescribeLayoutItem[] getFieldItems()
IDescribeCompactLayoutgetFieldItems in interface IDescribeCompactLayoutpublic void setFieldItems(IDescribeLayoutItem[] fieldItems)
setFieldItems in interface IDescribeCompactLayoutpublic String getId()
IDescribeCompactLayoutgetId in interface IDescribeCompactLayoutpublic void setId(String id)
setId in interface IDescribeCompactLayoutpublic DescribeLayoutItem[] getImageItems()
IDescribeCompactLayoutgetImageItems in interface IDescribeCompactLayoutpublic void setImageItems(IDescribeLayoutItem[] imageItems)
setImageItems in interface IDescribeCompactLayoutpublic String getLabel()
IDescribeCompactLayoutgetLabel in interface IDescribeCompactLayoutpublic void setLabel(String label)
setLabel in interface IDescribeCompactLayoutpublic String getName()
IDescribeCompactLayoutgetName in interface IDescribeCompactLayoutpublic void setName(String name)
setName in interface IDescribeCompactLayoutpublic String getObjectType()
IDescribeCompactLayoutgetObjectType in interface IDescribeCompactLayoutpublic void setObjectType(String objectType)
setObjectType in interface IDescribeCompactLayoutpublic 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.