Package org.cxml
Class Airport
java.lang.Object
org.cxml.Airport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the airportCode property.voidsetAddress(Address value) Sets the value of the address property.voidsetAirportCode(String value) Sets the value of the airportCode property.
-
Field Details
-
airportCode
-
address
-
-
Constructor Details
-
Airport
public Airport()
-
-
Method Details
-
getAirportCode
Gets the value of the airportCode property.- Returns:
- possible object is
String
-
setAirportCode
Sets the value of the airportCode property.- Parameters:
value- allowed object isString
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-