public class Date extends Object implements Serializable
| Constructor and Description |
|---|
Date() |
Date(Integer year,
Integer month,
Integer day) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getDay()
Gets the day value for this Date.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getMonth()
Gets the month value for this Date.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Integer |
getYear()
Gets the year value for this Date.
|
int |
hashCode() |
void |
setDay(Integer day)
Sets the day value for this Date.
|
void |
setMonth(Integer month)
Sets the month value for this Date.
|
void |
setYear(Integer year)
Sets the year value for this Date.
|
String |
toString() |
public Integer getYear()
public void setYear(Integer year)
year - * Year (e.g., 2009)public Integer getMonth()
public void setMonth(Integer month)
month - * Month (1..12)public Integer getDay()
public void setDay(Integer day)
day - * Day (1..31)public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.