at.gv.zustellung.zusemsg.xsd.saml
Class SubjectStatementAbstractType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.saml.StatementAbstractType
      extended by at.gv.zustellung.zusemsg.xsd.saml.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>
 


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.