Class ImageBackgroundType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BackgroundBaseType
-
- net.webpdf.wsclient.schema.operation.ImageBackgroundType
-
public class ImageBackgroundType 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 an image as a background layer to the document.</p>
Java class for ImageBackgroundType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageBackgroundType"> <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"/> <element name="image" type="{http://schema.webpdf.de/1.0/operation}BackgroundFileDataType"/> </all> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BackgroundFileDataTypeimageprotected BackgroundBaseSettingsTypesettings
-
Constructor Summary
Constructors Constructor Description ImageBackgroundType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundFileDataTypegetImage()Gets the value of the image property.BackgroundBaseSettingsTypegetSettings()Gets the value of the settings property.booleanisSetImage()booleanisSetSettings()voidsetImage(BackgroundFileDataType value)Sets the value of the image property.voidsetSettings(BackgroundBaseSettingsType value)Sets the value of the settings property.
-
-
-
Field Detail
-
settings
protected BackgroundBaseSettingsType settings
-
image
protected BackgroundFileDataType image
-
-
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()
-
getImage
public BackgroundFileDataType getImage()
Gets the value of the image property.- Returns:
- possible object is
BackgroundFileDataType
-
setImage
public void setImage(BackgroundFileDataType value)
Sets the value of the image property.- Parameters:
value- allowed object isBackgroundFileDataType
-
isSetImage
public boolean isSetImage()
-
-