net.geant.edugain.attributes.jaxb.attributemangling
Class AttributeConversionRulesType
java.lang.Object
net.geant.edugain.attributes.jaxb.attributemangling.AttributeConversionRulesType
public class AttributeConversionRulesType
- extends java.lang.Object
Java class for AttributeConversionRulesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeConversionRulesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="BasicRule" type="{urn:geant:edugain:attribute-mangling:1.0}BasicRuleType"/>
<element name="MergeRule" type="{urn:geant:edugain:attribute-mangling:1.0}MergeRuleType"/>
<element name="SplitRule" type="{urn:geant:edugain:attribute-mangling:1.0}SplitRuleType"/>
<element name="CustomRule" type="{urn:geant:edugain:attribute-mangling:1.0}CustomRuleType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basicRuleOrMergeRuleOrSplitRule
protected java.util.List<RuleType> basicRuleOrMergeRuleOrSplitRule
AttributeConversionRulesType
public AttributeConversionRulesType()
getBasicRuleOrMergeRuleOrSplitRule
public java.util.List<RuleType> getBasicRuleOrMergeRuleOrSplitRule()
- Gets the value of the basicRuleOrMergeRuleOrSplitRule property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the basicRuleOrMergeRuleOrSplitRule property.
For example, to add a new item, do as follows:
getBasicRuleOrMergeRuleOrSplitRule().add(newItem);
Objects of the following type(s) are allowed in the list
BasicRuleType
MergeRuleType
CustomRuleType
SplitRuleType