public class PassengerData extends AbstractRealTimeDto implements Serializable
Java class for passengerData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Date |
birthdate |
protected String |
firstName |
protected String |
lastName |
protected Integer |
offerPrice1 |
protected Integer |
offerPrice2 |
protected Long |
passengerNumber |
| Constructor and Description |
|---|
PassengerData() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBirthdate()
Gets the value of the birthdate property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
Integer |
getOfferPrice1()
Gets the value of the offerPrice1 property.
|
Integer |
getOfferPrice2()
Gets the value of the offerPrice2 property.
|
Long |
getPassengerNumber()
Gets the value of the passengerNumber property.
|
void |
setBirthdate(Date value)
Sets the value of the birthdate property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setOfferPrice1(Integer value)
Sets the value of the offerPrice1 property.
|
void |
setOfferPrice2(Integer value)
Sets the value of the offerPrice2 property.
|
void |
setPassengerNumber(Long value)
Sets the value of the passengerNumber property.
|
protected Date birthdate
protected String firstName
protected String lastName
protected Integer offerPrice1
protected Integer offerPrice2
protected Long passengerNumber
public Date getBirthdate()
Stringpublic void setBirthdate(Date value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic Integer getOfferPrice1()
Integerpublic void setOfferPrice1(Integer value)
value - allowed object is
Integerpublic Integer getOfferPrice2()
Integerpublic void setOfferPrice2(Integer value)
value - allowed object is
Integerpublic Long getPassengerNumber()
LongCopyright © 2021. All rights reserved.