Class UpdateProfileResponse


  • public class UpdateProfileResponse
    extends Object

    Java class for updateProfileResponse complex type.

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

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

      • updateProfileResultSealed

        protected byte[] updateProfileResultSealed
    • Constructor Detail

      • UpdateProfileResponse

        public UpdateProfileResponse()
    • Method Detail

      • getUpdateProfileResultSealed

        public byte[] getUpdateProfileResultSealed()
        Gets the value of the updateProfileResultSealed property.
        Returns:
        possible object is byte[]
      • setUpdateProfileResultSealed

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