Package com.sforce.soap.partner
Class DescribeIcon
java.lang.Object
com.sforce.soap.partner.DescribeIcon
- All Implemented Interfaces:
IDescribeIcon,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
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.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) voidprotected voidsetTheme(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeIcon
public DescribeIcon()Constructor
-
-
Method Details
-
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
- Specified by:
setContentTypein interfaceIDescribeIcon
-
setContentType
protected void setContentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setHeightin interfaceIDescribeIcon
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setThemein interfaceIDescribeIcon
-
setTheme
protected void setTheme(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setUrlin interfaceIDescribeIcon
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-
toString
-