Class HotelDetail
- java.lang.Object
-
- org.cxml.HotelDetail
-
public class HotelDetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Addressaddressprotected java.lang.StringarrivalTimeprotected java.util.List<AvailablePrice>availablePriceprotected BookingClassCodebookingClassCodeprotected java.lang.StringcheckinTimeprotected java.lang.StringcheckoutTimeprotected java.lang.StringdepartureTimeprotected java.lang.StringearlyCheckinAllowedprotected java.lang.StringlateCheckoutAllowedprotected java.util.List<Meal>mealprotected java.util.List<Rate>rateprotected RoomTyperoomTypeprotected java.lang.StringtravelSegmentprotected Vendorvendor
-
Constructor Summary
Constructors Constructor Description HotelDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()Gets the value of the address property.java.lang.StringgetArrivalTime()Gets the value of the arrivalTime property.java.util.List<AvailablePrice>getAvailablePrice()Gets the value of the availablePrice property.BookingClassCodegetBookingClassCode()Gets the value of the bookingClassCode property.java.lang.StringgetCheckinTime()Gets the value of the checkinTime property.java.lang.StringgetCheckoutTime()Gets the value of the checkoutTime property.java.lang.StringgetDepartureTime()Gets the value of the departureTime property.java.lang.StringgetEarlyCheckinAllowed()Gets the value of the earlyCheckinAllowed property.java.lang.StringgetLateCheckoutAllowed()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.RoomTypegetRoomType()Gets the value of the roomType property.java.lang.StringgetTravelSegment()Gets the value of the travelSegment property.VendorgetVendor()Gets the value of the vendor property.voidsetAddress(Address value)Sets the value of the address property.voidsetArrivalTime(java.lang.String value)Sets the value of the arrivalTime property.voidsetBookingClassCode(BookingClassCode value)Sets the value of the bookingClassCode property.voidsetCheckinTime(java.lang.String value)Sets the value of the checkinTime property.voidsetCheckoutTime(java.lang.String value)Sets the value of the checkoutTime property.voidsetDepartureTime(java.lang.String value)Sets the value of the departureTime property.voidsetEarlyCheckinAllowed(java.lang.String value)Sets the value of the earlyCheckinAllowed property.voidsetLateCheckoutAllowed(java.lang.String value)Sets the value of the lateCheckoutAllowed property.voidsetRoomType(RoomType value)Sets the value of the roomType property.voidsetTravelSegment(java.lang.String value)Sets the value of the travelSegment property.voidsetVendor(Vendor value)Sets the value of the vendor property.
-
-
-
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
-
roomType
protected RoomType roomType
-
bookingClassCode
protected BookingClassCode bookingClassCode
-
meal
protected java.util.List<Meal> meal
-
rate
protected java.util.List<Rate> rate
-
availablePrice
protected java.util.List<AvailablePrice> availablePrice
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isVendor
-
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 isAddress
-
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 isRoomType
-
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 isBookingClassCode
-
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
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
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
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
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
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
-
-