Class ListFeedbacksRequestType

  • All Implemented Interfaces:
    Serializable

    public class ListFeedbacksRequestType
    extends RequestType

    Java class for ListFeedbacksRequestType complex type.

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

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

    • Constructor Detail

      • ListFeedbacksRequestType

        public ListFeedbacksRequestType()
    • Method Detail

      • getSecuredListFeedbacksRequest

        public SecuredContentType getSecuredListFeedbacksRequest()
        Gets the value of the securedListFeedbacksRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListFeedbacksRequest

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