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

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

public class ProductConditionAndGroup
extends Object
implements Serializable

Groups a list of product conditions to be evaluated together as an AND condition (ie. true if all conditions are true, false otherwise).

See Also:
Serialized Form

Constructor Summary
ProductConditionAndGroup()
           
ProductConditionAndGroup(ProductCondition[] conditions)
           
 
Method Summary
 boolean equals(Object obj)
           
 ProductCondition[] getConditions()
          Gets the conditions value for this ProductConditionAndGroup.
 ProductCondition getConditions(int i)
           
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 setConditions(int i, ProductCondition _value)
           
 void setConditions(ProductCondition[] conditions)
          Sets the conditions value for this ProductConditionAndGroup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductConditionAndGroup

public ProductConditionAndGroup()

ProductConditionAndGroup

public ProductConditionAndGroup(ProductCondition[] conditions)
Method Detail

getConditions

public ProductCondition[] getConditions()
Gets the conditions value for this ProductConditionAndGroup.

Returns:
conditions * List of conditions to be evaluated as an AND This field is required and should not be null.

setConditions

public void setConditions(ProductCondition[] conditions)
Sets the conditions value for this ProductConditionAndGroup.

Parameters:
conditions - * List of conditions to be evaluated as an AND This field is required and should not be null.

getConditions

public ProductCondition getConditions(int i)

setConditions

public void setConditions(int i,
                          ProductCondition _value)

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.