public class ColorBackgroundType extends BackgroundBaseType
Java class for ColorBackgroundType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorBackgroundType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BackgroundBaseType">
<all>
<element name="settings" type="{http://schema.webpdf.de/1.0/operation}BackgroundBaseSettingsType" minOccurs="0"/>
</all>
<attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#FFFFFF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BackgroundBaseSettingsType |
settings |
| Constructor and Description |
|---|
ColorBackgroundType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BackgroundBaseSettingsType |
getSettings()
Gets the value of the settings property.
|
boolean |
isSetColor() |
boolean |
isSetSettings() |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setSettings(BackgroundBaseSettingsType value)
Sets the value of the settings property.
|
protected BackgroundBaseSettingsType settings
protected String color
public BackgroundBaseSettingsType getSettings()
BackgroundBaseSettingsTypepublic void setSettings(BackgroundBaseSettingsType value)
value - allowed object is
BackgroundBaseSettingsTypepublic boolean isSetSettings()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.