public class DescribeIcon extends Object implements com.sforce.ws.bind.XMLizable, IDescribeIcon
| Constructor and Description |
|---|
DescribeIcon()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
element : contentType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Integer |
getHeight()
element : height of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
String |
getTheme()
element : theme of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Integer |
getWidth()
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) |
void |
setContentType(String contentType) |
void |
setHeight(Integer height) |
void |
setTheme(String theme) |
void |
setUrl(String url) |
void |
setWidth(Integer width) |
String |
toString() |
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) |
public String getContentType()
IDescribeIcongetContentType in interface IDescribeIconpublic void setContentType(String contentType)
setContentType in interface IDescribeIconpublic Integer getHeight()
IDescribeIcongetHeight in interface IDescribeIconpublic void setHeight(Integer height)
setHeight in interface IDescribeIconpublic String getTheme()
IDescribeIcongetTheme in interface IDescribeIconpublic void setTheme(String theme)
setTheme in interface IDescribeIconpublic String getUrl()
IDescribeIcongetUrl in interface IDescribeIconpublic void setUrl(String url)
setUrl in interface IDescribeIconpublic Integer getWidth()
IDescribeIcongetWidth in interface IDescribeIconpublic void setWidth(Integer width)
setWidth in interface IDescribeIconpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.