Class DescribeLayoutResult

java.lang.Object
com.sforce.soap.partner.DescribeLayoutResult
All Implemented Interfaces:
IDescribeLayoutResult, com.sforce.ws.bind.XMLizable

public class DescribeLayoutResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Details

    • DescribeLayoutResult

      public DescribeLayoutResult()
      Constructor
  • Method Details

    • getLayouts

      public DescribeLayout[] getLayouts()
      Description copied from interface: IDescribeLayoutResult
      element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout java type: com.sforce.soap.partner.DescribeLayout[]
      Specified by:
      getLayouts in interface IDescribeLayoutResult
    • setLayouts

      public void setLayouts(IDescribeLayout[] layouts)
      Specified by:
      setLayouts in interface IDescribeLayoutResult
    • setLayouts

      protected void setLayouts(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRecordTypeMappings

      public RecordTypeMapping[] getRecordTypeMappings()
      Description copied from interface: IDescribeLayoutResult
      element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping java type: com.sforce.soap.partner.RecordTypeMapping[]
      Specified by:
      getRecordTypeMappings in interface IDescribeLayoutResult
    • setRecordTypeMappings

      public void setRecordTypeMappings(IRecordTypeMapping[] recordTypeMappings)
      Specified by:
      setRecordTypeMappings in interface IDescribeLayoutResult
    • setRecordTypeMappings

      protected void setRecordTypeMappings(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRecordTypeSelectorRequired

      public boolean getRecordTypeSelectorRequired()
      Description copied from interface: IDescribeLayoutResult
      element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getRecordTypeSelectorRequired in interface IDescribeLayoutResult
    • isRecordTypeSelectorRequired

      public boolean isRecordTypeSelectorRequired()
      Specified by:
      isRecordTypeSelectorRequired in interface IDescribeLayoutResult
    • setRecordTypeSelectorRequired

      public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired)
      Specified by:
      setRecordTypeSelectorRequired in interface IDescribeLayoutResult
    • setRecordTypeSelectorRequired

      protected void setRecordTypeSelectorRequired(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object