Class DescribeIcon

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

public class DescribeIcon extends Object implements com.sforce.ws.bind.XMLizable, IDescribeIcon
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 : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    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
    setContentType​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setContentType​(String contentType)
     
    protected void
    setHeight​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setHeight​(Integer height)
     
    protected void
    setTheme​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setTheme​(String theme)
     
    protected void
    setUrl​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setUrl​(String url)
     
    protected void
    setWidth​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setWidth​(Integer width)
     
     
    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

    • DescribeIcon

      public DescribeIcon()
      Constructor
  • Method Details

    • getContentType

      public String getContentType()
      Description copied from interface: IDescribeIcon
      element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getContentType in interface IDescribeIcon
    • setContentType

      public void setContentType(String contentType)
      Specified by:
      setContentType in interface IDescribeIcon
    • setContentType

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

      public Integer getHeight()
      Description copied from interface: IDescribeIcon
      element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      Specified by:
      getHeight in interface IDescribeIcon
    • setHeight

      public void setHeight(Integer height)
      Specified by:
      setHeight in interface IDescribeIcon
    • setHeight

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

      public String getTheme()
      Description copied from interface: IDescribeIcon
      element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getTheme in interface IDescribeIcon
    • setTheme

      public void setTheme(String theme)
      Specified by:
      setTheme in interface IDescribeIcon
    • setTheme

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

      public String getUrl()
      Description copied from interface: IDescribeIcon
      element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getUrl in interface IDescribeIcon
    • setUrl

      public void setUrl(String url)
      Specified by:
      setUrl in interface IDescribeIcon
    • setUrl

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

      public Integer getWidth()
      Description copied from interface: IDescribeIcon
      element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      Specified by:
      getWidth in interface IDescribeIcon
    • setWidth

      public void setWidth(Integer width)
      Specified by:
      setWidth in interface IDescribeIcon
    • setWidth

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