public class Airport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.lang.String |
airportCode |
| Constructor and Description |
|---|
Airport() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getAirportCode()
Gets the value of the airportCode property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setAirportCode(java.lang.String value)
Sets the value of the airportCode property.
|
protected java.lang.String airportCode
protected Address address
public java.lang.String getAirportCode()
Stringpublic void setAirportCode(java.lang.String value)
value - allowed object is
Stringpublic Address getAddress()
AddressCopyright © 2018 SAP SE. All Rights Reserved.