|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.ProductConditionAndGroup
public class ProductConditionAndGroup
Groups a list of product conditions to be evaluated together as an AND condition (ie. true if all conditions are true, false otherwise).
| 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 |
|---|
public ProductConditionAndGroup()
public ProductConditionAndGroup(ProductCondition[] conditions)
| Method Detail |
|---|
public ProductCondition[] getConditions()
null.public void setConditions(ProductCondition[] conditions)
conditions - * List of conditions to be evaluated as an AND
This field is required
and should not be null.public ProductCondition getConditions(int i)
public void setConditions(int i,
ProductCondition _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||