Ejemplo n.º 1
0
 public BusSegmentType()
 {
     this._busInfo          = new BusInfoType();
     this._equipment        = new BusSegmentTypeEquipment();
     this._operatingCompany = new CompanyNameType();
     this._marketingCompany = new CompanyNameType();
     this._arrivalStation   = new StationDetailsType();
     this._departureStation = new StationDetailsType();
 }
Ejemplo n.º 2
0
 public TrainSegmentType()
 {
     this._trainInfo        = new TrainInfoType();
     this._equipment        = new ClassCodeType();
     this._operatingCompany = new CompanyNameType();
     this._marketingCompany = new CompanyNameType();
     this._arrivalStation   = new StationDetailsType();
     this._departureStation = new StationDetailsType();
 }
Ejemplo n.º 3
0
 public TrainSegmentSummaryType()
 {
     this._trainIdentification = new TrainIdentificationType();
     this._arrivalStation      = new StationDetailsType();
     this._departureStation    = new StationDetailsType();
 }