Class OptionsType.Background
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.Background
-
- Enclosing class:
- OptionsType
public static class OptionsType.Background 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="add"> <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> </element> <element name="remove"> <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> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOptionsType.Background.AddJava class for anonymous complex type.static classOptionsType.Background.RemoveJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected OptionsType.Background.Addaddprotected OptionsType.Background.Removeremove
-
Constructor Summary
Constructors Constructor Description Background()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionsType.Background.AddgetAdd()Gets the value of the add property.OptionsType.Background.RemovegetRemove()Gets the value of the remove property.booleanisSetAdd()booleanisSetRemove()voidsetAdd(OptionsType.Background.Add value)Sets the value of the add property.voidsetRemove(OptionsType.Background.Remove value)Sets the value of the remove property.
-
-
-
Field Detail
-
add
protected OptionsType.Background.Add add
-
remove
protected OptionsType.Background.Remove remove
-
-
Method Detail
-
getAdd
public OptionsType.Background.Add getAdd()
Gets the value of the add property.- Returns:
- possible object is
OptionsType.Background.Add
-
setAdd
public void setAdd(OptionsType.Background.Add value)
Sets the value of the add property.- Parameters:
value- allowed object isOptionsType.Background.Add
-
isSetAdd
public boolean isSetAdd()
-
getRemove
public OptionsType.Background.Remove getRemove()
Gets the value of the remove property.- Returns:
- possible object is
OptionsType.Background.Remove
-
setRemove
public void setRemove(OptionsType.Background.Remove value)
Sets the value of the remove property.- Parameters:
value- allowed object isOptionsType.Background.Remove
-
isSetRemove
public boolean isSetRemove()
-
-