Exemple #1
0
 public VehicleSegmentCoreType()
 {
     this._tPA_Extensions = new TPA_ExtensionsType();
     this._totalCharge    = new VehicleSegmentCoreTypeTotalCharge();
     this._fees           = new List <VehicleChargePurposeType>();
     this._pricedEquips   = new List <VehicleEquipmentPricedType>();
     this._rentalRate     = new VehicleRentalRateType();
     this._vehicle        = new VehicleType();
     this._vehRentalCore  = new VehicleRentalCoreType();
     this._vendor         = new CompanyNameType();
     this._confID         = new List <VehicleSegmentCoreTypeConfID>();
 }
Exemple #2
0
 public VehicleAvailRQCoreType()
 {
     this._tPA_Extensions    = new TPA_ExtensionsType();
     this._specialEquipPrefs = new List <VehicleAvailRQCoreTypeSpecialEquipPref>();
     this._rateRange         = new VehicleAvailRQCoreTypeRateRange();
     this._rateQualifier     = new List <VehicleAvailRQCoreTypeRateQualifier>();
     this._driverType        = new List <VehicleAvailRQCoreTypeDriverType>();
     this._vehPrefs          = new List <VehicleAvailRQCoreTypeVehPref>();
     this._vendorPrefs       = new VehicleAvailRQCoreTypeVendorPrefs();
     this._multimodalOffer   = new MultiModalOfferType();
     this._vehRentalCore     = new VehicleRentalCoreType();
 }
 public VehicleReservationRQCoreType()
 {
     this._tPA_Extensions    = new TPA_ExtensionsType();
     this._queue             = new VehicleReservationRQCoreTypeQueue();
     this._totalCharge       = new VehicleReservationRQCoreTypeTotalCharge();
     this._rateDistance      = new List <VehicleReservationRQCoreTypeRateDistance>();
     this._specialEquipPrefs = new VehicleReservationRQCoreTypeSpecialEquipPrefs();
     this._vehicleCharges    = new List <VehicleChargePurposeType>();
     this._fees          = new List <VehicleChargePurposeType>();
     this._rateQualifier = new RateQualifierType();
     this._driverType    = new List <VehicleReservationRQCoreTypeDriverType>();
     this._vehPref       = new VehiclePrefType();
     this._vendorPref    = new CompanyNamePrefType();
     this._customer      = new CustomerPrimaryAdditionalType();
     this._vehRentalCore = new VehicleRentalCoreType();
     this._uniqueID      = new List <UniqueID_Type>();
 }
Exemple #4
0
 public VehicleAvailRSCoreType()
 {
     this._vehVendorAvails = new List <VehicleVendorAvailabilityType>();
     this._vehRentalCore   = new VehicleRentalCoreType();
 }