public class RequestedAttributeType extends AttributeType
Java class for RequestedAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestedAttributeType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeType">
<attribute name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isRequired |
attributeValue, friendlyName, name, nameFormat| Constructor and Description |
|---|
RequestedAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsRequired()
Gets the value of the isRequired property.
|
void |
setIsRequired(Boolean value)
Sets the value of the isRequired property.
|
getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, setFriendlyName, setName, setNameFormatprotected Boolean isRequired
Copyright © 2013 Seam Framework. All Rights Reserved.