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