Class ListRidsInProcessResponseType

  • All Implemented Interfaces:
    Serializable

    public class ListRidsInProcessResponseType
    extends be.fgov.ehealth.commons.protocol.v2.StatusResponseType

    Java class for ListRidsInProcessResponseType complex type.

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

     <complexType name="ListRidsInProcessResponseType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
           <sequence minOccurs="0">
             <element name="SecuredListRidsInProcessResponse" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • securedListRidsInProcessResponse

        protected SecuredContentType securedListRidsInProcessResponse
    • Constructor Detail

      • ListRidsInProcessResponseType

        public ListRidsInProcessResponseType()
    • Method Detail

      • getSecuredListRidsInProcessResponse

        public SecuredContentType getSecuredListRidsInProcessResponse()
        Gets the value of the securedListRidsInProcessResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListRidsInProcessResponse

        public void setSecuredListRidsInProcessResponse​(SecuredContentType value)
        Sets the value of the securedListRidsInProcessResponse property.
        Parameters:
        value - allowed object is SecuredContentType