public class EndDate 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" minOccurs="0"/>
<element ref="{}day" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
day |
protected Long |
month |
protected Long |
year |
| Constructor and Description |
|---|
EndDate() |
| 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()
Stringpublic void setYear(Long value)
value - allowed object is
Stringpublic Long getMonth()
Stringpublic void setMonth(Long value)
value - allowed object is
StringApache Camel