Class RelatedList

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

public class RelatedList extends Object implements com.sforce.ws.bind.XMLizable, IRelatedList
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
    element : accessLevelRequiredForCreate of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevel
    element : buttons of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]
    element : columns of type {urn:partner.soap.sforce.com}RelatedListColumn java type: com.sforce.soap.partner.RelatedListColumn[]
    boolean
    element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    int
    element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : sort of type {urn:partner.soap.sforce.com}RelatedListSort java type: com.sforce.soap.partner.RelatedListSort[]
    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
    setAccessLevelRequiredForCreate​(ShareAccessLevel accessLevelRequiredForCreate)
     
    protected void
    setAccessLevelRequiredForCreate​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
     
    protected void
    setButtons​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
     
    protected void
    setColumns​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCustom​(boolean custom)
     
    protected void
    setCustom​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setField​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setField​(String field)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    void
    setLimitRows​(int limitRows)
     
    protected void
    setLimitRows​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setName​(String name)
     
    protected void
    setSobject​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSobject​(String sobject)
     
    void
     
    protected void
    setSort​(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

    • RelatedList

      public RelatedList()
      Constructor
  • Method Details

    • getAccessLevelRequiredForCreate

      public ShareAccessLevel getAccessLevelRequiredForCreate()
      Description copied from interface: IRelatedList
      element : accessLevelRequiredForCreate of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevel
      Specified by:
      getAccessLevelRequiredForCreate in interface IRelatedList
    • setAccessLevelRequiredForCreate

      public void setAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate)
      Specified by:
      setAccessLevelRequiredForCreate in interface IRelatedList
    • setAccessLevelRequiredForCreate

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

      public DescribeLayoutButton[] getButtons()
      Description copied from interface: IRelatedList
      element : buttons of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]
      Specified by:
      getButtons in interface IRelatedList
    • setButtons

      public void setButtons(IDescribeLayoutButton[] buttons)
      Specified by:
      setButtons in interface IRelatedList
    • setButtons

      protected void setButtons(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 RelatedListColumn[] getColumns()
      Description copied from interface: IRelatedList
      element : columns of type {urn:partner.soap.sforce.com}RelatedListColumn java type: com.sforce.soap.partner.RelatedListColumn[]
      Specified by:
      getColumns in interface IRelatedList
    • setColumns

      public void setColumns(IRelatedListColumn[] columns)
      Specified by:
      setColumns in interface IRelatedList
    • 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
    • getCustom

      public boolean getCustom()
      Description copied from interface: IRelatedList
      element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getCustom in interface IRelatedList
    • isCustom

      public boolean isCustom()
      Specified by:
      isCustom in interface IRelatedList
    • setCustom

      public void setCustom(boolean custom)
      Specified by:
      setCustom in interface IRelatedList
    • setCustom

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

      public String getField()
      Description copied from interface: IRelatedList
      element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getField in interface IRelatedList
    • setField

      public void setField(String field)
      Specified by:
      setField in interface IRelatedList
    • setField

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

      public String getLabel()
      Description copied from interface: IRelatedList
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IRelatedList
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IRelatedList
    • setLabel

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

      public int getLimitRows()
      Description copied from interface: IRelatedList
      element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getLimitRows in interface IRelatedList
    • setLimitRows

      public void setLimitRows(int limitRows)
      Specified by:
      setLimitRows in interface IRelatedList
    • setLimitRows

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

      public String getName()
      Description copied from interface: IRelatedList
      element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getName in interface IRelatedList
    • setName

      public void setName(String name)
      Specified by:
      setName in interface IRelatedList
    • setName

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

      public String getSobject()
      Description copied from interface: IRelatedList
      element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSobject in interface IRelatedList
    • setSobject

      public void setSobject(String sobject)
      Specified by:
      setSobject in interface IRelatedList
    • setSobject

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

      public RelatedListSort[] getSort()
      Description copied from interface: IRelatedList
      element : sort of type {urn:partner.soap.sforce.com}RelatedListSort java type: com.sforce.soap.partner.RelatedListSort[]
      Specified by:
      getSort in interface IRelatedList
    • setSort

      public void setSort(IRelatedListSort[] sort)
      Specified by:
      setSort in interface IRelatedList
    • setSort

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