Class CreateReservationResponse


  • public class CreateReservationResponse
    extends Object

    Java class for createReservationResponse complex type.

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

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

      • createReservationResultSealed

        protected byte[] createReservationResultSealed
    • Constructor Detail

      • CreateReservationResponse

        public CreateReservationResponse()
    • Method Detail

      • getCreateReservationResultSealed

        public byte[] getCreateReservationResultSealed()
        Gets the value of the createReservationResultSealed property.
        Returns:
        possible object is byte[]
      • setCreateReservationResultSealed

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