Class DescribeLayoutSection

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

public class DescribeLayoutSection extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutSection
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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    int
    element : columns of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]
    element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    int
    element : rows of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderType
    boolean
    element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    boolean
     
    boolean
     
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCollapsed​(boolean collapsed)
     
    protected void
    setCollapsed​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setColumns​(int columns)
     
    protected void
    setColumns​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setHeading​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setHeading​(String heading)
     
    void
     
    protected void
    setLayoutRows​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setLayoutSectionId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLayoutSectionId​(String layoutSectionId)
     
    protected void
    setParentLayoutId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setParentLayoutId​(String parentLayoutId)
     
    void
    setRows​(int rows)
     
    protected void
    setRows​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
     
    protected void
    setTabOrder​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setUseCollapsibleSection​(boolean useCollapsibleSection)
     
    protected void
    setUseCollapsibleSection​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setUseHeading​(boolean useHeading)
     
    protected void
    setUseHeading​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DescribeLayoutSection

      public DescribeLayoutSection()
      Constructor
  • Method Details

    • getCollapsed

      public boolean getCollapsed()
      Description copied from interface: IDescribeLayoutSection
      element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getCollapsed in interface IDescribeLayoutSection
    • isCollapsed

      public boolean isCollapsed()
      Specified by:
      isCollapsed in interface IDescribeLayoutSection
    • setCollapsed

      public void setCollapsed(boolean collapsed)
      Specified by:
      setCollapsed in interface IDescribeLayoutSection
    • setCollapsed

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

      public int getColumns()
      Description copied from interface: IDescribeLayoutSection
      element : columns of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getColumns in interface IDescribeLayoutSection
    • setColumns

      public void setColumns(int columns)
      Specified by:
      setColumns in interface IDescribeLayoutSection
    • setColumns

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

      public String getHeading()
      Description copied from interface: IDescribeLayoutSection
      element : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getHeading in interface IDescribeLayoutSection
    • setHeading

      public void setHeading(String heading)
      Specified by:
      setHeading in interface IDescribeLayoutSection
    • setHeading

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

      public DescribeLayoutRow[] getLayoutRows()
      Description copied from interface: IDescribeLayoutSection
      element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]
      Specified by:
      getLayoutRows in interface IDescribeLayoutSection
    • setLayoutRows

      public void setLayoutRows(IDescribeLayoutRow[] layoutRows)
      Specified by:
      setLayoutRows in interface IDescribeLayoutSection
    • setLayoutRows

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

      public String getLayoutSectionId()
      Description copied from interface: IDescribeLayoutSection
      element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getLayoutSectionId in interface IDescribeLayoutSection
    • setLayoutSectionId

      public void setLayoutSectionId(String layoutSectionId)
      Specified by:
      setLayoutSectionId in interface IDescribeLayoutSection
    • setLayoutSectionId

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

      public String getParentLayoutId()
      Description copied from interface: IDescribeLayoutSection
      element : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getParentLayoutId in interface IDescribeLayoutSection
    • setParentLayoutId

      public void setParentLayoutId(String parentLayoutId)
      Specified by:
      setParentLayoutId in interface IDescribeLayoutSection
    • setParentLayoutId

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

      public int getRows()
      Description copied from interface: IDescribeLayoutSection
      element : rows of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getRows in interface IDescribeLayoutSection
    • setRows

      public void setRows(int rows)
      Specified by:
      setRows in interface IDescribeLayoutSection
    • setRows

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

      public TabOrderType getTabOrder()
      Description copied from interface: IDescribeLayoutSection
      element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderType
      Specified by:
      getTabOrder in interface IDescribeLayoutSection
    • setTabOrder

      public void setTabOrder(TabOrderType tabOrder)
      Specified by:
      setTabOrder in interface IDescribeLayoutSection
    • setTabOrder

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

      public boolean getUseCollapsibleSection()
      Description copied from interface: IDescribeLayoutSection
      element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getUseCollapsibleSection in interface IDescribeLayoutSection
    • isUseCollapsibleSection

      public boolean isUseCollapsibleSection()
      Specified by:
      isUseCollapsibleSection in interface IDescribeLayoutSection
    • setUseCollapsibleSection

      public void setUseCollapsibleSection(boolean useCollapsibleSection)
      Specified by:
      setUseCollapsibleSection in interface IDescribeLayoutSection
    • setUseCollapsibleSection

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

      public boolean getUseHeading()
      Description copied from interface: IDescribeLayoutSection
      element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getUseHeading in interface IDescribeLayoutSection
    • isUseHeading

      public boolean isUseHeading()
      Specified by:
      isUseHeading in interface IDescribeLayoutSection
    • setUseHeading

      public void setUseHeading(boolean useHeading)
      Specified by:
      setUseHeading in interface IDescribeLayoutSection
    • setUseHeading

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