Class UpdateFeedbackFlagResponse


  • public class UpdateFeedbackFlagResponse
    extends Object

    Java class for updateFeedbackFlagResponse complex type.

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

     <complexType name="updateFeedbackFlagResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="UpdateFeedbackFlagResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • updateFeedbackFlagResultSealed

        protected byte[] updateFeedbackFlagResultSealed
    • Constructor Detail

      • UpdateFeedbackFlagResponse

        public UpdateFeedbackFlagResponse()
    • Method Detail

      • getUpdateFeedbackFlagResultSealed

        public byte[] getUpdateFeedbackFlagResultSealed()
        Gets the value of the updateFeedbackFlagResultSealed property.
        Returns:
        possible object is byte[]
      • setUpdateFeedbackFlagResultSealed

        public void setUpdateFeedbackFlagResultSealed​(byte[] value)
        Sets the value of the updateFeedbackFlagResultSealed property.
        Parameters:
        value - allowed object is byte[]