public class DateTimeRange extends Object implements Serializable
| Constructor and Description |
|---|
DateTimeRange() |
DateTimeRange(DateTime startDateTime,
DateTime endDateTime) |
| 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
|
DateTime |
getEndDateTime()
Gets the endDateTime value for this DateTimeRange.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DateTime |
getStartDateTime()
Gets the startDateTime value for this DateTimeRange.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this DateTimeRange.
|
void |
setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this DateTimeRange.
|
String |
toString() |
public DateTime getStartDateTime()
public void setStartDateTime(DateTime startDateTime)
startDateTime - public DateTime getEndDateTime()
public void setEndDateTime(DateTime endDateTime)
endDateTime - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.