Spring Web Services Framework

org.springframework.oxm.jibx
Class Flights

java.lang.Object
  extended by org.springframework.oxm.jibx.Flights

public class Flights
extends Object


Field Summary
protected  ArrayList flightList
           
 
Constructor Summary
Flights()
           
 
Method Summary
 void addFlight(FlightType flight)
           
 FlightType getFlight(int index)
           
 int sizeFlightList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flightList

protected ArrayList flightList
Constructor Detail

Flights

public Flights()
Method Detail

addFlight

public void addFlight(FlightType flight)

getFlight

public FlightType getFlight(int index)

sizeFlightList

public int sizeFlightList()

Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.