예제 #1
0
 public SearchQualifierType()
 {
     this._multimodalOffer = new MultiModalOfferType();
     this._dining          = new SearchQualifierTypeDining();
     this._status          = new List <SearchQualifierTypeStatus>();
     this._priceRange      = new SearchQualifierTypePriceRange();
     this._residency       = new SearchQualifierTypeResidency();
     this._reservationID   = new UniqueID_Type();
 }
예제 #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();
 }