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

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.RuleType
      extended by net.geant.edugain.attributes.jaxb.attributemangling.MergeRuleType

public class MergeRuleType
extends RuleType

Java class for MergeRuleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MergeRuleType">
   <complexContent>
     <extension base="{urn:geant:edugain:attribute-mangling:1.0}RuleType">
       <sequence>
         <element name="InputAttribute" type="{urn:geant:edugain:attribute-mangling:1.0}AttributeMatchType" maxOccurs="unbounded"/>
         <element name="Attribute" type="{urn:geant:edugain:attribute-mangling:1.0}AttributeType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AttributeType attribute
           
protected  java.util.List<AttributeMatchType> inputAttribute
           
 
Fields inherited from class net.geant.edugain.attributes.jaxb.attributemangling.RuleType
condition, description
 
Constructor Summary
MergeRuleType()
           
 
Method Summary
 AttributeType getAttribute()
          Gets the value of the attribute property.
 java.util.List<AttributeMatchType> getInputAttribute()
          Gets the value of the inputAttribute property.
 void setAttribute(AttributeType value)
          Sets the value of the attribute 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

inputAttribute

protected java.util.List<AttributeMatchType> inputAttribute

attribute

protected AttributeType attribute
Constructor Detail

MergeRuleType

public MergeRuleType()
Method Detail

getInputAttribute

public java.util.List<AttributeMatchType> getInputAttribute()
Gets the value of the inputAttribute 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 inputAttribute property.

For example, to add a new item, do as follows:

    getInputAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list AttributeMatchType


getAttribute

public AttributeType getAttribute()
Gets the value of the attribute property.

Returns:
possible object is AttributeType

setAttribute

public void setAttribute(AttributeType value)
Sets the value of the attribute property.

Parameters:
value - allowed object is AttributeType