Package com.sforce.soap.partner
Class DescribeIcon
- java.lang.Object
-
- com.sforce.soap.partner.DescribeIcon
-
- All Implemented Interfaces:
IDescribeIcon,XMLizable
public class DescribeIcon extends Object implements 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 DescribeIcon()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetHeight()element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerStringgetTheme()element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integervoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetContentType(XmlInputStream __in, TypeMapper __typeMapper)voidsetContentType(String contentType)protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper)voidsetHeight(Integer height)protected voidsetTheme(XmlInputStream __in, TypeMapper __typeMapper)voidsetTheme(String theme)protected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper)voidsetUrl(String url)protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper)voidsetWidth(Integer width)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getContentType
public String getContentType()
Description copied from interface:IDescribeIconelement : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getContentTypein interfaceIDescribeIcon
-
setContentType
public void setContentType(String contentType)
- Specified by:
setContentTypein interfaceIDescribeIcon
-
setContentType
protected void setContentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public Integer getHeight()
Description copied from interface:IDescribeIconelement : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getHeightin interfaceIDescribeIcon
-
setHeight
public void setHeight(Integer height)
- Specified by:
setHeightin interfaceIDescribeIcon
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTheme
public String getTheme()
Description copied from interface:IDescribeIconelement : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getThemein interfaceIDescribeIcon
-
setTheme
public void setTheme(String theme)
- Specified by:
setThemein interfaceIDescribeIcon
-
setTheme
protected void setTheme(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
Description copied from interface:IDescribeIconelement : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUrlin interfaceIDescribeIcon
-
setUrl
public void setUrl(String url)
- Specified by:
setUrlin interfaceIDescribeIcon
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public Integer getWidth()
Description copied from interface:IDescribeIconelement : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getWidthin interfaceIDescribeIcon
-
setWidth
public void setWidth(Integer width)
- Specified by:
setWidthin interfaceIDescribeIcon
-
setWidth
protected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-