public class Color extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="typ" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="r" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="g" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
a |
protected Integer |
b |
protected Integer |
g |
protected Integer |
r |
protected String |
typ |
| Constructor and Description |
|---|
Color() |
| Modifier and Type | Method and Description |
|---|---|
int |
getA()
Gets the value of the a property.
|
int |
getB()
Gets the value of the b property.
|
int |
getG()
Gets the value of the g property.
|
int |
getR()
Gets the value of the r property.
|
String |
getTyp()
Gets the value of the typ property.
|
boolean |
isSetA() |
boolean |
isSetB() |
boolean |
isSetG() |
boolean |
isSetR() |
boolean |
isSetTyp() |
void |
setA(int value)
Sets the value of the a property.
|
void |
setB(int value)
Sets the value of the b property.
|
void |
setG(int value)
Sets the value of the g property.
|
void |
setR(int value)
Sets the value of the r property.
|
void |
setTyp(String value)
Sets the value of the typ property.
|
void |
unsetA() |
void |
unsetB() |
void |
unsetG() |
void |
unsetR() |
protected String typ
protected Integer r
protected Integer g
protected Integer b
protected Integer a
public String getTyp()
Stringpublic void setTyp(String value)
value - allowed object is
Stringpublic boolean isSetTyp()
public int getR()
Integerpublic void setR(int value)
value - allowed object is
Integerpublic boolean isSetR()
public void unsetR()
public int getG()
Integerpublic void setG(int value)
value - allowed object is
Integerpublic boolean isSetG()
public void unsetG()
public int getB()
Integerpublic void setB(int value)
value - allowed object is
Integerpublic boolean isSetB()
public void unsetB()
public int getA()
Integerpublic void setA(int value)
value - allowed object is
Integerpublic boolean isSetA()
public void unsetA()
Copyright © 2023. All rights reserved.