alk.connect.results
Class LegInfoType

java.lang.Object
  extended byalk.connect.results.LegInfoType

public class LegInfoType
extends java.lang.Object

LegInfoType is an object for returning leg information from the method GetLegInfo.


Field Summary
 float legCost
          Leg cost
 float legHours
          Leg hours
 float legMiles
          Leg miles
 float totCost
          Total cost
 float totHours
          Total hours
 float totMiles
          Total miles
 
Constructor Summary
LegInfoType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

legMiles

public float legMiles
Leg miles


totMiles

public float totMiles
Total miles


legCost

public float legCost
Leg cost


totCost

public float totCost
Total cost


legHours

public float legHours
Leg hours


totHours

public float totHours
Total hours

Constructor Detail

LegInfoType

public LegInfoType()