public class TimeOfDay extends Object implements Serializable
| Constructor and Description |
|---|
TimeOfDay() |
TimeOfDay(Integer hour,
MinuteOfHour minute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getHour()
Gets the hour value for this TimeOfDay.
|
MinuteOfHour |
getMinute()
Gets the minute value for this TimeOfDay.
|
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
|
int |
hashCode() |
void |
setHour(Integer hour)
Sets the hour value for this TimeOfDay.
|
void |
setMinute(MinuteOfHour minute)
Sets the minute value for this TimeOfDay.
|
String |
toString() |
public TimeOfDay()
public TimeOfDay(Integer hour, MinuteOfHour minute)
public Integer getHour()
public void setHour(Integer hour)
hour - * Hour in 24 hour time (0..24). This field must be between 0
and 24,
inclusive. This field is required.public MinuteOfHour getMinute()
public void setMinute(MinuteOfHour minute)
minute - * Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported.
This
field is required.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.