Package org.cxml
Class CarRentalDetail
java.lang.Object
org.cxml.CarRentalDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AvailablePrice>protected BookingClassCodeprotected CarRentalDropoffprotected List<CarRentalFee>protected CarRentalPickupprotected Stringprotected LimitedMileageprotected Stringprotected Stringprotected Vendor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the availablePrice property.Gets the value of the bookingClassCode property.Gets the value of the carRentalDropoff property.Gets the value of the carRentalFee property.Gets the value of the carRentalPickup property.Gets the value of the dropoffTime property.Gets the value of the limitedMileage property.Gets the value of the pickupTime property.Gets the value of the travelSegment property.Gets the value of the vendor property.voidSets the value of the bookingClassCode property.voidSets the value of the carRentalDropoff property.voidSets the value of the carRentalPickup property.voidsetDropoffTime(String value) Sets the value of the dropoffTime property.voidsetLimitedMileage(LimitedMileage value) Sets the value of the limitedMileage property.voidsetPickupTime(String value) Sets the value of the pickupTime property.voidsetTravelSegment(String value) Sets the value of the travelSegment property.voidSets the value of the vendor property.
-
Field Details
-
travelSegment
-
pickupTime
-
dropoffTime
-
vendor
-
carRentalPickup
-
carRentalDropoff
-
bookingClassCode
-
carRentalFee
-
limitedMileage
-
availablePrice
-
-
Constructor Details
-
CarRentalDetail
public CarRentalDetail()
-
-
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
-
getPickupTime
Gets the value of the pickupTime property.- Returns:
- possible object is
String
-
setPickupTime
Sets the value of the pickupTime property.- Parameters:
value- allowed object isString
-
getDropoffTime
Gets the value of the dropoffTime property.- Returns:
- possible object is
String
-
setDropoffTime
Sets the value of the dropoffTime 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
-
getCarRentalPickup
Gets the value of the carRentalPickup property.- Returns:
- possible object is
CarRentalPickup
-
setCarRentalPickup
Sets the value of the carRentalPickup property.- Parameters:
value- allowed object isCarRentalPickup
-
getCarRentalDropoff
Gets the value of the carRentalDropoff property.- Returns:
- possible object is
CarRentalDropoff
-
setCarRentalDropoff
Sets the value of the carRentalDropoff property.- Parameters:
value- allowed object isCarRentalDropoff
-
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
-
getCarRentalFee
Gets the value of the carRentalFee 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 carRentalFee property.For example, to add a new item, do as follows:
getCarRentalFee().add(newItem);Objects of the following type(s) are allowed in the list
CarRentalFee -
getLimitedMileage
Gets the value of the limitedMileage property.- Returns:
- possible object is
LimitedMileage
-
setLimitedMileage
Sets the value of the limitedMileage property.- Parameters:
value- allowed object isLimitedMileage
-
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
-