Class InOutProcChain


  • public final class InOutProcChain
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://www.w3.org/1999/xhtml" xmlns:authz-ext="http://authzforce.github.io/xmlns/pdp/ext/3" xmlns:p805441_="http://java.sun.com/xml/ns/jaxb" xmlns:p866187_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:tns="http://authzforce.github.io/core/xmlns/pdp/8" xmlns:xacml="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                         Pair of compatible PDP input/output processors - resp.
                         <i>requestPreproc</i>
                         and
                         <i>resultPostproc</i>
                         - where
                         <i>compatible</i>
                         means:
                         <i>requestPreproc.getOutputRequestType() ==
                             resultPostproc.getRequestType()
                         </i></p>
     

    Java class for InOutProcChain complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="InOutProcChain">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="requestPreproc" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="resultPostproc" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InOutProcChain

        public InOutProcChain​(String requestPreproc,
                              String resultPostproc)
      • InOutProcChain

        protected InOutProcChain()
        Used by JAX-B
    • Method Detail

      • getRequestPreproc

        public String getRequestPreproc()
        Gets the value of the requestPreproc property.
        Returns:
        possible object is String
      • getResultPostproc

        public String getResultPostproc()
        Gets the value of the resultPostproc property.
        Returns:
        possible object is String