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

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.MatchType
      extended by net.geant.edugain.attributes.jaxb.attributemangling.AttributeMatchType

public class AttributeMatchType
extends MatchType

Java class for AttributeMatchType complex type.

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

 <complexType name="AttributeMatchType">
   <simpleContent>
     <extension base="<urn:geant:edugain:attribute-mangling:1.0>MatchType">
       <attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String attributeName
           
 
Fields inherited from class net.geant.edugain.attributes.jaxb.attributemangling.MatchType
caseSensitive, id, negate, value
 
Constructor Summary
AttributeMatchType()
           
 
Method Summary
 java.lang.String getAttributeName()
          Gets the value of the attributeName property.
 void setAttributeName(java.lang.String value)
          Sets the value of the attributeName property.
 
Methods inherited from class net.geant.edugain.attributes.jaxb.attributemangling.MatchType
getId, getValue, isCaseSensitive, isNegate, setCaseSensitive, setId, setNegate, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeName

protected java.lang.String attributeName
Constructor Detail

AttributeMatchType

public AttributeMatchType()
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is String