public class DateTimeValue extends Value implements Serializable
| Constructor and Description |
|---|
DateTimeValue() |
DateTimeValue(String valueType,
DateTime value) |
| 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
|
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
|
DateTime |
getValue()
Gets the value value for this DateTimeValue.
|
int |
hashCode() |
void |
setValue(DateTime value)
Sets the value value for this DateTimeValue.
|
getValueType, setValueTypepublic DateTime getValue()
DateTime value.public void setValue(DateTime value)
value - * The DateTime value.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.