public class PostingDate 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"> <sequence> <element ref="{}year"/> <element ref="{}month"/> <element ref="{}day"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
day |
protected Long |
month |
protected Long |
year |
Constructor and Description |
---|
PostingDate() |
Modifier and Type | Method and Description |
---|---|
Long |
getDay()
Gets the value of the day property.
|
Long |
getMonth()
Gets the value of the month property.
|
Long |
getYear()
Gets the value of the year property.
|
void |
setDay(Long value)
Sets the value of the day property.
|
void |
setMonth(Long value)
Sets the value of the month property.
|
void |
setYear(Long value)
Sets the value of the year property.
|
public Long getYear()
String
public void setYear(Long value)
value
- allowed object is
String
public Long getMonth()
String
public void setMonth(Long value)
value
- allowed object is
String
Apache Camel