org.jboss.identity.federation.saml.v2.metadata
Class RequestedAttributeType
java.lang.Object
org.jboss.identity.federation.saml.v2.assertion.AttributeType
org.jboss.identity.federation.saml.v2.metadata.RequestedAttributeType
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>
|
Field Summary |
protected java.lang.Boolean |
isRequired
|
|
Method Summary |
java.lang.Boolean |
isIsRequired()
Gets the value of the isRequired property. |
void |
setIsRequired(java.lang.Boolean value)
Sets the value of the isRequired property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRequired
protected java.lang.Boolean isRequired
RequestedAttributeType
public RequestedAttributeType()
isIsRequired
public java.lang.Boolean isIsRequired()
- Gets the value of the isRequired property.
- Returns:
- possible object is
Boolean
setIsRequired
public void setIsRequired(java.lang.Boolean value)
- Sets the value of the isRequired property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2009 JBoss Inc.. All Rights Reserved.