Class HeaderFooterDate
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HeaderFooterDate
-
public class HeaderFooterDate 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">Sets a date for inclusion in the added header/footer element.</p>
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>
-
-
Constructor Summary
Constructors Constructor Description HeaderFooterDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDay()Gets the value of the day property.intgetMonth()Gets the value of the month property.intgetYear()Gets the value of the year property.booleanisSetDay()booleanisSetMonth()booleanisSetYear()voidsetDay(int value)Sets the value of the day property.voidsetMonth(int value)Sets the value of the month property.voidsetYear(int value)Sets the value of the year property.voidunsetDay()voidunsetMonth()voidunsetYear()
-
-
-
Method Detail
-
getDay
public int getDay()
Gets the value of the day property.- Returns:
- possible object is
Integer
-
setDay
public void setDay(int value)
Sets the value of the day property.- Parameters:
value- allowed object isInteger
-
isSetDay
public boolean isSetDay()
-
unsetDay
public void unsetDay()
-
getMonth
public int getMonth()
Gets the value of the month property.- Returns:
- possible object is
Integer
-
setMonth
public void setMonth(int value)
Sets the value of the month property.- Parameters:
value- allowed object isInteger
-
isSetMonth
public boolean isSetMonth()
-
unsetMonth
public void unsetMonth()
-
getYear
public int getYear()
Gets the value of the year property.- Returns:
- possible object is
Integer
-
setYear
public void setYear(int value)
Sets the value of the year property.- Parameters:
value- allowed object isInteger
-
isSetYear
public boolean isSetYear()
-
unsetYear
public void unsetYear()
-
-