Class HeaderFooterType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.HeaderFooterType
-
public class HeaderFooterType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type defines header and footer values for a page of the 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"> <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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeaderFooterType.FooterJava class for anonymous complex type.static classHeaderFooterType.HeaderJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringcolorprotected FontTypefontprotected HeaderFooterType.Footerfooterprotected HeaderFooterType.Headerheaderprotected MarginTypemarginprotected StringobjectKeyprotected Integerpage
-
Constructor Summary
Constructors Constructor Description HeaderFooterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the value of the color property.FontTypegetFont()Gets the value of the font property.HeaderFooterType.FootergetFooter()Gets the value of the footer property.HeaderFooterType.HeadergetHeader()Gets the value of the header property.MarginTypegetMargin()Gets the value of the margin property.StringgetObjectKey()Gets the value of the objectKey property.intgetPage()Gets the value of the page property.booleanisSetColor()booleanisSetFont()booleanisSetFooter()booleanisSetHeader()booleanisSetMargin()booleanisSetObjectKey()booleanisSetPage()voidsetColor(String value)Sets the value of the color property.voidsetFont(FontType value)Sets the value of the font property.voidsetFooter(HeaderFooterType.Footer value)Sets the value of the footer property.voidsetHeader(HeaderFooterType.Header value)Sets the value of the header property.voidsetMargin(MarginType value)Sets the value of the margin property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidsetPage(int value)Sets the value of the page property.voidunsetPage()
-
-
-
Field Detail
-
font
protected FontType font
-
margin
protected MarginType margin
-
header
protected HeaderFooterType.Header header
-
footer
protected HeaderFooterType.Footer footer
-
objectKey
protected String objectKey
-
page
protected Integer page
-
color
protected String color
-
-
Method Detail
-
getFont
public FontType getFont()
Gets the value of the font property.- Returns:
- possible object is
FontType
-
setFont
public void setFont(FontType value)
Sets the value of the font property.- Parameters:
value- allowed object isFontType
-
isSetFont
public boolean isSetFont()
-
getMargin
public MarginType getMargin()
Gets the value of the margin property.- Returns:
- possible object is
MarginType
-
setMargin
public void setMargin(MarginType value)
Sets the value of the margin property.- Parameters:
value- allowed object isMarginType
-
isSetMargin
public boolean isSetMargin()
-
getHeader
public HeaderFooterType.Header getHeader()
Gets the value of the header property.- Returns:
- possible object is
HeaderFooterType.Header
-
setHeader
public void setHeader(HeaderFooterType.Header value)
Sets the value of the header property.- Parameters:
value- allowed object isHeaderFooterType.Header
-
isSetHeader
public boolean isSetHeader()
-
getFooter
public HeaderFooterType.Footer getFooter()
Gets the value of the footer property.- Returns:
- possible object is
HeaderFooterType.Footer
-
setFooter
public void setFooter(HeaderFooterType.Footer value)
Sets the value of the footer property.- Parameters:
value- allowed object isHeaderFooterType.Footer
-
isSetFooter
public boolean isSetFooter()
-
getObjectKey
public String getObjectKey()
Gets the value of the objectKey property.- Returns:
- possible object is
String
-
setObjectKey
public void setObjectKey(String value)
Sets the value of the objectKey property.- Parameters:
value- allowed object isString
-
isSetObjectKey
public boolean isSetObjectKey()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isSetColor
public boolean isSetColor()
-
-