public class FillInfo extends Object
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">
<sequence>
<element name="fillColor">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="fillTransparent">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</element>
<element name="fillTransparentPercent">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fillColor |
protected boolean |
fillTransparent |
protected String |
fillTransparentPercent |
| Constructor and Description |
|---|
FillInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFillColor()
Gets the value of the fillColor property.
|
String |
getFillTransparentPercent()
Gets the value of the fillTransparentPercent property.
|
boolean |
isFillTransparent()
Gets the value of the fillTransparent property.
|
void |
setFillColor(String value)
Sets the value of the fillColor property.
|
void |
setFillTransparent(boolean value)
Sets the value of the fillTransparent property.
|
void |
setFillTransparentPercent(String value)
Sets the value of the fillTransparentPercent property.
|
protected String fillColor
protected boolean fillTransparent
protected String fillTransparentPercent
public String getFillColor()
Stringpublic void setFillColor(String value)
value - allowed object is
Stringpublic boolean isFillTransparent()
public void setFillTransparent(boolean value)
public String getFillTransparentPercent()
StringCopyright © 2016 SAPERION AG. All rights reserved.