net.geant.edugain.attributes.jaxb.attributemangling
Class FilterRuleType

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.RuleType
      extended by 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>
 


Field Summary
protected  java.util.List<AttributeType> allowAttributeOrDenyAttribute
           
 
Fields inherited from class net.geant.edugain.attributes.jaxb.attributemangling.RuleType
condition, description
 
Constructor Summary
FilterRuleType()
           
 
Method Summary
 java.util.List<AttributeType> getAllowAttributeOrDenyAttribute()
          Gets the value of the allowAttributeOrDenyAttribute property.
 
Methods inherited from class net.geant.edugain.attributes.jaxb.attributemangling.RuleType
getCondition, getDescription, setCondition, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowAttributeOrDenyAttribute

protected java.util.List<AttributeType> allowAttributeOrDenyAttribute
Constructor Detail

FilterRuleType

public FilterRuleType()
Method Detail

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