Class HeaderFooterType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HeaderFooterType
-
public class HeaderFooterType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the header and footer that will be added to a document.</p>
Java class for HeaderFooterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderFooterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="pages" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="pageInterval" type="{http://schema.webpdf.de/1.0/operation}PageIntervalType" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="margin" type="{http://schema.webpdf.de/1.0/operation}OptionsMarginType" minOccurs="0"/> <element name="font" type="{http://schema.webpdf.de/1.0/operation}OptionsFontType" minOccurs="0"/> <element name="header" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterPositionsType" minOccurs="0"/> <element name="footer" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterPositionsType" minOccurs="0"/> <element name="date" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterDate" minOccurs="0"/> </all> <attribute name="firstPageNumber" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="replaceExisting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeaderFooterType.PagesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected HeaderFooterDatedateprotected IntegerfirstPageNumberprotected OptionsFontTypefontprotected HeaderFooterPositionsTypefooterprotected HeaderFooterPositionsTypeheaderprotected OptionsMarginTypemarginprotected HeaderFooterType.Pagespagesprotected BooleanreplaceExisting
-
Constructor Summary
Constructors Constructor Description HeaderFooterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderFooterDategetDate()Gets the value of the date property.intgetFirstPageNumber()Gets the value of the firstPageNumber property.OptionsFontTypegetFont()Gets the value of the font property.HeaderFooterPositionsTypegetFooter()Gets the value of the footer property.HeaderFooterPositionsTypegetHeader()Gets the value of the header property.OptionsMarginTypegetMargin()Gets the value of the margin property.HeaderFooterType.PagesgetPages()Gets the value of the pages property.booleanisReplaceExisting()Gets the value of the replaceExisting property.booleanisSetDate()booleanisSetFirstPageNumber()booleanisSetFont()booleanisSetFooter()booleanisSetHeader()booleanisSetMargin()booleanisSetPages()booleanisSetReplaceExisting()voidsetDate(HeaderFooterDate value)Sets the value of the date property.voidsetFirstPageNumber(int value)Sets the value of the firstPageNumber property.voidsetFont(OptionsFontType value)Sets the value of the font property.voidsetFooter(HeaderFooterPositionsType value)Sets the value of the footer property.voidsetHeader(HeaderFooterPositionsType value)Sets the value of the header property.voidsetMargin(OptionsMarginType value)Sets the value of the margin property.voidsetPages(HeaderFooterType.Pages value)Sets the value of the pages property.voidsetReplaceExisting(boolean value)Sets the value of the replaceExisting property.voidunsetFirstPageNumber()voidunsetReplaceExisting()
-
-
-
Field Detail
-
pages
protected HeaderFooterType.Pages pages
-
margin
protected OptionsMarginType margin
-
font
protected OptionsFontType font
-
header
protected HeaderFooterPositionsType header
-
footer
protected HeaderFooterPositionsType footer
-
date
protected HeaderFooterDate date
-
firstPageNumber
protected Integer firstPageNumber
-
replaceExisting
protected Boolean replaceExisting
-
-
Method Detail
-
getPages
public HeaderFooterType.Pages getPages()
Gets the value of the pages property.- Returns:
- possible object is
HeaderFooterType.Pages
-
setPages
public void setPages(HeaderFooterType.Pages value)
Sets the value of the pages property.- Parameters:
value- allowed object isHeaderFooterType.Pages
-
isSetPages
public boolean isSetPages()
-
getMargin
public OptionsMarginType getMargin()
Gets the value of the margin property.- Returns:
- possible object is
OptionsMarginType
-
setMargin
public void setMargin(OptionsMarginType value)
Sets the value of the margin property.- Parameters:
value- allowed object isOptionsMarginType
-
isSetMargin
public boolean isSetMargin()
-
getFont
public OptionsFontType getFont()
Gets the value of the font property.- Returns:
- possible object is
OptionsFontType
-
setFont
public void setFont(OptionsFontType value)
Sets the value of the font property.- Parameters:
value- allowed object isOptionsFontType
-
isSetFont
public boolean isSetFont()
-
getHeader
public HeaderFooterPositionsType getHeader()
Gets the value of the header property.- Returns:
- possible object is
HeaderFooterPositionsType
-
setHeader
public void setHeader(HeaderFooterPositionsType value)
Sets the value of the header property.- Parameters:
value- allowed object isHeaderFooterPositionsType
-
isSetHeader
public boolean isSetHeader()
-
getFooter
public HeaderFooterPositionsType getFooter()
Gets the value of the footer property.- Returns:
- possible object is
HeaderFooterPositionsType
-
setFooter
public void setFooter(HeaderFooterPositionsType value)
Sets the value of the footer property.- Parameters:
value- allowed object isHeaderFooterPositionsType
-
isSetFooter
public boolean isSetFooter()
-
getDate
public HeaderFooterDate getDate()
Gets the value of the date property.- Returns:
- possible object is
HeaderFooterDate
-
setDate
public void setDate(HeaderFooterDate value)
Sets the value of the date property.- Parameters:
value- allowed object isHeaderFooterDate
-
isSetDate
public boolean isSetDate()
-
getFirstPageNumber
public int getFirstPageNumber()
Gets the value of the firstPageNumber property.- Returns:
- possible object is
Integer
-
setFirstPageNumber
public void setFirstPageNumber(int value)
Sets the value of the firstPageNumber property.- Parameters:
value- allowed object isInteger
-
isSetFirstPageNumber
public boolean isSetFirstPageNumber()
-
unsetFirstPageNumber
public void unsetFirstPageNumber()
-
isReplaceExisting
public boolean isReplaceExisting()
Gets the value of the replaceExisting property.- Returns:
- possible object is
Boolean
-
setReplaceExisting
public void setReplaceExisting(boolean value)
Sets the value of the replaceExisting property.- Parameters:
value- allowed object isBoolean
-
isSetReplaceExisting
public boolean isSetReplaceExisting()
-
unsetReplaceExisting
public void unsetReplaceExisting()
-
-