org.mule.example
Class ReservationRequest

java.lang.Object
  extended by org.mule.example.ReservationRequest
All Implemented Interfaces:
Serializable

public class ReservationRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReservationRequest()
           
 
Method Summary
 Flight[] getFlights()
           
 void setFlights(Flight[] flights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservationRequest

public ReservationRequest()
Method Detail

getFlights

public Flight[] getFlights()

setFlights

public void setFlights(Flight[] flights)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.