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

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.AttributeType
      extended by net.geant.edugain.attributes.jaxb.attributemangling.DenyAttributeType

public class DenyAttributeType
extends AttributeType

Java class for DenyAttributeType complex type.

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

 <complexType name="DenyAttributeType">
   <complexContent>
     <extension base="{urn:geant:edugain:attribute-mangling:1.0}AttributeType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.geant.edugain.attributes.jaxb.attributemangling.AttributeType
attributeName, attributeValue, replaceValues
 
Constructor Summary
DenyAttributeType()
           
 
Method Summary
 
Methods inherited from class net.geant.edugain.attributes.jaxb.attributemangling.AttributeType
getAttributeName, getAttributeValue, isReplaceValues, setAttributeName, setReplaceValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenyAttributeType

public DenyAttributeType()