public abstract class SubjectQueryAbstractType extends RequestAbstractType
Java class for SubjectQueryAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectQueryAbstractType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SubjectType |
subject |
consent, destination, extensions, id, issueInstant, issuer, signature, version| Constructor and Description |
|---|
SubjectQueryAbstractType() |
| 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.
|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersionprotected SubjectType subject
public SubjectType getSubject()
SubjectTypepublic void setSubject(SubjectType value)
value - allowed object is
SubjectTypeCopyright © 2020 Open eHealth Foundation. All rights reserved.