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