public class AssertionBasedRequestType extends Object
Java class for AssertionBasedRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssertionBasedRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Assertion"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AssertionType |
assertion |
| Constructor and Description |
|---|
AssertionBasedRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AssertionType |
getAssertion()
Gets the value of the assertion property.
|
void |
setAssertion(AssertionType value)
Sets the value of the assertion property.
|
protected AssertionType assertion
public AssertionType getAssertion()
AssertionTypepublic void setAssertion(AssertionType value)
value - allowed object is
AssertionTypeCopyright © 2020 Open eHealth Foundation. All rights reserved.