public VehicleAvailRQAdditionalInfoType()
 {
     this._tPA_Extensions = new TPA_ExtensionsType();
     this._tourInfo       = new VehicleTourInfoType();
     this._arrivalDetails = new VehicleArrivalDetailsType();
     this._offLocService  = new List <OffLocationServiceType>();
     this._coveragePrefs  = new List <VehicleAvailRQAdditionalInfoTypeCoveragePref>();
     this._specialReqPref = new List <VehicleSpecialReqPrefType>();
     this._customer       = new CustomerPrimaryAdditionalType();
 }
 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>();
 }