public class Fill extends Object
Java class for FillType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FillType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="transparent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected Boolean |
transparent |
| Constructor and Description |
|---|
Fill() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
boolean |
isTransparent()
Gets the value of the transparent property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setTransparent(Boolean value)
Sets the value of the transparent property.
|
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isTransparent()
BooleanCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.