Class HotelDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the arrivalTime property.Gets the value of the availablePrice property.Gets the value of the bookingClassCode property.Gets the value of the checkinTime property.Gets the value of the checkoutTime property.Gets the value of the departureTime property.Gets the value of the earlyCheckinAllowed property.Gets the value of the lateCheckoutAllowed property.getMeal()Gets the value of the meal property.getRate()Gets the value of the rate property.Gets the value of the roomType property.Gets the value of the travelSegment property.Gets the value of the vendor property.voidsetAddress(Address value) Sets the value of the address property.voidsetArrivalTime(String value) Sets the value of the arrivalTime property.voidSets the value of the bookingClassCode property.voidsetCheckinTime(String value) Sets the value of the checkinTime property.voidsetCheckoutTime(String value) Sets the value of the checkoutTime property.voidsetDepartureTime(String value) Sets the value of the departureTime property.voidsetEarlyCheckinAllowed(String value) Sets the value of the earlyCheckinAllowed property.voidsetLateCheckoutAllowed(String value) Sets the value of the lateCheckoutAllowed property.voidsetRoomType(RoomType value) Sets the value of the roomType property.voidsetTravelSegment(String value) Sets the value of the travelSegment property.voidSets the value of the vendor property.
-
Field Details
-
travelSegment
-
arrivalTime
-
departureTime
-
checkinTime
-
checkoutTime
-
earlyCheckinAllowed
-
lateCheckoutAllowed
-
vendor
-
address
-
roomType
-
bookingClassCode
-
meal
-
rate
-
availablePrice
-
-
Constructor Details
-
HotelDetail
public HotelDetail()
-
-
Method Details
-
getTravelSegment
Gets the value of the travelSegment property.- Returns:
- possible object is
String
-
setTravelSegment
Sets the value of the travelSegment property.- Parameters:
value- allowed object isString
-
getArrivalTime
Gets the value of the arrivalTime property.- Returns:
- possible object is
String
-
setArrivalTime
Sets the value of the arrivalTime property.- Parameters:
value- allowed object isString
-
getDepartureTime
Gets the value of the departureTime property.- Returns:
- possible object is
String
-
setDepartureTime
Sets the value of the departureTime property.- Parameters:
value- allowed object isString
-
getCheckinTime
Gets the value of the checkinTime property.- Returns:
- possible object is
String
-
setCheckinTime
Sets the value of the checkinTime property.- Parameters:
value- allowed object isString
-
getCheckoutTime
Gets the value of the checkoutTime property.- Returns:
- possible object is
String
-
setCheckoutTime
Sets the value of the checkoutTime property.- Parameters:
value- allowed object isString
-
getEarlyCheckinAllowed
Gets the value of the earlyCheckinAllowed property.- Returns:
- possible object is
String
-
setEarlyCheckinAllowed
Sets the value of the earlyCheckinAllowed property.- Parameters:
value- allowed object isString
-
getLateCheckoutAllowed
Gets the value of the lateCheckoutAllowed property.- Returns:
- possible object is
String
-
setLateCheckoutAllowed
Sets the value of the lateCheckoutAllowed property.- Parameters:
value- allowed object isString
-
getVendor
Gets the value of the vendor property.- Returns:
- possible object is
Vendor
-
setVendor
Sets the value of the vendor property.- Parameters:
value- allowed object isVendor
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
getRoomType
Gets the value of the roomType property.- Returns:
- possible object is
RoomType
-
setRoomType
Sets the value of the roomType property.- Parameters:
value- allowed object isRoomType
-
getBookingClassCode
Gets the value of the bookingClassCode property.- Returns:
- possible object is
BookingClassCode
-
setBookingClassCode
Sets the value of the bookingClassCode property.- Parameters:
value- allowed object isBookingClassCode
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
-