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()
String
public void setBirthdate(Date value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public Integer getOfferPrice1()
Integer
public void setOfferPrice1(Integer value)
value
- allowed object is
Integer
public Integer getOfferPrice2()
Integer
public void setOfferPrice2(Integer value)
value
- allowed object is
Integer
public Long getPassengerNumber()
Long
Copyright © 2021. All rights reserved.