Class AssertionBasedRequestType
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss.AssertionBasedRequestType
- Direct Known Subclasses:
AddPolicyRequest,DeletePolicyRequest,UpdatePolicyRequest
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assertion property.voidsetAssertion(AssertionType value) Sets the value of the assertion property.
-
Field Details
-
assertion
-
-
Constructor Details
-
AssertionBasedRequestType
public AssertionBasedRequestType()
-
-
Method Details
-
getAssertion
Gets the value of the assertion property.- Returns:
- possible object is
AssertionType
-
setAssertion
Sets the value of the assertion property.- Parameters:
value- allowed object isAssertionType
-