Class XACMLAuthzDecisionStatementType
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.StatementAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLAuthzDecisionStatementType
Java class for XACMLAuthzDecisionStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLAuthzDecisionStatementType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Response"/> <element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.herasaf.xacml.core.context.impl.RequestType
Gets the value of the request property.org.herasaf.xacml.core.context.impl.ResponseType
Gets the value of the response property.void
setRequest
(org.herasaf.xacml.core.context.impl.RequestType value) Sets the value of the request property.void
setResponse
(org.herasaf.xacml.core.context.impl.ResponseType value) Sets the value of the response property.
-
Field Details
-
response
protected org.herasaf.xacml.core.context.impl.ResponseType response -
request
protected org.herasaf.xacml.core.context.impl.RequestType request
-
-
Constructor Details
-
XACMLAuthzDecisionStatementType
public XACMLAuthzDecisionStatementType()
-
-
Method Details
-
getResponse
public org.herasaf.xacml.core.context.impl.ResponseType getResponse()Gets the value of the response property.- Returns:
- possible object is
ResponseType
-
setResponse
public void setResponse(org.herasaf.xacml.core.context.impl.ResponseType value) Sets the value of the response property.- Parameters:
value
- allowed object isResponseType
-
getRequest
public org.herasaf.xacml.core.context.impl.RequestType getRequest()Gets the value of the request property.- Returns:
- possible object is
RequestType
-
setRequest
public void setRequest(org.herasaf.xacml.core.context.impl.RequestType value) Sets the value of the request property.- Parameters:
value
- allowed object isRequestType
-