|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.attributes.jaxb.attributemangling.RuleType
net.geant.edugain.attributes.jaxb.attributemangling.CustomRuleType
public class CustomRuleType
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 |
|---|
protected CustomRuleConfigurationType configuration
protected java.lang.String className
| Constructor Detail |
|---|
public CustomRuleType()
| Method Detail |
|---|
public CustomRuleConfigurationType getConfiguration()
CustomRuleConfigurationTypepublic void setConfiguration(CustomRuleConfigurationType value)
value - allowed object is
CustomRuleConfigurationTypepublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||