Class ColorBackgroundType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BackgroundBaseType
-
- net.webpdf.wsclient.schema.operation.ColorBackgroundType
-
public class ColorBackgroundType extends BackgroundBaseType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a solid-color background layer to the document.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcolorprotected BackgroundBaseSettingsTypesettings
-
Constructor Summary
Constructors Constructor Description ColorBackgroundType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the value of the color property.BackgroundBaseSettingsTypegetSettings()Gets the value of the settings property.booleanisSetColor()booleanisSetSettings()voidsetColor(String value)Sets the value of the color property.voidsetSettings(BackgroundBaseSettingsType value)Sets the value of the settings property.
-
-
-
Field Detail
-
settings
protected BackgroundBaseSettingsType settings
-
color
protected String color
-
-
Method Detail
-
getSettings
public BackgroundBaseSettingsType getSettings()
Gets the value of the settings property.- Returns:
- possible object is
BackgroundBaseSettingsType
-
setSettings
public void setSettings(BackgroundBaseSettingsType value)
Sets the value of the settings property.- Parameters:
value- allowed object isBackgroundBaseSettingsType
-
isSetSettings
public boolean isSetSettings()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isSetColor
public boolean isSetColor()
-
-