コード例 #1
0
 public IndCoverageReqsTypeLuggageItem()
 {
     this._luggagePremium     = new IndCoverageReqsTypeLuggageItemLuggagePremium();
     this._itemDeclaredValue  = new IndCoverageReqsTypeLuggageItemItemDeclaredValue();
     this._luggageDescription = new FreeTextType();
 }
コード例 #2
0
ファイル: PriceInfoType.cs プロジェクト: zdebou/OTA-Library
 public PriceInfoType()
 {
     this._priceDescription = new FreeTextType();
 }
コード例 #3
0
 public AccessesTypeAccess()
 {
     this._accessComment = new FreeTextType();
     this._accessPerson  = new PersonNameType();
 }
コード例 #4
0
 public AppliedRuleTypeDescription()
 {
     this._longDescription  = new FreeTextType();
     this._shortDescription = new FreeTextType();
 }
コード例 #5
0
 public RailFareTypeTermAndCondition()
 {
     this._description    = new FreeTextType();
     this._effectiveDates = new RailFareTypeTermAndConditionEffectiveDates();
     this._fareRule       = new RailFareTypeTermAndConditionFareRule();
 }