Class SubjectConfirmationDataType

java.lang.Object
eu.europa.esig.saml.jaxb.assertion.SubjectConfirmationDataType
Direct Known Subclasses:
KeyInfoConfirmationDataType

public class SubjectConfirmationDataType extends Object

Java class for SubjectConfirmationDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SubjectConfirmationDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="InResponseTo" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="Address" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>