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

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

public class DoubleComparisonOperation
extends Object
implements Serializable

Object representing double comparison operations. This is usually used within a particular com.google.ads.api.services.targetingideas.search.SearchParameter to specify the valid values requested for the specific com.google.ads.api.services.targetingideas.attributes.Attribute.

See Also:
Serialized Form

Constructor Summary
DoubleComparisonOperation()
           
DoubleComparisonOperation(Double minimum, Double maximum)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Double getMaximum()
          Gets the maximum value for this DoubleComparisonOperation.
 Double getMinimum()
          Gets the minimum value for this DoubleComparisonOperation.
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 setMaximum(Double maximum)
          Sets the maximum value for this DoubleComparisonOperation.
 void setMinimum(Double minimum)
          Sets the minimum value for this DoubleComparisonOperation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleComparisonOperation

public DoubleComparisonOperation()

DoubleComparisonOperation

public DoubleComparisonOperation(Double minimum,
                                 Double maximum)
Method Detail

getMinimum

public Double getMinimum()
Gets the minimum value for this DoubleComparisonOperation.

Returns:
minimum * The minimum value of elements returned by this operation (inclusive).

setMinimum

public void setMinimum(Double minimum)
Sets the minimum value for this DoubleComparisonOperation.

Parameters:
minimum - * The minimum value of elements returned by this operation (inclusive).

getMaximum

public Double getMaximum()
Gets the maximum value for this DoubleComparisonOperation.

Returns:
maximum * The maximum value of elements returned by this operation (inclusive).

setMaximum

public void setMaximum(Double maximum)
Sets the maximum value for this DoubleComparisonOperation.

Parameters:
maximum - * The maximum value of elements returned by this operation (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.