public class HeaderFooterDate extends Object
Java class for HeaderFooterDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderFooterDate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="day">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<maxInclusive value="31"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="month">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="12"/>
</restriction>
</simpleType>
</attribute>
<attribute name="year" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
day |
protected Integer |
month |
protected Integer |
year |
| Constructor and Description |
|---|
HeaderFooterDate() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDay()
Gets the value of the day property.
|
int |
getMonth()
Gets the value of the month property.
|
int |
getYear()
Gets the value of the year property.
|
boolean |
isSetDay() |
boolean |
isSetMonth() |
boolean |
isSetYear() |
void |
setDay(int value)
Sets the value of the day property.
|
void |
setMonth(int value)
Sets the value of the month property.
|
void |
setYear(int value)
Sets the value of the year property.
|
void |
unsetDay() |
void |
unsetMonth() |
void |
unsetYear() |
public int getDay()
Integerpublic void setDay(int value)
value - allowed object is
Integerpublic boolean isSetDay()
public void unsetDay()
public int getMonth()
Integerpublic void setMonth(int value)
value - allowed object is
Integerpublic boolean isSetMonth()
public void unsetMonth()
public int getYear()
Integerpublic void setYear(int value)
value - allowed object is
Integerpublic boolean isSetYear()
public void unsetYear()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.