com.google.api.ads.dfp.axis.v201206
Class CustomCriteriaNode

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.CustomCriteriaNode
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomCriteriaLeaf, CustomCriteriaSet

public abstract class CustomCriteriaNode
extends Object
implements Serializable

A CustomCriteriaNode is a node in the custom targeting tree. A custom criteria node can either be a CustomCriteriaSet (a non-leaf node) or a CustomCriteria (a leaf node). The custom criteria targeting tree is subject to the rules defined on Targeting.customTargeting.

See Also:
Serialized Form

Constructor Summary
CustomCriteriaNode()
           
CustomCriteriaNode(String customCriteriaNodeType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCustomCriteriaNodeType()
          Gets the customCriteriaNodeType value for this CustomCriteriaNode.
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 setCustomCriteriaNodeType(String customCriteriaNodeType)
          Sets the customCriteriaNodeType value for this CustomCriteriaNode.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomCriteriaNode

public CustomCriteriaNode()

CustomCriteriaNode

public CustomCriteriaNode(String customCriteriaNodeType)
Method Detail

getCustomCriteriaNodeType

public String getCustomCriteriaNodeType()
Gets the customCriteriaNodeType value for this CustomCriteriaNode.

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

setCustomCriteriaNodeType

public void setCustomCriteriaNodeType(String customCriteriaNodeType)
Sets the customCriteriaNodeType value for this CustomCriteriaNode.

Parameters:
customCriteriaNodeType - * Indicates that this instance is a subtype of CustomCriteriaNode. 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 © 2012. All Rights Reserved.