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

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

public class DateRange
extends Object
implements Serializable

Represents a range of dates that has either an upper or a lower bound. The format for the date is YYYYMMDD.

See Also:
Serialized Form

Constructor Summary
DateRange()
           
DateRange(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 DateRange.
 String getMin()
          Gets the min value for this DateRange.
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 DateRange.
 void setMin(String min)
          Sets the min value for this DateRange.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateRange

public DateRange()

DateRange

public DateRange(String min,
                 String max)
Method Detail

getMin

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

Returns:
min * the lower bound of this date range, inclusive.

setMin

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

Parameters:
min - * the lower bound of this date range, inclusive.

getMax

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

Returns:
max * the upper bound of this date range, inclusive.

setMax

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

Parameters:
max - * the upper bound of this date range, inclusive.

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.