public class HeaderFooterType extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderFooterType.Pages
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected HeaderFooterDate |
date |
protected Integer |
firstPageNumber |
protected OptionsFontType |
font |
protected HeaderFooterPositionsType |
footer |
protected HeaderFooterPositionsType |
header |
protected OptionsMarginType |
margin |
protected HeaderFooterType.Pages |
pages |
protected Boolean |
replaceExisting |
| Constructor and Description |
|---|
HeaderFooterType() |
| Modifier and Type | Method and Description |
|---|---|
HeaderFooterDate |
getDate()
Gets the value of the date property.
|
int |
getFirstPageNumber()
Gets the value of the firstPageNumber property.
|
OptionsFontType |
getFont()
Gets the value of the font property.
|
HeaderFooterPositionsType |
getFooter()
Gets the value of the footer property.
|
HeaderFooterPositionsType |
getHeader()
Gets the value of the header property.
|
OptionsMarginType |
getMargin()
Gets the value of the margin property.
|
HeaderFooterType.Pages |
getPages()
Gets the value of the pages property.
|
boolean |
isReplaceExisting()
Gets the value of the replaceExisting property.
|
boolean |
isSetDate() |
boolean |
isSetFirstPageNumber() |
boolean |
isSetFont() |
boolean |
isSetFooter() |
boolean |
isSetHeader() |
boolean |
isSetMargin() |
boolean |
isSetPages() |
boolean |
isSetReplaceExisting() |
void |
setDate(HeaderFooterDate value)
Sets the value of the date property.
|
void |
setFirstPageNumber(int value)
Sets the value of the firstPageNumber property.
|
void |
setFont(OptionsFontType value)
Sets the value of the font property.
|
void |
setFooter(HeaderFooterPositionsType value)
Sets the value of the footer property.
|
void |
setHeader(HeaderFooterPositionsType value)
Sets the value of the header property.
|
void |
setMargin(OptionsMarginType value)
Sets the value of the margin property.
|
void |
setPages(HeaderFooterType.Pages value)
Sets the value of the pages property.
|
void |
setReplaceExisting(boolean value)
Sets the value of the replaceExisting property.
|
void |
unsetFirstPageNumber() |
void |
unsetReplaceExisting() |
protected HeaderFooterType.Pages pages
protected OptionsMarginType margin
protected OptionsFontType font
protected HeaderFooterPositionsType header
protected HeaderFooterPositionsType footer
protected HeaderFooterDate date
protected Integer firstPageNumber
protected Boolean replaceExisting
public HeaderFooterType.Pages getPages()
HeaderFooterType.Pagespublic void setPages(HeaderFooterType.Pages value)
value - allowed object is
HeaderFooterType.Pagespublic boolean isSetPages()
public OptionsMarginType getMargin()
OptionsMarginTypepublic void setMargin(OptionsMarginType value)
value - allowed object is
OptionsMarginTypepublic boolean isSetMargin()
public OptionsFontType getFont()
OptionsFontTypepublic void setFont(OptionsFontType value)
value - allowed object is
OptionsFontTypepublic boolean isSetFont()
public HeaderFooterPositionsType getHeader()
HeaderFooterPositionsTypepublic void setHeader(HeaderFooterPositionsType value)
value - allowed object is
HeaderFooterPositionsTypepublic boolean isSetHeader()
public HeaderFooterPositionsType getFooter()
HeaderFooterPositionsTypepublic void setFooter(HeaderFooterPositionsType value)
value - allowed object is
HeaderFooterPositionsTypepublic boolean isSetFooter()
public HeaderFooterDate getDate()
HeaderFooterDatepublic void setDate(HeaderFooterDate value)
value - allowed object is
HeaderFooterDatepublic boolean isSetDate()
public int getFirstPageNumber()
Integerpublic void setFirstPageNumber(int value)
value - allowed object is
Integerpublic boolean isSetFirstPageNumber()
public void unsetFirstPageNumber()
public boolean isReplaceExisting()
Booleanpublic void setReplaceExisting(boolean value)
value - allowed object is
Booleanpublic boolean isSetReplaceExisting()
public void unsetReplaceExisting()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.