Class OptionsType.Background.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.Background.Add
-
- Enclosing class:
- OptionsType.Background
public static class OptionsType.Background.Add 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"> <choice> <element name="colorBackground" type="{http://schema.webpdf.de/1.0/operation}ColorBackgroundType"/> <element name="imageBackground" type="{http://schema.webpdf.de/1.0/operation}ImageBackgroundType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ColorBackgroundTypecolorBackgroundprotected ImageBackgroundTypeimageBackground
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorBackgroundTypegetColorBackground()Gets the value of the colorBackground property.ImageBackgroundTypegetImageBackground()Gets the value of the imageBackground property.booleanisSetColorBackground()booleanisSetImageBackground()voidsetColorBackground(ColorBackgroundType value)Sets the value of the colorBackground property.voidsetImageBackground(ImageBackgroundType value)Sets the value of the imageBackground property.
-
-
-
Field Detail
-
colorBackground
protected ColorBackgroundType colorBackground
-
imageBackground
protected ImageBackgroundType imageBackground
-
-
Method Detail
-
getColorBackground
public ColorBackgroundType getColorBackground()
Gets the value of the colorBackground property.- Returns:
- possible object is
ColorBackgroundType
-
setColorBackground
public void setColorBackground(ColorBackgroundType value)
Sets the value of the colorBackground property.- Parameters:
value- allowed object isColorBackgroundType
-
isSetColorBackground
public boolean isSetColorBackground()
-
getImageBackground
public ImageBackgroundType getImageBackground()
Gets the value of the imageBackground property.- Returns:
- possible object is
ImageBackgroundType
-
setImageBackground
public void setImageBackground(ImageBackgroundType value)
Sets the value of the imageBackground property.- Parameters:
value- allowed object isImageBackgroundType
-
isSetImageBackground
public boolean isSetImageBackground()
-
-