Class ListReservationsResponse


  • public class ListReservationsResponse
    extends Object

    Java class for listReservationsResponse complex type.

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

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

      • listReservationsResultSealed

        protected byte[] listReservationsResultSealed
    • Constructor Detail

      • ListReservationsResponse

        public ListReservationsResponse()
    • Method Detail

      • getListReservationsResultSealed

        public byte[] getListReservationsResultSealed()
        Gets the value of the listReservationsResultSealed property.
        Returns:
        possible object is byte[]
      • setListReservationsResultSealed

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