Package com.sforce.soap.partner
Class DescribeCompactLayout
java.lang.Object
com.sforce.soap.partner.DescribeCompactLayout
- All Implemented Interfaces:
IDescribeCompactLayout,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 TypeMethodDescriptionelement : actions of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]element : fieldItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]getId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : 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) voidvoidsetImageItems(IDescribeLayoutItem[] imageItems) protected voidsetImageItems(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetObjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetObjectType(String objectType) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeCompactLayout
public DescribeCompactLayout()Constructor
-
-
Method Details
-
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
- Specified by:
setActionsin interfaceIDescribeCompactLayout
-
setActions
protected void setActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setFieldItemsin interfaceIDescribeCompactLayout
-
setFieldItems
protected void setFieldItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setIdin interfaceIDescribeCompactLayout
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setImageItemsin interfaceIDescribeCompactLayout
-
setImageItems
protected void setImageItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLabelin interfaceIDescribeCompactLayout
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setNamein interfaceIDescribeCompactLayout
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-