public class FlightRequest extends Object implements Serializable
Java class for flightRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="flightRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startCity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="endCity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endCity |
protected String |
endDate |
protected String |
startCity |
protected String |
startDate |
| Constructor and Description |
|---|
FlightRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndCity()
Gets the value of the endCity property.
|
String |
getEndDate()
Gets the value of the endDate property.
|
String |
getStartCity()
Gets the value of the startCity property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndCity(String value)
Sets the value of the endCity property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setStartCity(String value)
Sets the value of the startCity property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
protected String startCity
protected String endCity
protected String startDate
protected String endDate
public String getStartCity()
Stringpublic void setStartCity(String value)
value - allowed object is
Stringpublic String getEndCity()
Stringpublic void setEndCity(String value)
value - allowed object is
Stringpublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getEndDate()
StringCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.