Class OptionsType.Background.Remove
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.Background.Remove
-
- Enclosing class:
- OptionsType.Background
public static class OptionsType.Background.Remove 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="backgroundSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionBackgroundType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SelectionBackgroundTypebackgroundSelection
-
Constructor Summary
Constructors Constructor Description Remove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectionBackgroundTypegetBackgroundSelection()Gets the value of the backgroundSelection property.booleanisSetBackgroundSelection()voidsetBackgroundSelection(SelectionBackgroundType value)Sets the value of the backgroundSelection property.
-
-
-
Field Detail
-
backgroundSelection
protected SelectionBackgroundType backgroundSelection
-
-
Method Detail
-
getBackgroundSelection
public SelectionBackgroundType getBackgroundSelection()
Gets the value of the backgroundSelection property.- Returns:
- possible object is
SelectionBackgroundType
-
setBackgroundSelection
public void setBackgroundSelection(SelectionBackgroundType value)
Sets the value of the backgroundSelection property.- Parameters:
value- allowed object isSelectionBackgroundType
-
isSetBackgroundSelection
public boolean isSetBackgroundSelection()
-
-