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()
endDateTime must be
specified.public void setStartDateTime(DateTime startDateTime)
startDateTime - * The start date time of this range. This field is optional and
if it is not set then there is no
lower bound on the date time range. If this field
is not set then endDateTime must be
specified.public DateTime getEndDateTime()
startDateTime must be
specified.public void setEndDateTime(DateTime endDateTime)
endDateTime - * The end date time of this range. This field is optional and
if it is not set then there is no
upper bound on the date time range. If this field
is not set then startDateTime must be
specified.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.