Class 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
    • Field Detail

      • startCity

        protected String startCity
      • endCity

        protected String endCity
      • startDate

        protected String startDate
      • endDate

        protected String endDate
    • Constructor Detail

      • FlightRequest

        public FlightRequest()
    • 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 is String
      • 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 is String
      • 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 is String
      • getEndDate

        public String getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is String
      • setEndDate

        public void setEndDate​(String value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is String