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

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

public class BasicRuleType
extends RuleType

Java class for BasicRuleType complex type.

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

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


Field Summary
protected  AttributeType attribute
           
 
Fields inherited from class net.geant.edugain.attributes.jaxb.attributemangling.RuleType
condition, description
 
Constructor Summary
BasicRuleType()
           
 
Method Summary
 AttributeType getAttribute()
          Gets the value of the attribute 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

attribute

protected AttributeType attribute
Constructor Detail

BasicRuleType

public BasicRuleType()
Method Detail

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