// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at 10:33:54 AM PDT // package com.sun.identity.liberty.ws.common.jaxb.assertion; /** * Java content class for SubjectStatementAbstractType complex type. *

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/liberty/cs-sstc-schema-assertion-01.xsd line 114) *

*

 * <complexType name="SubjectStatementAbstractType">
 *   <complexContent>
 *     <extension base="{urn:oasis:names:tc:SAML:1.0:assertion}StatementAbstractType">
 *       <sequence>
 *         <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Subject"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface SubjectStatementAbstractType extends com.sun.identity.liberty.ws.common.jaxb.assertion.StatementAbstractType { /** * Gets the value of the subject property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.assertion.SubjectElement} * {@link com.sun.identity.liberty.ws.common.jaxb.assertion.SubjectType} * {@link com.sun.identity.liberty.ws.common.jaxb.ps.SubjectElement} * {@link com.sun.identity.liberty.ws.common.jaxb.security.ProxySubjectElement} */ com.sun.identity.liberty.ws.common.jaxb.assertion.SubjectType getSubject(); /** * Sets the value of the subject property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.assertion.SubjectElement} * {@link com.sun.identity.liberty.ws.common.jaxb.assertion.SubjectType} * {@link com.sun.identity.liberty.ws.common.jaxb.ps.SubjectElement} * {@link com.sun.identity.liberty.ws.common.jaxb.security.ProxySubjectElement} */ void setSubject(com.sun.identity.liberty.ws.common.jaxb.assertion.SubjectType value); }