public OriginDestinationSummaryType_DEPRECATE()
 {
     this._trainInfo           = new List <TrainInfoType>();
     this._destinationLocation = new LocationType();
     this._originLocation      = new LocationType();
 }
 public RailReservationSummaryTypeODInfo()
 {
     this._trainSegment        = new List <RailReservationSummaryTypeODInfoTrainSegment>();
     this._destinationLocation = new LocationType();
     this._originLocation      = new LocationType();
 }