Class OptionsType.HeaderFooter
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.HeaderFooter
-
- Enclosing class:
- OptionsType
public static class OptionsType.HeaderFooter 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="headerFooterContent" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="remove"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="headerFooterSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionHeaderFooterType"/> </choice> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOptionsType.HeaderFooter.AddJava class for anonymous complex typestatic classOptionsType.HeaderFooter.RemoveJava class for anonymous complex type
-
Field Summary
Fields Modifier and Type Field Description protected OptionsType.HeaderFooter.Addadd<?protected OptionsType.HeaderFooter.Removeremove<?
-
Constructor Summary
Constructors Constructor Description HeaderFooter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionsType.HeaderFooter.AddgetAdd()<?OptionsType.HeaderFooter.RemovegetRemove()<?booleanisSetAdd()booleanisSetRemove()voidsetAdd(OptionsType.HeaderFooter.Add value)Sets the value of the add property.voidsetRemove(OptionsType.HeaderFooter.Remove value)Sets the value of the remove property.
-
-
-
Field Detail
-
add
protected OptionsType.HeaderFooter.Add add
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a header and footer to the document . A document is not allowed to have more than one header and footer definition.</p>
-
remove
protected OptionsType.HeaderFooter.Remove remove
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Removes header and footer definitions from all pages of a document. As of this writing, this operation does not have any additional parameters. The "headerFooterSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
-
-
Method Detail
-
getAdd
public OptionsType.HeaderFooter.Add getAdd()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a header and footer to the document . A document is not allowed to have more than one header and footer definition.</p>
- Returns:
- possible object is
OptionsType.HeaderFooter.Add
-
setAdd
public void setAdd(OptionsType.HeaderFooter.Add value)
Sets the value of the add property.- Parameters:
value- allowed object isOptionsType.HeaderFooter.Add- See Also:
getAdd()
-
isSetAdd
public boolean isSetAdd()
-
getRemove
public OptionsType.HeaderFooter.Remove getRemove()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Removes header and footer definitions from all pages of a document. As of this writing, this operation does not have any additional parameters. The "headerFooterSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
- Returns:
- possible object is
OptionsType.HeaderFooter.Remove
-
setRemove
public void setRemove(OptionsType.HeaderFooter.Remove value)
Sets the value of the remove property.- Parameters:
value- allowed object isOptionsType.HeaderFooter.Remove- See Also:
getRemove()
-
isSetRemove
public boolean isSetRemove()
-
-