Class SubjectStatementAbstractType
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml11.jaxb20.StatementAbstractType
-
- 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
Fields Modifier and Type Field Description protected SubjectTypesubject
-
Constructor Summary
Constructors Constructor Description SubjectStatementAbstractType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubjectTypegetSubject()Gets the value of the subject property.voidsetSubject(SubjectType value)Sets the value of the subject property.
-
-
-
Field Detail
-
subject
protected SubjectType subject
-
-
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 isSubjectType
-
-