Class ListOpenRidsRequestType

  • All Implemented Interfaces:
    Serializable

    public class ListOpenRidsRequestType
    extends RequestType

    Java class for ListOpenRidsRequestType complex type.

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

     <complexType name="ListOpenRidsRequestType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType">
           <sequence>
             <element name="SecuredListOpenRidsRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ListOpenRidsRequestType

        public ListOpenRidsRequestType()
    • Method Detail

      • getSecuredListOpenRidsRequest

        public SecuredContentType getSecuredListOpenRidsRequest()
        Gets the value of the securedListOpenRidsRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListOpenRidsRequest

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