Class DescribeCompactLayoutsResult

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

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

    • DescribeCompactLayoutsResult

      public DescribeCompactLayoutsResult()
      Constructor
  • Method Details

    • getCompactLayouts

      public DescribeCompactLayout[] getCompactLayouts()
      Description copied from interface: IDescribeCompactLayoutsResult
      element : compactLayouts of type {urn:partner.soap.sforce.com}DescribeCompactLayout java type: com.sforce.soap.partner.DescribeCompactLayout[]
      Specified by:
      getCompactLayouts in interface IDescribeCompactLayoutsResult
    • setCompactLayouts

      public void setCompactLayouts(IDescribeCompactLayout[] compactLayouts)
      Specified by:
      setCompactLayouts in interface IDescribeCompactLayoutsResult
    • setCompactLayouts

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

      public String getDefaultCompactLayoutId()
      Description copied from interface: IDescribeCompactLayoutsResult
      element : defaultCompactLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getDefaultCompactLayoutId in interface IDescribeCompactLayoutsResult
    • setDefaultCompactLayoutId

      public void setDefaultCompactLayoutId(String defaultCompactLayoutId)
      Specified by:
      setDefaultCompactLayoutId in interface IDescribeCompactLayoutsResult
    • setDefaultCompactLayoutId

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

      public RecordTypeCompactLayoutMapping[] getRecordTypeCompactLayoutMappings()
      Description copied from interface: IDescribeCompactLayoutsResult
      element : recordTypeCompactLayoutMappings of type {urn:partner.soap.sforce.com}RecordTypeCompactLayoutMapping java type: com.sforce.soap.partner.RecordTypeCompactLayoutMapping[]
      Specified by:
      getRecordTypeCompactLayoutMappings in interface IDescribeCompactLayoutsResult
    • setRecordTypeCompactLayoutMappings

      public void setRecordTypeCompactLayoutMappings(IRecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings)
      Specified by:
      setRecordTypeCompactLayoutMappings in interface IDescribeCompactLayoutsResult
    • setRecordTypeCompactLayoutMappings

      protected void setRecordTypeCompactLayoutMappings(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