Пример #1
0
 public HotelInfoTypeService()
 {
     this._features = new List <FeaturesTypeFeature>();
     this._multimediaDescriptions = new MultimediaDescriptionsType();
     this._operationSchedules     = new List <OperationSchedulesPlusChargeTypeOperationSchedule>();
     this._relativePosition       = new RelativePositionType();
     this._contact = new ContactInfoType();
 }
Пример #2
0
 public RestaurantType()
 {
     this._tPA_Extensions         = new TPA_ExtensionsType();
     this._cuisineCodes           = new List <RestaurantTypeCuisineCode>();
     this._infoCodes              = new List <RestaurantTypeInfoCode>();
     this._operationSchedules     = new List <OperationSchedulesPlusChargeTypeOperationSchedule>();
     this._relativePosition       = new RelativePositionType();
     this._multimediaDescriptions = new RestaurantTypeMultimediaDescriptions();
 }
Пример #3
0
 public BasicPropertyInfoType()
 {
     this._hotelMeetingFacility = new List <BasicPropertyInfoTypeHotelMeetingFacility>();
     this._policy           = new BasicPropertyInfoTypePolicy();
     this._service          = new List <BasicPropertyInfoTypeService>();
     this._recreation       = new List <BasicPropertyInfoTypeRecreation>();
     this._hotelFeature     = new List <BasicPropertyInfoTypeHotelFeature>();
     this._hotelAmenity     = new List <BasicPropertyInfoTypeHotelAmenity>();
     this._relativePosition = new RelativePositionType();
     this._award            = new List <BasicPropertyInfoTypeAward>();
     this._contactNumbers   = new List <BasicPropertyInfoTypeContactNumber>();
     this._address          = new AddressInfoType();
     this._position         = new BasicPropertyInfoTypePosition();
     this._vendorMessages   = new List <VendorMessageType>();
 }