Package com.jboss.soap.service.acmedemo
Class FlightRequest
- java.lang.Object
-
- com.jboss.soap.service.acmedemo.FlightRequest
-
- All Implemented Interfaces:
Serializable
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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlightRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndCity()Gets the value of the endCity property.StringgetEndDate()Gets the value of the endDate property.StringgetStartCity()Gets the value of the startCity property.StringgetStartDate()Gets the value of the startDate property.voidsetEndCity(String value)Sets the value of the endCity property.voidsetEndDate(String value)Sets the value of the endDate property.voidsetStartCity(String value)Sets the value of the startCity property.voidsetStartDate(String value)Sets the value of the startDate property.
-
-
-
Method Detail
-
getStartCity
public String getStartCity()
Gets the value of the startCity property.- Returns:
- possible object is
String
-
setStartCity
public void setStartCity(String value)
Sets the value of the startCity property.- Parameters:
value- allowed object isString
-
getEndCity
public String getEndCity()
Gets the value of the endCity property.- Returns:
- possible object is
String
-
setEndCity
public void setEndCity(String value)
Sets the value of the endCity property.- Parameters:
value- allowed object isString
-
getStartDate
public String getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
public void setStartDate(String value)
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
getEndDate
public String getEndDate()
Gets the value of the endDate property.- Returns:
- possible object is
String
-
-