Package com.sforce.soap.partner
Class DescribeColor
- java.lang.Object
-
- com.sforce.soap.partner.DescribeColor
-
- All Implemented Interfaces:
IDescribeColor,XMLizable
public class DescribeColor extends Object implements XMLizable, IDescribeColor
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 DescribeColor()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()element : color of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetContext()element : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTheme()element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetColor(XmlInputStream __in, TypeMapper __typeMapper)voidsetColor(String color)protected voidsetContext(XmlInputStream __in, TypeMapper __typeMapper)voidsetContext(String context)protected voidsetTheme(XmlInputStream __in, TypeMapper __typeMapper)voidsetTheme(String theme)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getColor
public String getColor()
Description copied from interface:IDescribeColorelement : color of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getColorin interfaceIDescribeColor
-
setColor
public void setColor(String color)
- Specified by:
setColorin interfaceIDescribeColor
-
setColor
protected void setColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContext
public String getContext()
Description copied from interface:IDescribeColorelement : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getContextin interfaceIDescribeColor
-
setContext
public void setContext(String context)
- Specified by:
setContextin interfaceIDescribeColor
-
setContext
protected void setContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTheme
public String getTheme()
Description copied from interface:IDescribeColorelement : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getThemein interfaceIDescribeColor
-
setTheme
public void setTheme(String theme)
- Specified by:
setThemein interfaceIDescribeColor
-
setTheme
protected void setTheme(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
-
-