net.geant.edugain.attributes.jaxb.attributemangling
Class FilterRuleType
java.lang.Object
net.geant.edugain.attributes.jaxb.attributemangling.RuleType
net.geant.edugain.attributes.jaxb.attributemangling.FilterRuleType
public class FilterRuleType
- extends RuleType
Java class for FilterRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterRuleType">
<complexContent>
<extension base="{urn:geant:edugain:attribute-mangling:1.0}RuleType">
<choice maxOccurs="unbounded">
<element name="AllowAttribute" type="{urn:geant:edugain:attribute-mangling:1.0}AllowAttributeType"/>
<element name="DenyAttribute" type="{urn:geant:edugain:attribute-mangling:1.0}DenyAttributeType"/>
</choice>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allowAttributeOrDenyAttribute
protected java.util.List<AttributeType> allowAttributeOrDenyAttribute
FilterRuleType
public FilterRuleType()
getAllowAttributeOrDenyAttribute
public java.util.List<AttributeType> getAllowAttributeOrDenyAttribute()
- Gets the value of the allowAttributeOrDenyAttribute property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowAttributeOrDenyAttribute property.
For example, to add a new item, do as follows:
getAllowAttributeOrDenyAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
DenyAttributeType
AllowAttributeType