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

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.RuleType
Direct Known Subclasses:
BasicRuleType, CustomRuleType, FilterRuleType, MergeRuleType, SplitRuleType

public class RuleType
extends java.lang.Object

Java class for RuleType complex type.

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

 <complexType name="RuleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Condition" type="{urn:geant:edugain:attribute-mangling:1.0}ConditionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConditionType condition
           
protected  java.lang.String description
           
 
Constructor Summary
RuleType()
           
 
Method Summary
 ConditionType getCondition()
          Gets the value of the condition property.
 java.lang.String getDescription()
          Gets the value of the description property.
 void setCondition(ConditionType value)
          Sets the value of the condition property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

condition

protected ConditionType condition
Constructor Detail

RuleType

public RuleType()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getCondition

public ConditionType getCondition()
Gets the value of the condition property.

Returns:
possible object is ConditionType

setCondition

public void setCondition(ConditionType value)
Sets the value of the condition property.

Parameters:
value - allowed object is ConditionType