public abstract class AbstractGroupingRule
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
description |
private java.lang.String |
evaluatedGroupName |
private java.lang.String |
expression |
private java.lang.String |
groupName |
private java.lang.Integer |
minGroupSize |
private GroupingScopeType |
scope |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
AbstractGroupingRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getEvaluatedGroupName() |
java.lang.String |
getExpression() |
java.lang.String |
getGroupName() |
java.lang.Integer |
getMinGroupSize() |
GroupingScopeType |
getScope() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setEvaluatedGroupName(java.lang.String evaluatedGroupName) |
void |
setExpression(java.lang.String expression) |
void |
setGroupName(java.lang.String groupName) |
void |
setMinGroupSize(java.lang.Integer minGroupSize) |
void |
setScope(GroupingScopeType scope) |
private java.lang.String description
private java.lang.String evaluatedGroupName
private java.lang.String expression
private java.lang.String groupName
private java.lang.Integer minGroupSize
private GroupingScopeType scope
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getEvaluatedGroupName()
public void setEvaluatedGroupName(java.lang.String evaluatedGroupName)
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
public java.lang.Integer getMinGroupSize()
public void setMinGroupSize(java.lang.Integer minGroupSize)
public GroupingScopeType getScope()
public void setScope(GroupingScopeType scope)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)