Class HeaderFooterPositionsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HeaderFooterPositionsType
-
public class HeaderFooterPositionsType 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">The header/footer consists of three parts (left margin, centre, right margin). This element can be used to define the text contents that should be shown at these positions. The contents can consist of static and dynamic contents. </p><?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"><b>Important:</b> Please consult the chapter "Display Options" concerning the format of the hereby set contents. </p>Java class for HeaderFooterPositionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderFooterPositionsType"> <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>
-
-
Constructor Summary
Constructors Constructor Description HeaderFooterPositionsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCenter()Gets the value of the center property.StringgetLeft()Gets the value of the left property.StringgetRight()Gets the value of the right property.booleanisSetCenter()booleanisSetLeft()booleanisSetRight()voidsetCenter(String value)Sets the value of the center property.voidsetLeft(String value)Sets the value of the left property.voidsetRight(String value)Sets the value of the right property.
-
-
-
Method Detail
-
getLeft
public String getLeft()
Gets the value of the left property.- Returns:
- possible object is
String
-
setLeft
public void setLeft(String value)
Sets the value of the left property.- Parameters:
value- allowed object isString
-
isSetLeft
public boolean isSetLeft()
-
getCenter
public String getCenter()
Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
public void setCenter(String value)
Sets the value of the center property.- Parameters:
value- allowed object isString
-
isSetCenter
public boolean isSetCenter()
-
getRight
public String getRight()
Gets the value of the right property.- Returns:
- possible object is
String
-
setRight
public void setRight(String value)
Sets the value of the right property.- Parameters:
value- allowed object isString
-
isSetRight
public boolean isSetRight()
-
-