//
// 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:33:54 AM PDT
//
package com.sun.identity.liberty.ws.common.jaxb.protocol;
/**
* Java content class for SubjectQueryAbstractType 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/liberty/cs-sstc-schema-protocol-01.xsd line 77)
* <p>
* <pre>
* &lt;complexType name="SubjectQueryAbstractType">
* &lt;complexContent>
* &lt;extension base="{urn:oasis:names:tc:SAML:1.0:protocol}QueryAbstractType">
* &lt;sequence>
* &lt;element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Subject"/>
* &lt;/sequence>
* &lt;/extension>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*/
public interface SubjectQueryAbstractType
extends com.sun.identity.liberty.ws.common.jaxb.protocol.QueryAbstractType
{
/**
* 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);
}