Class RequestedAttributeType
- java.lang.Object
-
- org.certificateservices.messages.saml2.assertion.jaxb.AttributeType
-
- org.certificateservices.messages.saml2.metadata.jaxb.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" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanisRequired-
Fields inherited from class org.certificateservices.messages.saml2.assertion.jaxb.AttributeType
attributeValue, friendlyName, name, nameFormat
-
-
Constructor Summary
Constructors Constructor Description RequestedAttributeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisIsRequired()Gets the value of the isRequired property.voidsetIsRequired(java.lang.Boolean value)Sets the value of the isRequired property.-
Methods inherited from class org.certificateservices.messages.saml2.assertion.jaxb.AttributeType
getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, setFriendlyName, setName, setNameFormat
-
-
-
-
Method Detail
-
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 isBoolean
-
-