Package com.sforce.soap.partner
Class DescribeLayoutResult
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutResult
-
- All Implemented Interfaces:
IDescribeLayoutResult,XMLizable
public class DescribeLayoutResult extends Object implements XMLizable, IDescribeLayoutResult
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 DescribeLayoutResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLayout[]getLayouts()element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout java type: com.sforce.soap.partner.DescribeLayout[]RecordTypeMapping[]getRecordTypeMappings()element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping java type: com.sforce.soap.partner.RecordTypeMapping[]booleangetRecordTypeSelectorRequired()element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisRecordTypeSelectorRequired()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetLayouts(IDescribeLayout[] layouts)protected voidsetLayouts(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecordTypeMappings(IRecordTypeMapping[] recordTypeMappings)protected voidsetRecordTypeMappings(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecordTypeSelectorRequired(boolean recordTypeSelectorRequired)protected voidsetRecordTypeSelectorRequired(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getLayouts
public DescribeLayout[] getLayouts()
Description copied from interface:IDescribeLayoutResultelement : layouts of type {urn:partner.soap.sforce.com}DescribeLayout java type: com.sforce.soap.partner.DescribeLayout[]- Specified by:
getLayoutsin interfaceIDescribeLayoutResult
-
setLayouts
public void setLayouts(IDescribeLayout[] layouts)
- Specified by:
setLayoutsin interfaceIDescribeLayoutResult
-
setLayouts
protected void setLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeMappings
public RecordTypeMapping[] getRecordTypeMappings()
Description copied from interface:IDescribeLayoutResultelement : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping java type: com.sforce.soap.partner.RecordTypeMapping[]- Specified by:
getRecordTypeMappingsin interfaceIDescribeLayoutResult
-
setRecordTypeMappings
public void setRecordTypeMappings(IRecordTypeMapping[] recordTypeMappings)
- Specified by:
setRecordTypeMappingsin interfaceIDescribeLayoutResult
-
setRecordTypeMappings
protected void setRecordTypeMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeSelectorRequired
public boolean getRecordTypeSelectorRequired()
Description copied from interface:IDescribeLayoutResultelement : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getRecordTypeSelectorRequiredin interfaceIDescribeLayoutResult
-
isRecordTypeSelectorRequired
public boolean isRecordTypeSelectorRequired()
- Specified by:
isRecordTypeSelectorRequiredin interfaceIDescribeLayoutResult
-
setRecordTypeSelectorRequired
public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired)
- Specified by:
setRecordTypeSelectorRequiredin interfaceIDescribeLayoutResult
-
setRecordTypeSelectorRequired
protected void setRecordTypeSelectorRequired(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
-
-