public static class HeaderFooterType.Footer 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
center |
protected String |
left |
protected String |
right |
| Constructor and Description |
|---|
Footer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCenter()
Gets the value of the center property.
|
String |
getLeft()
Gets the value of the left property.
|
String |
getRight()
Gets the value of the right property.
|
boolean |
isSetCenter() |
boolean |
isSetLeft() |
boolean |
isSetRight() |
void |
setCenter(String value)
Sets the value of the center property.
|
void |
setLeft(String value)
Sets the value of the left property.
|
void |
setRight(String value)
Sets the value of the right property.
|
public String getLeft()
Stringpublic void setLeft(String value)
value - allowed object is
Stringpublic boolean isSetLeft()
public String getCenter()
Stringpublic void setCenter(String value)
value - allowed object is
Stringpublic boolean isSetCenter()
public String getRight()
Stringpublic void setRight(String value)
value - allowed object is
Stringpublic boolean isSetRight()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.