Class RequestedAttributeType

java.lang.Object
eu.europa.esig.saml.jaxb.assertion.AttributeType
eu.europa.esig.saml.jaxb.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" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>