Interface IDescribeIcon

All Known Implementing Classes:
DescribeIcon

public interface IDescribeIcon
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • 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
    setContentType(String contentType)
     
    void
     
    void
     
    void
     
    void
     
  • Method Details

    • getContentType

      String getContentType()
      element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setContentType

      void setContentType(String contentType)
    • getHeight

      Integer getHeight()
      element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    • setHeight

      void setHeight(Integer height)
    • getTheme

      String getTheme()
      element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setTheme

      void setTheme(String theme)
    • getUrl

      String getUrl()
      element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setUrl

      void setUrl(String url)
    • getWidth

      Integer getWidth()
      element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    • setWidth

      void setWidth(Integer width)