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>
| Modifier and Type | Field and Description |
|---|---|
protected SubjectType |
subject |
| Constructor and Description |
|---|
SubjectStatementAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
SubjectType |
getSubject()
Gets the value of the subject property.
|
void |
setSubject(SubjectType value)
Sets the value of the subject property.
|
protected SubjectType subject
public SubjectType getSubject()
SubjectTypepublic void setSubject(SubjectType value)
value - allowed object is
SubjectTypeCopyright © 2005–2018 Oracle Corporation. All rights reserved.