Package com.sforce.soap.partner
Class DescribeLayoutResult
java.lang.Object
com.sforce.soap.partner.DescribeLayoutResult
- All Implemented Interfaces:
IDescribeLayoutResult,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 : layouts of type {urn:partner.soap.sforce.com}DescribeLayout java type: com.sforce.soap.partner.DescribeLayout[]element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping java type: com.sforce.soap.partner.RecordTypeMapping[]booleanelement : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidload(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeLayoutResult
public DescribeLayoutResult()Constructor
-
-
Method Details
-
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
- Specified by:
setLayoutsin interfaceIDescribeLayoutResult
-
setLayouts
protected void setLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-