Class UpdateReservationResponse


  • public class UpdateReservationResponse
    extends Object

    Java class for updateReservationResponse complex type.

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

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

      • updateReservationResultSealed

        protected byte[] updateReservationResultSealed
    • Constructor Detail

      • UpdateReservationResponse

        public UpdateReservationResponse()
    • Method Detail

      • getUpdateReservationResultSealed

        public byte[] getUpdateReservationResultSealed()
        Gets the value of the updateReservationResultSealed property.
        Returns:
        possible object is byte[]
      • setUpdateReservationResultSealed

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