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:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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()<?intgetMonth()<?intgetYear()<?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()
-
-
-
Field Detail
-
day
protected Integer day
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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 day of the month.</p>
-
month
protected Integer month
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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 selected month.</p>
-
year
protected Integer year
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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 selected year.</p>
-
-
Method Detail
-
getDay
public int getDay()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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 day of the month.</p>
- Returns:
- possible object is
Integer
-
setDay
public void setDay(int value)
Sets the value of the day property.
-
isSetDay
public boolean isSetDay()
-
unsetDay
public void unsetDay()
-
getMonth
public int getMonth()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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 selected month.</p>
- Returns:
- possible object is
Integer
-
setMonth
public void setMonth(int value)
Sets the value of the month property.- Parameters:
value- allowed object isInteger- See Also:
getMonth()
-
isSetMonth
public boolean isSetMonth()
-
unsetMonth
public void unsetMonth()
-
getYear
public int getYear()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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 selected year.</p>
- Returns:
- possible object is
Integer
-
setYear
public void setYear(int value)
Sets the value of the year property.
-
isSetYear
public boolean isSetYear()
-
unsetYear
public void unsetYear()
-
-