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 typestatic classOptionsType.Background.RemoveJava class for anonymous complex type
-
Field Summary
Fields Modifier and Type Field Description protected OptionsType.Background.Addadd<?protected 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()<?OptionsType.Background.RemovegetRemove()<?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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a background image or a solid color background layer to the document (the "colorBackground" and "imageBackground" elements are mutually exclusive, i.e., you must select one or the other). A document is not allowed to have more than one background layer.</p>
-
remove
protected OptionsType.Background.Remove remove
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Removes background layers from all pages of a document. As of this writing, this operation does not have any additional parameters. The "backgroundSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
-
-
Method Detail
-
getAdd
public OptionsType.Background.Add getAdd()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a background image or a solid color background layer to the document (the "colorBackground" and "imageBackground" elements are mutually exclusive, i.e., you must select one or the other). A document is not allowed to have more than one background layer.</p>
- 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- See Also:
getAdd()
-
isSetAdd
public boolean isSetAdd()
-
getRemove
public OptionsType.Background.Remove getRemove()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p356330_="https://jakarta.ee/xml/ns/jaxb" xmlns:p467749_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p726494_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Removes background layers from all pages of a document. As of this writing, this operation does not have any additional parameters. The "backgroundSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
- 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- See Also:
getRemove()
-
isSetRemove
public boolean isSetRemove()
-
-