|
|||||||||
| 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
public class RuleType
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 |
|---|
protected java.lang.String description
protected ConditionType condition
| Constructor Detail |
|---|
public RuleType()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic ConditionType getCondition()
ConditionTypepublic void setCondition(ConditionType value)
value - allowed object is
ConditionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||