public class RuleFilter
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RuleFilter() |
RuleFilter(java.lang.String[] ids,
java.lang.String[] ruleTypeNames,
boolean includeInherited) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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[] |
getIds()
Gets the ids value for this RuleFilter.
|
java.lang.String |
getIds(int i) |
java.lang.String[] |
getRuleTypeNames()
Gets the ruleTypeNames value for this RuleFilter.
|
java.lang.String |
getRuleTypeNames(int i) |
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() |
boolean |
isIncludeInherited()
Gets the includeInherited value for this RuleFilter.
|
void |
setIds(int i,
java.lang.String _value) |
void |
setIds(java.lang.String[] ids)
Sets the ids value for this RuleFilter.
|
void |
setIncludeInherited(boolean includeInherited)
Sets the includeInherited value for this RuleFilter.
|
void |
setRuleTypeNames(int i,
java.lang.String _value) |
void |
setRuleTypeNames(java.lang.String[] ruleTypeNames)
Sets the ruleTypeNames value for this RuleFilter.
|
public RuleFilter()
public RuleFilter(java.lang.String[] ids,
java.lang.String[] ruleTypeNames,
boolean includeInherited)
public java.lang.String[] getIds()
public void setIds(java.lang.String[] ids)
ids - public java.lang.String getIds(int i)
public void setIds(int i,
java.lang.String _value)
public java.lang.String[] getRuleTypeNames()
public void setRuleTypeNames(java.lang.String[] ruleTypeNames)
ruleTypeNames - public java.lang.String getRuleTypeNames(int i)
public void setRuleTypeNames(int i,
java.lang.String _value)
public boolean isIncludeInherited()
public void setIncludeInherited(boolean includeInherited)
includeInherited - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.