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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.ComparableValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Money, NumberValue

public abstract class ComparableValue
extends Object
implements Serializable

Comparable types for constructing ranges with.

See Also:
Serialized Form

Constructor Summary
ComparableValue()
           
ComparableValue(String comparableValueType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getComparableValueType()
          Gets the comparableValueType value for this ComparableValue.
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
 int hashCode()
           
 void setComparableValueType(String comparableValueType)
          Sets the comparableValueType value for this ComparableValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparableValue

public ComparableValue()

ComparableValue

public ComparableValue(String comparableValueType)
Method Detail

getComparableValueType

public String getComparableValueType()
Gets the comparableValueType value for this ComparableValue.

Returns:
comparableValueType * Indicates that this instance is a subtype of ComparableValue. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setComparableValueType

public void setComparableValueType(String comparableValueType)
Sets the comparableValueType value for this ComparableValue.

Parameters:
comparableValueType - * Indicates that this instance is a subtype of ComparableValue. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.