Package com.sforce.soap.partner
Interface IDescribeColor
-
- All Known Implementing Classes:
DescribeColor
public interface IDescribeColorThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract 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.StringvoidsetColor(String color)voidsetContext(String context)voidsetTheme(String theme)
-
-
-
Method Detail
-
getColor
String getColor()
element : color of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setColor
void setColor(String color)
-
getContext
String getContext()
element : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setContext
void setContext(String context)
-
getTheme
String getTheme()
element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setTheme
void setTheme(String theme)
-
-