Uses of Class
fr.etai.xat2v2.obj.Vehicle

Packages that use Vehicle
fr.etai.xat2v2.obj   
fr.etai.xat2v2.util Classes in this package are all utility classes. 
 

Uses of Vehicle in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return Vehicle
 Vehicle VehicleLink.getVehicleInternalId()
          Gets the value of the vehicleInternalId property.
 Vehicle Calculating.getVehicleInternalId()
          Gets the value of the vehicleInternalId property.
 Vehicle Agreement.getVehicleInternalId()
          Gets the value of the vehicleInternalId property.
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type Vehicle
 List<Vehicle> Shuttle.getVehicleList()
          Gets the value of the vehicleList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type Vehicle
 void Shuttle.addVehicle(Vehicle vehicle)
           
 void VehicleLink.setVehicleInternalId(Vehicle value)
          Sets the value of the vehicleInternalId property.
 void Calculating.setVehicleInternalId(Vehicle value)
          Sets the value of the vehicleInternalId property.
 void Agreement.setVehicleInternalId(Vehicle value)
          Sets the value of the vehicleInternalId property.
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type Vehicle
 void Shuttle.setVehicleList(List<Vehicle> value)
          Sets the value of the vehicleList property.
 

Uses of Vehicle in fr.etai.xat2v2.util
 

Methods in fr.etai.xat2v2.util that return Vehicle
static Vehicle[] ShuttleUtil.getVehicleListBySource(Shuttle shuttle, String source)
          Returns the vehicles contained in the shuttle whose source is the one given
 

Methods in fr.etai.xat2v2.util with parameters of type Vehicle
static void VehicleUtil.addAdministrativeId(Vehicle vehicle, String ref, String id)
          Adds an administrative id into the alternative-ref-list of the vehicle
static Classification[] VehicleUtil.getAdministrativeIdList(Vehicle vehicle, String ref)
          Returns the classifications in the aternativeRefList of the vehicle mathing the ref given.
static Value[] VehicleUtil.getCapacityAmountListByAmountOf(Vehicle vehicle, String ref)
          Returns the values of the vehicle whose amount-of checks the ref in the ETAI:measure dictionary
static Classification VehicleUtil.getClassificationByRef(Vehicle vehicle, String dic, String ref)
          Gets the classification from classificationList property.
static String VehicleUtil.getClassificationValue(Vehicle vehicle, String dic, String ref)
          Gets the classification.value from classificationList.
static ExplicitDate[] VehicleUtil.getDateListByType(Vehicle vehicle, String ref)
          Returns the dates of this vehicle matching the ref in the ETAI:date dictionary
static Identification[] VehicleUtil.getIdentificationListByBreakdown(Vehicle vehicle, String ref)
          returns the vehicle identifications whose breakdown matches the given ref
static Identification[] VehicleUtil.getIdentificationListBySource(Vehicle vehicle, String source)
          returns the vehicle identifications whose source matches the given one
static Tire VehicleUtil.getTireByRef(Vehicle vehicle, String dic, String ref)
          Gets the tire from tireList property.
 



Copyright © 2012. All Rights Reserved.