net.geant.edugain.attributes.jaxb.attributemangling
Class AttributeMatchType
java.lang.Object
net.geant.edugain.attributes.jaxb.attributemangling.MatchType
net.geant.edugain.attributes.jaxb.attributemangling.AttributeMatchType
public class AttributeMatchType
- extends MatchType
Java class for AttributeMatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeMatchType">
<simpleContent>
<extension base="<urn:geant:edugain:attribute-mangling:1.0>MatchType">
<attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
|
Method Summary |
java.lang.String |
getAttributeName()
Gets the value of the attributeName property. |
void |
setAttributeName(java.lang.String value)
Sets the value of the attributeName property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeName
protected java.lang.String attributeName
AttributeMatchType
public AttributeMatchType()
getAttributeName
public java.lang.String getAttributeName()
- Gets the value of the attributeName property.
- Returns:
- possible object is
String
setAttributeName
public void setAttributeName(java.lang.String value)
- Sets the value of the attributeName property.
- Parameters:
value - allowed object is
String