Class PutFeedbackFlagRequestType

  • All Implemented Interfaces:
    Serializable

    public class PutFeedbackFlagRequestType
    extends RequestType

    Java class for PutFeedbackFlagRequestType complex type.

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

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

      • securedPutFeedbackFlagRequest

        protected SecuredContentType securedPutFeedbackFlagRequest
    • Constructor Detail

      • PutFeedbackFlagRequestType

        public PutFeedbackFlagRequestType()
    • Method Detail

      • getSecuredPutFeedbackFlagRequest

        public SecuredContentType getSecuredPutFeedbackFlagRequest()
        Gets the value of the securedPutFeedbackFlagRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredPutFeedbackFlagRequest

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