public OntologyTransportationTypeFlightAndRail()
 {
     this._fareCode = new OntologyCodeType();
     this._class    = new OntologyTransportationTypeFlightAndRailClass();
     this._carrier  = new OntologyCodeType();
     this._number   = new OntologyTransportationTypeFlightAndRailNumber();
 }
示例#2
0
 public OntologyCompanyType()
 {
     this._ontologyExtension = new OntologyExtensionType();
     this._travelSegment     = new OntologyCompanyTypeTravelSegment();
     this._nameOrCode        = new OntologyCodeType();
 }
示例#3
0
 public OntologyLodgingType()
 {
     this._ontologyExtension = new OntologyExtensionType();
     this._propertyClass     = new OntologyLodgingTypePropertyClass();
     this._code = new OntologyCodeType();
 }