Class CreateFeedbackRequestType

  • All Implemented Interfaces:
    Serializable

    public class CreateFeedbackRequestType
    extends RequestType

    Java class for CreateFeedbackRequestType complex type.

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

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

    • Constructor Detail

      • CreateFeedbackRequestType

        public CreateFeedbackRequestType()
    • Method Detail

      • getSecuredCreateFeedbackRequest

        public SecuredContentType getSecuredCreateFeedbackRequest()
        Gets the value of the securedCreateFeedbackRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredCreateFeedbackRequest

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