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" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isRequired |
attributeValue, friendlyName, name, nameFormat
Constructor and Description |
---|
RequestedAttributeType(String name) |
Modifier and Type | Method and Description |
---|---|
Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setIsRequired(Boolean value)
Sets the value of the isRequired property.
|
addAttributeValue, getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, removeAttributeValue, setFriendlyName, setName, setNameFormat
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.