public class CarRentalDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AvailablePrice> |
availablePrice |
protected BookingClassCode |
bookingClassCode |
protected CarRentalDropoff |
carRentalDropoff |
protected java.util.List<CarRentalFee> |
carRentalFee |
protected CarRentalPickup |
carRentalPickup |
protected java.lang.String |
dropoffTime |
protected LimitedMileage |
limitedMileage |
protected java.lang.String |
pickupTime |
protected java.lang.String |
travelSegment |
protected Vendor |
vendor |
| Constructor and Description |
|---|
CarRentalDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AvailablePrice> |
getAvailablePrice()
Gets the value of the availablePrice property.
|
BookingClassCode |
getBookingClassCode()
Gets the value of the bookingClassCode property.
|
CarRentalDropoff |
getCarRentalDropoff()
Gets the value of the carRentalDropoff property.
|
java.util.List<CarRentalFee> |
getCarRentalFee()
Gets the value of the carRentalFee property.
|
CarRentalPickup |
getCarRentalPickup()
Gets the value of the carRentalPickup property.
|
java.lang.String |
getDropoffTime()
Gets the value of the dropoffTime property.
|
LimitedMileage |
getLimitedMileage()
Gets the value of the limitedMileage property.
|
java.lang.String |
getPickupTime()
Gets the value of the pickupTime property.
|
java.lang.String |
getTravelSegment()
Gets the value of the travelSegment property.
|
Vendor |
getVendor()
Gets the value of the vendor property.
|
void |
setBookingClassCode(BookingClassCode value)
Sets the value of the bookingClassCode property.
|
void |
setCarRentalDropoff(CarRentalDropoff value)
Sets the value of the carRentalDropoff property.
|
void |
setCarRentalPickup(CarRentalPickup value)
Sets the value of the carRentalPickup property.
|
void |
setDropoffTime(java.lang.String value)
Sets the value of the dropoffTime property.
|
void |
setLimitedMileage(LimitedMileage value)
Sets the value of the limitedMileage property.
|
void |
setPickupTime(java.lang.String value)
Sets the value of the pickupTime 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 pickupTime
protected java.lang.String dropoffTime
protected Vendor vendor
protected CarRentalPickup carRentalPickup
protected CarRentalDropoff carRentalDropoff
protected BookingClassCode bookingClassCode
protected java.util.List<CarRentalFee> carRentalFee
protected LimitedMileage limitedMileage
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 getPickupTime()
Stringpublic void setPickupTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDropoffTime()
Stringpublic void setDropoffTime(java.lang.String value)
value - allowed object is
Stringpublic Vendor getVendor()
Vendorpublic void setVendor(Vendor value)
value - allowed object is
Vendorpublic CarRentalPickup getCarRentalPickup()
CarRentalPickuppublic void setCarRentalPickup(CarRentalPickup value)
value - allowed object is
CarRentalPickuppublic CarRentalDropoff getCarRentalDropoff()
CarRentalDropoffpublic void setCarRentalDropoff(CarRentalDropoff value)
value - allowed object is
CarRentalDropoffpublic BookingClassCode getBookingClassCode()
BookingClassCodepublic void setBookingClassCode(BookingClassCode value)
value - allowed object is
BookingClassCodepublic java.util.List<CarRentalFee> getCarRentalFee()
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 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
public LimitedMileage getLimitedMileage()
LimitedMileagepublic void setLimitedMileage(LimitedMileage value)
value - allowed object is
LimitedMileagepublic 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.