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
-
public class XACMLAuthzDecisionStatementType extends StatementAbstractType
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>
-
-
Constructor Summary
Constructors Constructor Description XACMLAuthzDecisionStatementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.herasaf.xacml.core.context.impl.RequestTypegetRequest()Gets the value of the request property.org.herasaf.xacml.core.context.impl.ResponseTypegetResponse()Gets the value of the response property.voidsetRequest(org.herasaf.xacml.core.context.impl.RequestType value)Sets the value of the request property.voidsetResponse(org.herasaf.xacml.core.context.impl.ResponseType value)Sets the value of the response property.
-
-
-
Method Detail
-
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
-
-