Package com.sforce.soap.partner
Class DescribeCompactLayout
- java.lang.Object
-
- com.sforce.soap.partner.DescribeCompactLayout
-
- All Implemented Interfaces:
IDescribeCompactLayout,XMLizable
public class DescribeCompactLayout extends Object implements XMLizable, IDescribeCompactLayout
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeCompactLayout()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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[]StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringDescribeLayoutItem[]getImageItems()element : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetObjectType()element : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetActions(IDescribeLayoutButton[] actions)protected voidsetActions(XmlInputStream __in, TypeMapper __typeMapper)voidsetFieldItems(IDescribeLayoutItem[] fieldItems)protected voidsetFieldItems(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper)voidsetId(String id)voidsetImageItems(IDescribeLayoutItem[] imageItems)protected voidsetImageItems(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)protected voidsetObjectType(XmlInputStream __in, TypeMapper __typeMapper)voidsetObjectType(String objectType)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActions
public DescribeLayoutButton[] getActions()
Description copied from interface:IDescribeCompactLayoutelement : actions of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]- Specified by:
getActionsin interfaceIDescribeCompactLayout
-
setActions
public void setActions(IDescribeLayoutButton[] actions)
- Specified by:
setActionsin interfaceIDescribeCompactLayout
-
setActions
protected void setActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldItems
public DescribeLayoutItem[] getFieldItems()
Description copied from interface:IDescribeCompactLayoutelement : fieldItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]- Specified by:
getFieldItemsin interfaceIDescribeCompactLayout
-
setFieldItems
public void setFieldItems(IDescribeLayoutItem[] fieldItems)
- Specified by:
setFieldItemsin interfaceIDescribeCompactLayout
-
setFieldItems
protected void setFieldItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
Description copied from interface:IDescribeCompactLayoutelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIDescribeCompactLayout
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceIDescribeCompactLayout
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getImageItems
public DescribeLayoutItem[] getImageItems()
Description copied from interface:IDescribeCompactLayoutelement : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]- Specified by:
getImageItemsin interfaceIDescribeCompactLayout
-
setImageItems
public void setImageItems(IDescribeLayoutItem[] imageItems)
- Specified by:
setImageItemsin interfaceIDescribeCompactLayout
-
setImageItems
protected void setImageItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IDescribeCompactLayoutelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeCompactLayout
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeCompactLayout
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IDescribeCompactLayoutelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIDescribeCompactLayout
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIDescribeCompactLayout
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObjectType
public String getObjectType()
Description copied from interface:IDescribeCompactLayoutelement : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getObjectTypein interfaceIDescribeCompactLayout
-
setObjectType
public void setObjectType(String objectType)
- Specified by:
setObjectTypein interfaceIDescribeCompactLayout
-
setObjectType
protected void setObjectType(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-