com.google.api.ads.dfp.axis.v201206
Class DateTimeValue

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.Value
      extended by com.google.api.ads.dfp.axis.v201206.DateTimeValue
All Implemented Interfaces:
Serializable

public class DateTimeValue
extends Value
implements Serializable

Contains a date-time value.

See Also:
Serialized Form

Constructor Summary
DateTimeValue()
           
DateTimeValue(String valueType, DateTime value)
           
 
Method Summary
 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.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201206.Value
getValueType, setValueType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeValue

public DateTimeValue()

DateTimeValue

public DateTimeValue(String valueType,
                     DateTime value)
Method Detail

getValue

public DateTime getValue()
Gets the value value for this DateTimeValue.

Returns:
value * The DateTime value.

setValue

public void setValue(DateTime value)
Sets the value value for this DateTimeValue.

Parameters:
value - * The DateTime value.

equals

public boolean equals(Object obj)
Overrides:
equals in class Value

hashCode

public int hashCode()
Overrides:
hashCode in class Value

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.