public abstract class CustomCriteriaNode extends Object implements Serializable
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.| Constructor and Description |
|---|
CustomCriteriaNode() |
CustomCriteriaNode(String customCriteriaNodeType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CustomCriteriaNode()
public CustomCriteriaNode(String customCriteriaNodeType)
public String getCustomCriteriaNodeType()
public void setCustomCriteriaNodeType(String customCriteriaNodeType)
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.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.