Package net.webpdf.wsclient.openapi
Class OperationHeaderFooterDate
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHeaderFooterDate
-
public class OperationHeaderFooterDate extends Object
Sets a date for inclusion in the added header/footer element.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DAYstatic StringJSON_PROPERTY_MONTHstatic StringJSON_PROPERTY_YEAR
-
Constructor Summary
Constructors Constructor Description OperationHeaderFooterDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHeaderFooterDateday(Integer day)booleanequals(Object o)@Nullable IntegergetDay()The day of the month.@Nullable IntegergetMonth()The selected month.@Nullable IntegergetYear()The selected year.inthashCode()OperationHeaderFooterDatemonth(Integer month)voidsetDay(Integer day)voidsetMonth(Integer month)voidsetYear(Integer year)StringtoString()OperationHeaderFooterDateyear(Integer year)
-
-
-
Field Detail
-
JSON_PROPERTY_DAY
public static final String JSON_PROPERTY_DAY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MONTH
public static final String JSON_PROPERTY_MONTH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_YEAR
public static final String JSON_PROPERTY_YEAR
- See Also:
- Constant Field Values
-
-
Method Detail
-
day
public OperationHeaderFooterDate day(Integer day)
-
getDay
@Nullable public @Nullable Integer getDay()
The day of the month. minimum: 1 maximum: 31- Returns:
- day
-
setDay
public void setDay(Integer day)
-
month
public OperationHeaderFooterDate month(Integer month)
-
getMonth
@Nullable public @Nullable Integer getMonth()
The selected month. minimum: 1 maximum: 12- Returns:
- month
-
setMonth
public void setMonth(Integer month)
-
year
public OperationHeaderFooterDate year(Integer year)
-
getYear
@Nullable public @Nullable Integer getYear()
The selected year.- Returns:
- year
-
setYear
public void setYear(Integer year)
-
-