Package com.sforce.soap.partner
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 TypeMethodDescriptionelement : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegergetTheme()element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegervoidsetContentType(String contentType) voidvoidvoidvoid
-
Method Details
-
getContentType
String getContentType()element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setContentType
-
getHeight
Integer getHeight()element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer -
setHeight
-
getTheme
String getTheme()element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setTheme
-
getUrl
String getUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUrl
-
getWidth
Integer getWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer -
setWidth
-