Package org.cxml

Class HotelDetail

java.lang.Object
org.cxml.HotelDetail

public class HotelDetail extends Object
  • Field Details

    • travelSegment

      protected String travelSegment
    • arrivalTime

      protected String arrivalTime
    • departureTime

      protected String departureTime
    • checkinTime

      protected String checkinTime
    • checkoutTime

      protected String checkoutTime
    • earlyCheckinAllowed

      protected String earlyCheckinAllowed
    • lateCheckoutAllowed

      protected String lateCheckoutAllowed
    • vendor

      protected Vendor vendor
    • address

      protected Address address
    • roomType

      protected RoomType roomType
    • bookingClassCode

      protected BookingClassCode bookingClassCode
    • meal

      protected List<Meal> meal
    • rate

      protected List<Rate> rate
    • availablePrice

      protected List<AvailablePrice> availablePrice
  • Constructor Details

    • HotelDetail

      public HotelDetail()
  • Method Details

    • getTravelSegment

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setLateCheckoutAllowed(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 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 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 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