Package com.sforce.soap.partner
Class DescribeIcon
java.lang.Object
com.sforce.soap.partner.DescribeIcon
- All Implemented Interfaces:
IDescribeIcon,com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetContentType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetContentType(String contentType)protected voidsetHeight(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetTheme(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetWidth(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidtoString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-