//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.11 at 10:34:07 AM PDT
//
package com.sun.identity.saml2.jaxb.assertion;
/**
* Java content class for AssertionType complex type.
* <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/saml2/saml-schema-assertion-2.0.xsd line 87)
* <p>
* <pre>
* &lt;complexType name="AssertionType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer"/>
* &lt;element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject" minOccurs="0"/>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Conditions" minOccurs="0"/>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Advice" minOccurs="0"/>
* &lt;choice maxOccurs="unbounded" minOccurs="0">
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Statement"/>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnStatement"/>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthzDecisionStatement"/>
* &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeStatement"/>
* &lt;/choice>
* &lt;/sequence>
* &lt;attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
* &lt;attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
* &lt;attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*/
public interface AssertionType {
/**
* Gets the value of the conditions property.
*
* @return
* possible object is
* {@link com.sun.identity.saml2.jaxb.assertion.ConditionsElement}
* {@link com.sun.identity.saml2.jaxb.assertion.ConditionsType}
*/
com.sun.identity.saml2.jaxb.assertion.ConditionsType getConditions();
/**
* Sets the value of the conditions property.
*
* @param value
* allowed object is
* {@link com.sun.identity.saml2.jaxb.assertion.ConditionsElement}
* {@link com.sun.identity.saml2.jaxb.assertion.ConditionsType}
*/
void setConditions(com.sun.identity.saml2.jaxb.assertion.ConditionsType value);
/**
* Gets the value of the issuer property.
*
* @return
* possible object is
* {@link com.sun.identity.saml2.jaxb.assertion.IssuerElement}
* {@link com.sun.identity.saml2.jaxb.assertion.NameIDType}
*/
com.sun.identity.saml2.jaxb.assertion.NameIDType getIssuer();
/**
* Sets the value of the issuer property.
*
* @param value
* allowed object is
* {@link com.sun.identity.saml2.jaxb.assertion.IssuerElement}
* {@link com.sun.identity.saml2.jaxb.assertion.NameIDType}
*/
void setIssuer(com.sun.identity.saml2.jaxb.assertion.NameIDType value);
/**
* Gets the value of the subject property.
*
* @return
* possible object is
* {@link com.sun.identity.saml2.jaxb.assertion.SubjectElement}
* {@link com.sun.identity.saml2.jaxb.assertion.SubjectType}
*/
com.sun.identity.saml2.jaxb.assertion.SubjectType getSubject();
/**
* Sets the value of the subject property.
*
* @param value
* allowed object is
* {@link com.sun.identity.saml2.jaxb.assertion.SubjectElement}
* {@link com.sun.identity.saml2.jaxb.assertion.SubjectType}
*/
void setSubject(com.sun.identity.saml2.jaxb.assertion.SubjectType value);
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String}
*/
java.lang.String getID();
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String}
*/
void setID(java.lang.String value);
/**
* Gets the value of the StatementOrAuthnStatementOrAuthzDecisionStatement property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the StatementOrAuthnStatementOrAuthzDecisionStatement property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getStatementOrAuthnStatementOrAuthzDecisionStatement().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.saml2.jaxb.assertion.AttributeStatementElement}
* {@link com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementElement}
* {@link com.sun.identity.saml2.jaxb.assertion.StatementElement}
* {@link com.sun.identity.saml2.jaxb.assertion.AuthnStatementElement}
*
*/
java.util.List getStatementOrAuthnStatementOrAuthzDecisionStatement();
/**
* Gets the value of the advice property.
*
* @return
* possible object is
* {@link com.sun.identity.saml2.jaxb.assertion.AdviceType}
* {@link com.sun.identity.saml2.jaxb.assertion.AdviceElement}
*/
com.sun.identity.saml2.jaxb.assertion.AdviceType getAdvice();
/**
* Sets the value of the advice property.
*
* @param value
* allowed object is
* {@link com.sun.identity.saml2.jaxb.assertion.AdviceType}
* {@link com.sun.identity.saml2.jaxb.assertion.AdviceElement}
*/
void setAdvice(com.sun.identity.saml2.jaxb.assertion.AdviceType value);
/**
* Gets the value of the version property.
*
* @return
* possible object is
* {@link java.lang.String}
*/
java.lang.String getVersion();
/**
* Sets the value of the version property.
*
* @param value
* allowed object is
* {@link java.lang.String}
*/
void setVersion(java.lang.String value);
/**
* Gets the value of the issueInstant property.
*
* @return
* possible object is
* {@link java.util.Calendar}
*/
java.util.Calendar getIssueInstant();
/**
* Sets the value of the issueInstant property.
*
* @param value
* allowed object is
* {@link java.util.Calendar}
*/
void setIssueInstant(java.util.Calendar value);
/**
* Gets the value of the signature property.
*
* @return
* possible object is
* {@link com.sun.identity.saml2.jaxb.xmlsig.SignatureType}
* {@link com.sun.identity.saml2.jaxb.xmlsig.SignatureElement}
*/
com.sun.identity.saml2.jaxb.xmlsig.SignatureType getSignature();
/**
* Sets the value of the signature property.
*
* @param value
* allowed object is
* {@link com.sun.identity.saml2.jaxb.xmlsig.SignatureType}
* {@link com.sun.identity.saml2.jaxb.xmlsig.SignatureElement}
*/
void setSignature(com.sun.identity.saml2.jaxb.xmlsig.SignatureType value);
}