net.geant.edugain.attributes.jaxb.attributemangling
Class AttributeFilterType
java.lang.Object
net.geant.edugain.attributes.jaxb.attributemangling.AttributeFilterType
public class AttributeFilterType
- extends java.lang.Object
Java class for AttributeFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeFilterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FilterRule" type="{urn:geant:edugain:attribute-mangling:1.0}FilterRuleType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterRule
protected java.util.List<FilterRuleType> filterRule
AttributeFilterType
public AttributeFilterType()
getFilterRule
public java.util.List<FilterRuleType> getFilterRule()
- Gets the value of the filterRule 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 filterRule property.
For example, to add a new item, do as follows:
getFilterRule().add(newItem);
Objects of the following type(s) are allowed in the list
FilterRuleType