Пример #1
0
 public RailReservationSummaryTypeODInfoTrainSegment()
 {
     this._trainIdentification = new TrainIdentificationType();
     this._arrivalStation      = new LocationType();
     this._departureStation    = new LocationType();
 }
Пример #2
0
 public TrainInfoType()
 {
     this._validDate = new TrainInfoTypeValidDate();
     this._train     = new TrainIdentificationType();
 }
Пример #3
0
 public TrainSegmentSummaryType()
 {
     this._trainIdentification = new TrainIdentificationType();
     this._arrivalStation      = new StationDetailsType();
     this._departureStation    = new StationDetailsType();
 }