Class CreateFeedbackResponse


  • public class CreateFeedbackResponse
    extends Object

    Java class for createFeedbackResponse complex type.

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

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

      • createFeedbackResultSealed

        protected byte[] createFeedbackResultSealed
    • Constructor Detail

      • CreateFeedbackResponse

        public CreateFeedbackResponse()
    • Method Detail

      • getCreateFeedbackResultSealed

        public byte[] getCreateFeedbackResultSealed()
        Gets the value of the createFeedbackResultSealed property.
        Returns:
        possible object is byte[]
      • setCreateFeedbackResultSealed

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