Class HeaderFooterType.Header
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.HeaderFooterType.Header
-
- Enclosing class:
- HeaderFooterType
public static class HeaderFooterType.Header extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCenter()<?StringgetLeft()<?StringgetRight()<?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.
-
-
-
Field Detail
-
left
protected String left
<?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">The value displayed at the left of the header.</p>
-
center
protected String center
<?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">The value displayed at the center of the header.</p>
-
right
protected String right
<?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">The value displayed at the right of the header.</p>
-
-
Method Detail
-
getLeft
public String getLeft()
<?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">The value displayed at the left of the header.</p>
- Returns:
- possible object is
String
-
setLeft
public void setLeft(String value)
Sets the value of the left property.
-
isSetLeft
public boolean isSetLeft()
-
getCenter
public String getCenter()
<?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">The value displayed at the center of the header.</p>
- Returns:
- possible object is
String
-
setCenter
public void setCenter(String value)
Sets the value of the center property.- Parameters:
value- allowed object isString- See Also:
getCenter()
-
isSetCenter
public boolean isSetCenter()
-
getRight
public String getRight()
<?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">The value displayed at the right of the header.</p>
- Returns:
- possible object is
String
-
setRight
public void setRight(String value)
Sets the value of the right property.- Parameters:
value- allowed object isString- See Also:
getRight()
-
isSetRight
public boolean isSetRight()
-
-