public class DescribeColorResult extends Object
Java class for DescribeColorResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeColorResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="color" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="context" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="theme" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
context |
protected String |
theme |
| Constructor and Description |
|---|
DescribeColorResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getContext()
Gets the value of the context property.
|
String |
getTheme()
Gets the value of the theme property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setContext(String value)
Sets the value of the context property.
|
void |
setTheme(String value)
Sets the value of the theme property.
|
protected String color
protected String context
protected String theme
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getContext()
Stringpublic void setContext(String value)
value - allowed object is
Stringpublic String getTheme()
StringCopyright © 2016. All rights reserved.