com.sun.xml.wss.saml.internal.saml11.jaxb20
Class SubjectStatementAbstractType

java.lang.Object
  extended by com.sun.xml.wss.saml.internal.saml11.jaxb20.StatementAbstractType
      extended by com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectStatementAbstractType
Direct Known Subclasses:
AttributeStatementType, AuthenticationStatementType, AuthorizationDecisionStatementType

public abstract class SubjectStatementAbstractType
extends StatementAbstractType

Java class for SubjectStatementAbstractType complex type.

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

 <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>
 


Field Summary
protected  SubjectType subject
           
 
Constructor Summary
SubjectStatementAbstractType()
           
 
Method Summary
 SubjectType getSubject()
          Gets the value of the subject property.
 void setSubject(SubjectType value)
          Sets the value of the subject property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject

protected SubjectType subject
Constructor Detail

SubjectStatementAbstractType

public SubjectStatementAbstractType()
Method Detail

getSubject

public SubjectType getSubject()
Gets the value of the subject property.

Returns:
possible object is SubjectType

setSubject

public void setSubject(SubjectType value)
Sets the value of the subject property.

Parameters:
value - allowed object is SubjectType


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.