public class DateTime extends Object implements Serializable
| Constructor and Description |
|---|
DateTime() |
DateTime(Date date,
Integer hour,
Integer minute,
Integer second,
String timeZoneID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getDate()
Gets the date value for this DateTime.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getHour()
Gets the hour value for this DateTime.
|
Integer |
getMinute()
Gets the minute value for this DateTime.
|
Integer |
getSecond()
Gets the second value for this DateTime.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTimeZoneID()
Gets the timeZoneID value for this DateTime.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDate(Date date)
Sets the date value for this DateTime.
|
void |
setHour(Integer hour)
Sets the hour value for this DateTime.
|
void |
setMinute(Integer minute)
Sets the minute value for this DateTime.
|
void |
setSecond(Integer second)
Sets the second value for this DateTime.
|
void |
setTimeZoneID(String timeZoneID)
Sets the timeZoneID value for this DateTime.
|
String |
toString() |
public Date getDate()
public void setDate(Date date)
date - public Integer getHour()
public void setHour(Integer hour)
hour - public Integer getMinute()
public void setMinute(Integer minute)
minute - public Integer getSecond()
public void setSecond(Integer second)
second - public String getTimeZoneID()
public void setTimeZoneID(String timeZoneID)
timeZoneID - 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.