net.geant.edugain.attributes.jaxb.attributemangling
Class BasicRuleType
java.lang.Object
net.geant.edugain.attributes.jaxb.attributemangling.RuleType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected AttributeType attribute
BasicRuleType
public BasicRuleType()
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