public class HotelDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.lang.String |
arrivalTime |
protected java.util.List<AvailablePrice> |
availablePrice |
protected BookingClassCode |
bookingClassCode |
protected java.lang.String |
checkinTime |
protected java.lang.String |
checkoutTime |
protected java.lang.String |
departureTime |
protected java.lang.String |
earlyCheckinAllowed |
protected java.lang.String |
lateCheckoutAllowed |
protected java.util.List<Meal> |
meal |
protected java.util.List<Rate> |
rate |
protected RoomType |
roomType |
protected java.lang.String |
travelSegment |
protected Vendor |
vendor |
| Constructor and Description |
|---|
HotelDetail() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getArrivalTime()
Gets the value of the arrivalTime property.
|
java.util.List<AvailablePrice> |
getAvailablePrice()
Gets the value of the availablePrice property.
|
BookingClassCode |
getBookingClassCode()
Gets the value of the bookingClassCode property.
|
java.lang.String |
getCheckinTime()
Gets the value of the checkinTime property.
|
java.lang.String |
getCheckoutTime()
Gets the value of the checkoutTime property.
|
java.lang.String |
getDepartureTime()
Gets the value of the departureTime property.
|
java.lang.String |
getEarlyCheckinAllowed()
Gets the value of the earlyCheckinAllowed property.
|
java.lang.String |
getLateCheckoutAllowed()
Gets the value of the lateCheckoutAllowed property.
|
java.util.List<Meal> |
getMeal()
Gets the value of the meal property.
|
java.util.List<Rate> |
getRate()
Gets the value of the rate property.
|
RoomType |
getRoomType()
Gets the value of the roomType property.
|
java.lang.String |
getTravelSegment()
Gets the value of the travelSegment property.
|
Vendor |
getVendor()
Gets the value of the vendor property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setArrivalTime(java.lang.String value)
Sets the value of the arrivalTime property.
|
void |
setBookingClassCode(BookingClassCode value)
Sets the value of the bookingClassCode property.
|
void |
setCheckinTime(java.lang.String value)
Sets the value of the checkinTime property.
|
void |
setCheckoutTime(java.lang.String value)
Sets the value of the checkoutTime property.
|
void |
setDepartureTime(java.lang.String value)
Sets the value of the departureTime property.
|
void |
setEarlyCheckinAllowed(java.lang.String value)
Sets the value of the earlyCheckinAllowed property.
|
void |
setLateCheckoutAllowed(java.lang.String value)
Sets the value of the lateCheckoutAllowed property.
|
void |
setRoomType(RoomType value)
Sets the value of the roomType property.
|
void |
setTravelSegment(java.lang.String value)
Sets the value of the travelSegment property.
|
void |
setVendor(Vendor value)
Sets the value of the vendor property.
|
protected java.lang.String travelSegment
protected java.lang.String arrivalTime
protected java.lang.String departureTime
protected java.lang.String checkinTime
protected java.lang.String checkoutTime
protected java.lang.String earlyCheckinAllowed
protected java.lang.String lateCheckoutAllowed
protected Vendor vendor
protected Address address
protected RoomType roomType
protected BookingClassCode bookingClassCode
protected java.util.List<Meal> meal
protected java.util.List<Rate> rate
protected java.util.List<AvailablePrice> availablePrice
public java.lang.String getTravelSegment()
Stringpublic void setTravelSegment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArrivalTime()
Stringpublic void setArrivalTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDepartureTime()
Stringpublic void setDepartureTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCheckinTime()
Stringpublic void setCheckinTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCheckoutTime()
Stringpublic void setCheckoutTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEarlyCheckinAllowed()
Stringpublic void setEarlyCheckinAllowed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLateCheckoutAllowed()
Stringpublic void setLateCheckoutAllowed(java.lang.String value)
value - allowed object is
Stringpublic Vendor getVendor()
Vendorpublic void setVendor(Vendor value)
value - allowed object is
Vendorpublic Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic RoomType getRoomType()
RoomTypepublic void setRoomType(RoomType value)
value - allowed object is
RoomTypepublic BookingClassCode getBookingClassCode()
BookingClassCodepublic void setBookingClassCode(BookingClassCode value)
value - allowed object is
BookingClassCodepublic java.util.List<Meal> getMeal()
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
public java.util.List<Rate> getRate()
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
public java.util.List<AvailablePrice> getAvailablePrice()
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
Copyright © 2018 SAP SE. All Rights Reserved.