com.google.api.ads.adwords.v201109.o
Class Range

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

public class Range
extends Object
implements Serializable

Represents a range of values that has either an upper or a lower bound.

See Also:
Serialized Form

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

Constructor Detail

Range

public Range()

Range

public Range(ComparableValue min,
             ComparableValue max)
Method Detail

getMin

public ComparableValue getMin()
Gets the min value for this Range.

Returns:
min

setMin

public void setMin(ComparableValue min)
Sets the min value for this Range.

Parameters:
min -

getMax

public ComparableValue getMax()
Gets the max value for this Range.

Returns:
max

setMax

public void setMax(ComparableValue max)
Sets the max value for this Range.

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.