Package org.cxml

Class HotelDetail


  • public class HotelDetail
    extends java.lang.Object
    • Field Detail

      • travelSegment

        protected java.lang.String travelSegment
      • arrivalTime

        protected java.lang.String arrivalTime
      • departureTime

        protected java.lang.String departureTime
      • checkinTime

        protected java.lang.String checkinTime
      • checkoutTime

        protected java.lang.String checkoutTime
      • earlyCheckinAllowed

        protected java.lang.String earlyCheckinAllowed
      • lateCheckoutAllowed

        protected java.lang.String lateCheckoutAllowed
      • vendor

        protected Vendor vendor
      • address

        protected Address address
      • meal

        protected java.util.List<Meal> meal
      • rate

        protected java.util.List<Rate> rate
      • availablePrice

        protected java.util.List<AvailablePrice> availablePrice
    • Constructor Detail

      • HotelDetail

        public HotelDetail()
    • Method Detail

      • getTravelSegment

        public java.lang.String getTravelSegment()
        Gets the value of the travelSegment property.
        Returns:
        possible object is String
      • setTravelSegment

        public void setTravelSegment​(java.lang.String value)
        Sets the value of the travelSegment property.
        Parameters:
        value - allowed object is String
      • getArrivalTime

        public java.lang.String getArrivalTime()
        Gets the value of the arrivalTime property.
        Returns:
        possible object is String
      • setArrivalTime

        public void setArrivalTime​(java.lang.String value)
        Sets the value of the arrivalTime property.
        Parameters:
        value - allowed object is String
      • getDepartureTime

        public java.lang.String getDepartureTime()
        Gets the value of the departureTime property.
        Returns:
        possible object is String
      • setDepartureTime

        public void setDepartureTime​(java.lang.String value)
        Sets the value of the departureTime property.
        Parameters:
        value - allowed object is String
      • getCheckinTime

        public java.lang.String getCheckinTime()
        Gets the value of the checkinTime property.
        Returns:
        possible object is String
      • setCheckinTime

        public void setCheckinTime​(java.lang.String value)
        Sets the value of the checkinTime property.
        Parameters:
        value - allowed object is String
      • getCheckoutTime

        public java.lang.String getCheckoutTime()
        Gets the value of the checkoutTime property.
        Returns:
        possible object is String
      • setCheckoutTime

        public void setCheckoutTime​(java.lang.String value)
        Sets the value of the checkoutTime property.
        Parameters:
        value - allowed object is String
      • getEarlyCheckinAllowed

        public java.lang.String getEarlyCheckinAllowed()
        Gets the value of the earlyCheckinAllowed property.
        Returns:
        possible object is String
      • setEarlyCheckinAllowed

        public void setEarlyCheckinAllowed​(java.lang.String value)
        Sets the value of the earlyCheckinAllowed property.
        Parameters:
        value - allowed object is String
      • getLateCheckoutAllowed

        public java.lang.String getLateCheckoutAllowed()
        Gets the value of the lateCheckoutAllowed property.
        Returns:
        possible object is String
      • setLateCheckoutAllowed

        public void setLateCheckoutAllowed​(java.lang.String value)
        Sets the value of the lateCheckoutAllowed property.
        Parameters:
        value - allowed object is String
      • getVendor

        public Vendor getVendor()
        Gets the value of the vendor property.
        Returns:
        possible object is Vendor
      • setVendor

        public void setVendor​(Vendor value)
        Sets the value of the vendor property.
        Parameters:
        value - allowed object is Vendor
      • getAddress

        public Address getAddress()
        Gets the value of the address property.
        Returns:
        possible object is Address
      • setAddress

        public void setAddress​(Address value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is Address
      • getRoomType

        public RoomType getRoomType()
        Gets the value of the roomType property.
        Returns:
        possible object is RoomType
      • setRoomType

        public void setRoomType​(RoomType value)
        Sets the value of the roomType property.
        Parameters:
        value - allowed object is RoomType
      • getBookingClassCode

        public BookingClassCode getBookingClassCode()
        Gets the value of the bookingClassCode property.
        Returns:
        possible object is BookingClassCode
      • setBookingClassCode

        public void setBookingClassCode​(BookingClassCode value)
        Sets the value of the bookingClassCode property.
        Parameters:
        value - allowed object is BookingClassCode
      • getMeal

        public java.util.List<Meal> getMeal()
        Gets the value of the meal property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the meal property.

        For example, to add a new item, do as follows:

            getMeal().add(newItem);
         

        Objects of the following type(s) are allowed in the list Meal

      • getRate

        public java.util.List<Rate> getRate()
        Gets the value of the rate property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rate property.

        For example, to add a new item, do as follows:

            getRate().add(newItem);
         

        Objects of the following type(s) are allowed in the list Rate

      • getAvailablePrice

        public java.util.List<AvailablePrice> getAvailablePrice()
        Gets the value of the availablePrice property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the availablePrice property.

        For example, to add a new item, do as follows:

            getAvailablePrice().add(newItem);
         

        Objects of the following type(s) are allowed in the list AvailablePrice