コード例 #1
0
 public RailReservationSummaryTypeODInfoTrainSegment()
 {
     this._trainIdentification = new TrainIdentificationType();
     this._arrivalStation      = new LocationType();
     this._departureStation    = new LocationType();
 }
コード例 #2
0
ファイル: TrainInfoType.cs プロジェクト: zdebou/OTA-Library
 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();
 }