public class DayMonthAndYear extends Object
Java class for DayMonthAndYear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DayMonthAndYear">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Day" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Month" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Year" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
day |
protected Integer |
month |
protected Integer |
year |
| Constructor and Description |
|---|
DayMonthAndYear() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDay()
Gets the value of the day property.
|
Integer |
getMonth()
Gets the value of the month property.
|
Integer |
getYear()
Gets the value of the year property.
|
void |
setDay(Integer value)
Sets the value of the day property.
|
void |
setMonth(Integer value)
Sets the value of the month property.
|
void |
setYear(Integer value)
Sets the value of the year property.
|
public Integer getDay()
Integerpublic void setDay(Integer value)
value - allowed object is
Integerpublic Integer getMonth()
Integerpublic void setMonth(Integer value)
value - allowed object is
Integerpublic Integer getYear()
IntegerCopyright © 2024. All rights reserved.