Class DescribeTabSetResult

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

public class DescribeTabSetResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeTabSetResult
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 : description 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
    element : logoUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : selected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : tabs of type {urn:partner.soap.sforce.com}DescribeTab java type: com.sforce.soap.partner.DescribeTab[]
    element : tabSetId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    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)
     
    protected void
    setDescription​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDescription​(String description)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    protected void
    setLogoUrl​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLogoUrl​(String logoUrl)
     
    protected void
    setNamespace​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setNamespace​(String namespace)
     
    void
    setSelected​(boolean selected)
     
    protected void
    setSelected​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setTabs​(IDescribeTab[] tabs)
     
    protected void
    setTabs​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setTabSetId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setTabSetId​(String tabSetId)
     
     
    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

    • DescribeTabSetResult

      public DescribeTabSetResult()
      Constructor
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: IDescribeTabSetResult
      element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDescription in interface IDescribeTabSetResult
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface IDescribeTabSetResult
    • setDescription

      protected void setDescription(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: IDescribeTabSetResult
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IDescribeTabSetResult
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IDescribeTabSetResult
    • 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
    • getLogoUrl

      public String getLogoUrl()
      Description copied from interface: IDescribeTabSetResult
      element : logoUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLogoUrl in interface IDescribeTabSetResult
    • setLogoUrl

      public void setLogoUrl(String logoUrl)
      Specified by:
      setLogoUrl in interface IDescribeTabSetResult
    • setLogoUrl

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

      public String getNamespace()
      Description copied from interface: IDescribeTabSetResult
      element : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getNamespace in interface IDescribeTabSetResult
    • setNamespace

      public void setNamespace(String namespace)
      Specified by:
      setNamespace in interface IDescribeTabSetResult
    • setNamespace

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

      public boolean getSelected()
      Description copied from interface: IDescribeTabSetResult
      element : selected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSelected in interface IDescribeTabSetResult
    • isSelected

      public boolean isSelected()
      Specified by:
      isSelected in interface IDescribeTabSetResult
    • setSelected

      public void setSelected(boolean selected)
      Specified by:
      setSelected in interface IDescribeTabSetResult
    • setSelected

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

      public String getTabSetId()
      Description copied from interface: IDescribeTabSetResult
      element : tabSetId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getTabSetId in interface IDescribeTabSetResult
    • setTabSetId

      public void setTabSetId(String tabSetId)
      Specified by:
      setTabSetId in interface IDescribeTabSetResult
    • setTabSetId

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

      public DescribeTab[] getTabs()
      Description copied from interface: IDescribeTabSetResult
      element : tabs of type {urn:partner.soap.sforce.com}DescribeTab java type: com.sforce.soap.partner.DescribeTab[]
      Specified by:
      getTabs in interface IDescribeTabSetResult
    • setTabs

      public void setTabs(IDescribeTab[] tabs)
      Specified by:
      setTabs in interface IDescribeTabSetResult
    • setTabs

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