Uses of Class
com.xtravelsystem.online.published.V1_0RC1.rentACar.answers.CheckDetails

Packages that use CheckDetails
com.xtravelsystem.online.published.V1_0RC1.rentACar.answers   
 

Uses of CheckDetails in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers that return CheckDetails
 CheckDetails ValuationRS.getCheckin()
          where and when to get the car
 CheckDetails GetReservationRS.getCheckin()
          where and when to get the car
 CheckDetails ValuationRS.getCheckout()
          where and when to return the car
 CheckDetails GetReservationRS.getCheckout()
          where and when to return the car
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers with parameters of type CheckDetails
 void ValuationRS.setCheckin(CheckDetails checkin)
          where and when to get the car
 void GetReservationRS.setCheckin(CheckDetails checkin)
          where and when to get the car
 void ValuationRS.setCheckout(CheckDetails checkout)
          where and when to return the car
 void GetReservationRS.setCheckout(CheckDetails checkout)
          where and when to return the car