コード例 #1
0
 public RailAvailQueryType()
 {
     this._railPrefs              = new RailAvailPrefsType();
     this._returnInfo             = new TravelDateTimeType();
     this._passengerType          = new List <RailPassengerCategoryType>();
     this._availBaseQueryCriteria = new List <RailAvailScheduleQueryType>();
 }
コード例 #2
0
 public RailOriginDestinationSummaryType()
 {
     this._preferences         = new RailAvailPrefsType();
     this._connectionLocation  = new List <RailOriginDestinationSummaryTypeConnectionLocation>();
     this._destinationLocation = new RailOriginDestinationSummaryTypeDestinationLocation();
     this._originLocation      = new RailOriginDestinationSummaryTypeOriginLocation();
 }