public EMD_Type() { this._taxCouponInformation = new EMD_TypeTaxCouponInformation(); this._validatingAirline = new EMD_TypeValidatingAirline(); this._reasonForIssuance = new EMD_TypeReasonForIssuance(); this._presentInfo = new EMD_TypePresentInfo(); this._responseComment = new FreeTextType(); this._reissuedFlown = new List <EMD_TypeReissuedFlown>(); this._originalIssueInfo = new EMD_TypeOriginalIssueInfo(); this._exchResidualFareComponent = new List <EMD_TypeExchResidualFareComponent>(); this._carrierFeeInfo = new EMD_TypeCarrierFeeInfo(); this._fareComponent = new FareComponentType(); this._commission = new EMD_TypeCommission(); this._ticketDocument = new List <EMD_TypeTicketDocument>(); this._fareInfo = new EMD_TypeFareInfo(); this._unstructuredFareCalc = new List <EMD_TypeUnstructuredFareCalc>(); this._taxes = new List <EMD_TypeTax>(); this._totalFare = new List <EMD_TypeTotalFare>(); this._equivFare = new List <EMD_TypeEquivFare>(); this._baseFare = new List <EMD_TypeBaseFare>(); this._addReferenceID = new List <UniqueID_Type>(); this._endorsement = new EMD_TypeEndorsement(); this._custLoyalty = new List <EMD_TypeCustLoyalty>(); this._originDestination = new EMD_TypeOriginDestination(); this._paymentDetail = new List <PaymentDetailType>(); this._agentID = new List <UniqueID_Type>(); this._travelerRefNumber = new EMD_TypeTravelerRefNumber(); }
public CabinOptionType() { this._remark = new FreeTextType(); this._measurementInfo = new List <CabinOptionTypeMeasurementInfo>(); this._cabinConfiguration = new List <CabinOptionTypeCabinConfiguration>(); }