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

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

public class CustomRuleType
extends RuleType

Java class for CustomRuleType complex type.

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

 <complexType name="CustomRuleType">
   <complexContent>
     <extension base="{urn:geant:edugain:attribute-mangling:1.0}RuleType">
       <sequence>
         <element name="Configuration" type="{urn:geant:edugain:attribute-mangling:1.0}CustomRuleConfigurationType"/>
       </sequence>
       <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}Name" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String className
           
protected  CustomRuleConfigurationType configuration
           
 
Fields inherited from class net.geant.edugain.attributes.jaxb.attributemangling.RuleType
condition, description
 
Constructor Summary
CustomRuleType()
           
 
Method Summary
 java.lang.String getClassName()
          Gets the value of the className property.
 CustomRuleConfigurationType getConfiguration()
          Gets the value of the configuration property.
 void setClassName(java.lang.String value)
          Sets the value of the className property.
 void setConfiguration(CustomRuleConfigurationType value)
          Sets the value of the configuration 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

configuration

protected CustomRuleConfigurationType configuration

className

protected java.lang.String className
Constructor Detail

CustomRuleType

public CustomRuleType()
Method Detail

getConfiguration

public CustomRuleConfigurationType getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is CustomRuleConfigurationType

setConfiguration

public void setConfiguration(CustomRuleConfigurationType value)
Sets the value of the configuration property.

Parameters:
value - allowed object is CustomRuleConfigurationType

getClassName

public java.lang.String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(java.lang.String value)
Sets the value of the className property.

Parameters:
value - allowed object is String