Class RequestedAttributeType
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.AttributeType
eu.europa.esig.saml.jaxb.metadata.RequestedAttributeType
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.saml.jaxb.assertion.AttributeType
attributeValue, friendlyName, name, nameFormat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the isRequired property.void
setIsRequired
(Boolean value) Sets the value of the isRequired property.Methods inherited from class eu.europa.esig.saml.jaxb.assertion.AttributeType
getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, setFriendlyName, setName, setNameFormat
-
Field Details
-
isRequired
-
-
Constructor Details
-
RequestedAttributeType
public RequestedAttributeType()
-
-
Method Details