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>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.herasaf.xacml.core.context.impl.RequestType
     
    protected org.herasaf.xacml.core.context.impl.ResponseType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 is ResponseType
    • 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 is RequestType