net.geant.edugain.attributes.jaxb.attributemapper
Class AttributeMapperType

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemapper.AttributeMapperType

public class AttributeMapperType
extends java.lang.Object

Java class for AttributeMapperType complex type.

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

 <complexType name="AttributeMapperType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="AttributeDefinition" type="{urn:geant:edugain:attribute-mapper:1.0}AttributeDefinitionType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<AttributeDefinitionType> attributeDefinition
           
 
Constructor Summary
AttributeMapperType()
           
 
Method Summary
 java.util.List<AttributeDefinitionType> getAttributeDefinition()
          Gets the value of the attributeDefinition property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeDefinition

protected java.util.List<AttributeDefinitionType> attributeDefinition
Constructor Detail

AttributeMapperType

public AttributeMapperType()
Method Detail

getAttributeDefinition

public java.util.List<AttributeDefinitionType> getAttributeDefinition()
Gets the value of the attributeDefinition 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 attributeDefinition property.

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

    getAttributeDefinition().add(newItem);
 

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