com.google.api.ads.adwords.v201109.cm
Class DateTimeRange

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.DateTimeRange
All Implemented Interfaces:
Serializable

public class DateTimeRange
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DateTimeRange()
           
DateTimeRange(String min, String max)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getMax()
          Gets the max value for this DateTimeRange.
 String getMin()
          Gets the min value for this DateTimeRange.
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 setMax(String max)
          Sets the max value for this DateTimeRange.
 void setMin(String min)
          Sets the min value for this DateTimeRange.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeRange

public DateTimeRange()

DateTimeRange

public DateTimeRange(String min,
                     String max)
Method Detail

getMin

public String getMin()
Gets the min value for this DateTimeRange.

Returns:
min

setMin

public void setMin(String min)
Sets the min value for this DateTimeRange.

Parameters:
min -

getMax

public String getMax()
Gets the max value for this DateTimeRange.

Returns:
max

setMax

public void setMax(String max)
Sets the max value for this DateTimeRange.

Parameters:
max -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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 © 2011. All Rights Reserved.