public class ImageBackgroundType extends BackgroundBaseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected BackgroundFileDataType |
image |
protected BackgroundBaseSettingsType |
settings |
| Constructor and Description |
|---|
ImageBackgroundType() |
| Modifier and Type | Method and Description |
|---|---|
BackgroundFileDataType |
getImage()
Gets the value of the image property.
|
BackgroundBaseSettingsType |
getSettings()
Gets the value of the settings property.
|
boolean |
isSetImage() |
boolean |
isSetSettings() |
void |
setImage(BackgroundFileDataType value)
Sets the value of the image property.
|
void |
setSettings(BackgroundBaseSettingsType value)
Sets the value of the settings property.
|
protected BackgroundBaseSettingsType settings
protected BackgroundFileDataType image
public BackgroundBaseSettingsType getSettings()
BackgroundBaseSettingsTypepublic void setSettings(BackgroundBaseSettingsType value)
value - allowed object is
BackgroundBaseSettingsTypepublic boolean isSetSettings()
public BackgroundFileDataType getImage()
BackgroundFileDataTypepublic void setImage(BackgroundFileDataType value)
value - allowed object is
BackgroundFileDataTypepublic boolean isSetImage()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.