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">
<sequence>
<element name="font" type="{http://schema.webpdf.de/1.0/extraction/info}FontType"/>
<element name="margin" type="{http://schema.webpdf.de/1.0/extraction/info}MarginType"/>
<element name="header" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="center" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="right" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="footer" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="center" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="right" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderFooterType.Footer
Java class for anonymous complex type.
|
static class |
HeaderFooterType.Header
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected FontType |
font |
protected HeaderFooterType.Footer |
footer |
protected HeaderFooterType.Header |
header |
protected MarginType |
margin |
protected String |
objectKey |
protected Integer |
page |
| Constructor and Description |
|---|
HeaderFooterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
FontType |
getFont()
Gets the value of the font property.
|
HeaderFooterType.Footer |
getFooter()
Gets the value of the footer property.
|
HeaderFooterType.Header |
getHeader()
Gets the value of the header property.
|
MarginType |
getMargin()
Gets the value of the margin property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getPage()
Gets the value of the page property.
|
boolean |
isSetColor() |
boolean |
isSetFont() |
boolean |
isSetFooter() |
boolean |
isSetHeader() |
boolean |
isSetMargin() |
boolean |
isSetObjectKey() |
boolean |
isSetPage() |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setFont(FontType value)
Sets the value of the font property.
|
void |
setFooter(HeaderFooterType.Footer value)
Sets the value of the footer property.
|
void |
setHeader(HeaderFooterType.Header value)
Sets the value of the header property.
|
void |
setMargin(MarginType value)
Sets the value of the margin property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
unsetPage() |
protected FontType font
protected MarginType margin
protected HeaderFooterType.Header header
protected HeaderFooterType.Footer footer
protected String objectKey
protected Integer page
protected String color
public FontType getFont()
FontTypepublic void setFont(FontType value)
value - allowed object is
FontTypepublic boolean isSetFont()
public MarginType getMargin()
MarginTypepublic void setMargin(MarginType value)
value - allowed object is
MarginTypepublic boolean isSetMargin()
public HeaderFooterType.Header getHeader()
HeaderFooterType.Headerpublic void setHeader(HeaderFooterType.Header value)
value - allowed object is
HeaderFooterType.Headerpublic boolean isSetHeader()
public HeaderFooterType.Footer getFooter()
HeaderFooterType.Footerpublic void setFooter(HeaderFooterType.Footer value)
value - allowed object is
HeaderFooterType.Footerpublic boolean isSetFooter()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.