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
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the subject property.voidsetSubject(SubjectType value) Sets the value of the subject property.
-
Field Details
-
subject
-
-
Constructor Details
-
SubjectStatementAbstractType
public SubjectStatementAbstractType()
-
-
Method Details
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
SubjectType
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isSubjectType
-