public class RuleFilter extends Object implements Serializable
| Constructor and Description |
|---|
RuleFilter() |
RuleFilter(String[] ids,
String[] ruleTypeNames,
boolean includeInherited) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getIds()
Gets the ids value for this RuleFilter.
|
String |
getIds(int i) |
String[] |
getRuleTypeNames()
Gets the ruleTypeNames value for this RuleFilter.
|
String |
getRuleTypeNames(int i) |
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() |
boolean |
isIncludeInherited()
Gets the includeInherited value for this RuleFilter.
|
void |
setIds(int i,
String _value) |
void |
setIds(String[] ids)
Sets the ids value for this RuleFilter.
|
void |
setIncludeInherited(boolean includeInherited)
Sets the includeInherited value for this RuleFilter.
|
void |
setRuleTypeNames(int i,
String _value) |
void |
setRuleTypeNames(String[] ruleTypeNames)
Sets the ruleTypeNames value for this RuleFilter.
|
public String[] getIds()
public void setIds(String[] ids)
ids - public String getIds(int i)
public void setIds(int i,
String _value)
public String[] getRuleTypeNames()
public void setRuleTypeNames(String[] ruleTypeNames)
ruleTypeNames - public String getRuleTypeNames(int i)
public void setRuleTypeNames(int i,
String _value)
public boolean isIncludeInherited()
public void setIncludeInherited(boolean includeInherited)
includeInherited - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.