public FloatingPriceLeg(XmlNode xmlNode) : base(xmlNode) { XmlNode calculationDatesNode = xmlNode.SelectSingleNode("calculationDates"); if (calculationDatesNode != null) { if (calculationDatesNode.Attributes["href"] != null || calculationDatesNode.Attributes["id"] != null) { if (calculationDatesNode.Attributes["id"] != null) { calculationDatesIDRef_ = calculationDatesNode.Attributes["id"].Value; AdjustableDates ob = new AdjustableDates(calculationDatesNode); IDManager.SetID(calculationDatesIDRef_, ob); } else if (calculationDatesNode.Attributes["href"] != null) { calculationDatesIDRef_ = calculationDatesNode.Attributes["href"].Value; } else { calculationDates_ = new AdjustableDates(calculationDatesNode); } } else { calculationDates_ = new AdjustableDates(calculationDatesNode); } } XmlNode calculationPeriodsNode = xmlNode.SelectSingleNode("calculationPeriods"); if (calculationPeriodsNode != null) { if (calculationPeriodsNode.Attributes["href"] != null || calculationPeriodsNode.Attributes["id"] != null) { if (calculationPeriodsNode.Attributes["id"] != null) { calculationPeriodsIDRef_ = calculationPeriodsNode.Attributes["id"].Value; AdjustableDates ob = new AdjustableDates(calculationPeriodsNode); IDManager.SetID(calculationPeriodsIDRef_, ob); } else if (calculationPeriodsNode.Attributes["href"] != null) { calculationPeriodsIDRef_ = calculationPeriodsNode.Attributes["href"].Value; } else { calculationPeriods_ = new AdjustableDates(calculationPeriodsNode); } } else { calculationPeriods_ = new AdjustableDates(calculationPeriodsNode); } } XmlNode calculationPeriodsScheduleNode = xmlNode.SelectSingleNode("calculationPeriodsSchedule"); if (calculationPeriodsScheduleNode != null) { if (calculationPeriodsScheduleNode.Attributes["href"] != null || calculationPeriodsScheduleNode.Attributes["id"] != null) { if (calculationPeriodsScheduleNode.Attributes["id"] != null) { calculationPeriodsScheduleIDRef_ = calculationPeriodsScheduleNode.Attributes["id"].Value; CommodityCalculationPeriodsSchedule ob = new CommodityCalculationPeriodsSchedule(calculationPeriodsScheduleNode); IDManager.SetID(calculationPeriodsScheduleIDRef_, ob); } else if (calculationPeriodsScheduleNode.Attributes["href"] != null) { calculationPeriodsScheduleIDRef_ = calculationPeriodsScheduleNode.Attributes["href"].Value; } else { calculationPeriodsSchedule_ = new CommodityCalculationPeriodsSchedule(calculationPeriodsScheduleNode); } } else { calculationPeriodsSchedule_ = new CommodityCalculationPeriodsSchedule(calculationPeriodsScheduleNode); } } XmlNode calculationPeriodsReferenceNode = xmlNode.SelectSingleNode("calculationPeriodsReference"); if (calculationPeriodsReferenceNode != null) { if (calculationPeriodsReferenceNode.Attributes["href"] != null || calculationPeriodsReferenceNode.Attributes["id"] != null) { if (calculationPeriodsReferenceNode.Attributes["id"] != null) { calculationPeriodsReferenceIDRef_ = calculationPeriodsReferenceNode.Attributes["id"].Value; CalculationPeriodsReference ob = new CalculationPeriodsReference(calculationPeriodsReferenceNode); IDManager.SetID(calculationPeriodsReferenceIDRef_, ob); } else if (calculationPeriodsReferenceNode.Attributes["href"] != null) { calculationPeriodsReferenceIDRef_ = calculationPeriodsReferenceNode.Attributes["href"].Value; } else { calculationPeriodsReference_ = new CalculationPeriodsReference(calculationPeriodsReferenceNode); } } else { calculationPeriodsReference_ = new CalculationPeriodsReference(calculationPeriodsReferenceNode); } } XmlNode calculationPeriodsScheduleReferenceNode = xmlNode.SelectSingleNode("calculationPeriodsScheduleReference"); if (calculationPeriodsScheduleReferenceNode != null) { if (calculationPeriodsScheduleReferenceNode.Attributes["href"] != null || calculationPeriodsScheduleReferenceNode.Attributes["id"] != null) { if (calculationPeriodsScheduleReferenceNode.Attributes["id"] != null) { calculationPeriodsScheduleReferenceIDRef_ = calculationPeriodsScheduleReferenceNode.Attributes["id"].Value; CalculationPeriodsScheduleReference ob = new CalculationPeriodsScheduleReference(calculationPeriodsScheduleReferenceNode); IDManager.SetID(calculationPeriodsScheduleReferenceIDRef_, ob); } else if (calculationPeriodsScheduleReferenceNode.Attributes["href"] != null) { calculationPeriodsScheduleReferenceIDRef_ = calculationPeriodsScheduleReferenceNode.Attributes["href"].Value; } else { calculationPeriodsScheduleReference_ = new CalculationPeriodsScheduleReference(calculationPeriodsScheduleReferenceNode); } } else { calculationPeriodsScheduleReference_ = new CalculationPeriodsScheduleReference(calculationPeriodsScheduleReferenceNode); } } XmlNode calculationPeriodsDatesReferenceNode = xmlNode.SelectSingleNode("calculationPeriodsDatesReference"); if (calculationPeriodsDatesReferenceNode != null) { if (calculationPeriodsDatesReferenceNode.Attributes["href"] != null || calculationPeriodsDatesReferenceNode.Attributes["id"] != null) { if (calculationPeriodsDatesReferenceNode.Attributes["id"] != null) { calculationPeriodsDatesReferenceIDRef_ = calculationPeriodsDatesReferenceNode.Attributes["id"].Value; CalculationPeriodsDatesReference ob = new CalculationPeriodsDatesReference(calculationPeriodsDatesReferenceNode); IDManager.SetID(calculationPeriodsDatesReferenceIDRef_, ob); } else if (calculationPeriodsDatesReferenceNode.Attributes["href"] != null) { calculationPeriodsDatesReferenceIDRef_ = calculationPeriodsDatesReferenceNode.Attributes["href"].Value; } else { calculationPeriodsDatesReference_ = new CalculationPeriodsDatesReference(calculationPeriodsDatesReferenceNode); } } else { calculationPeriodsDatesReference_ = new CalculationPeriodsDatesReference(calculationPeriodsDatesReferenceNode); } } XmlNode commodityNode = xmlNode.SelectSingleNode("commodity"); if (commodityNode != null) { if (commodityNode.Attributes["href"] != null || commodityNode.Attributes["id"] != null) { if (commodityNode.Attributes["id"] != null) { commodityIDRef_ = commodityNode.Attributes["id"].Value; Commodity ob = new Commodity(commodityNode); IDManager.SetID(commodityIDRef_, ob); } else if (commodityNode.Attributes["href"] != null) { commodityIDRef_ = commodityNode.Attributes["href"].Value; } else { commodity_ = new Commodity(commodityNode); } } else { commodity_ = new Commodity(commodityNode); } } XmlNode notionalQuantityScheduleNode = xmlNode.SelectSingleNode("notionalQuantitySchedule"); if (notionalQuantityScheduleNode != null) { if (notionalQuantityScheduleNode.Attributes["href"] != null || notionalQuantityScheduleNode.Attributes["id"] != null) { if (notionalQuantityScheduleNode.Attributes["id"] != null) { notionalQuantityScheduleIDRef_ = notionalQuantityScheduleNode.Attributes["id"].Value; CommodityNotionalQuantitySchedule ob = new CommodityNotionalQuantitySchedule(notionalQuantityScheduleNode); IDManager.SetID(notionalQuantityScheduleIDRef_, ob); } else if (notionalQuantityScheduleNode.Attributes["href"] != null) { notionalQuantityScheduleIDRef_ = notionalQuantityScheduleNode.Attributes["href"].Value; } else { notionalQuantitySchedule_ = new CommodityNotionalQuantitySchedule(notionalQuantityScheduleNode); } } else { notionalQuantitySchedule_ = new CommodityNotionalQuantitySchedule(notionalQuantityScheduleNode); } } XmlNode notionalQuantityNode = xmlNode.SelectSingleNode("notionalQuantity"); if (notionalQuantityNode != null) { if (notionalQuantityNode.Attributes["href"] != null || notionalQuantityNode.Attributes["id"] != null) { if (notionalQuantityNode.Attributes["id"] != null) { notionalQuantityIDRef_ = notionalQuantityNode.Attributes["id"].Value; CommodityNotionalQuantity ob = new CommodityNotionalQuantity(notionalQuantityNode); IDManager.SetID(notionalQuantityIDRef_, ob); } else if (notionalQuantityNode.Attributes["href"] != null) { notionalQuantityIDRef_ = notionalQuantityNode.Attributes["href"].Value; } else { notionalQuantity_ = new CommodityNotionalQuantity(notionalQuantityNode); } } else { notionalQuantity_ = new CommodityNotionalQuantity(notionalQuantityNode); } } XmlNodeList settlementPeriodsNotionalQuantityNodeList = xmlNode.SelectNodes("settlementPeriodsNotionalQuantity"); if (settlementPeriodsNotionalQuantityNodeList != null) { this.settlementPeriodsNotionalQuantity_ = new List <CommoditySettlementPeriodsNotionalQuantity>(); foreach (XmlNode item in settlementPeriodsNotionalQuantityNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] != null) { if (item.Attributes["id"] != null) { settlementPeriodsNotionalQuantityIDRef_ = item.Attributes["id"].Value; settlementPeriodsNotionalQuantity_.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); IDManager.SetID(settlementPeriodsNotionalQuantityIDRef_, settlementPeriodsNotionalQuantity_[settlementPeriodsNotionalQuantity_.Count - 1]); } else if (item.Attributes["href"] != null) { settlementPeriodsNotionalQuantityIDRef_ = item.Attributes["href"].Value; } else { settlementPeriodsNotionalQuantity_.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); } } else { settlementPeriodsNotionalQuantity_.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); } } } XmlNode totalNotionalQuantityNode = xmlNode.SelectSingleNode("totalNotionalQuantity"); if (totalNotionalQuantityNode != null) { if (totalNotionalQuantityNode.Attributes["href"] != null || totalNotionalQuantityNode.Attributes["id"] != null) { if (totalNotionalQuantityNode.Attributes["id"] != null) { totalNotionalQuantityIDRef_ = totalNotionalQuantityNode.Attributes["id"].Value; XsdTypeDecimal ob = new XsdTypeDecimal(totalNotionalQuantityNode); IDManager.SetID(totalNotionalQuantityIDRef_, ob); } else if (totalNotionalQuantityNode.Attributes["href"] != null) { totalNotionalQuantityIDRef_ = totalNotionalQuantityNode.Attributes["href"].Value; } else { totalNotionalQuantity_ = new XsdTypeDecimal(totalNotionalQuantityNode); } } else { totalNotionalQuantity_ = new XsdTypeDecimal(totalNotionalQuantityNode); } } XmlNode quantityReferenceNode = xmlNode.SelectSingleNode("quantityReference"); if (quantityReferenceNode != null) { if (quantityReferenceNode.Attributes["href"] != null || quantityReferenceNode.Attributes["id"] != null) { if (quantityReferenceNode.Attributes["id"] != null) { quantityReferenceIDRef_ = quantityReferenceNode.Attributes["id"].Value; QuantityReference ob = new QuantityReference(quantityReferenceNode); IDManager.SetID(quantityReferenceIDRef_, ob); } else if (quantityReferenceNode.Attributes["href"] != null) { quantityReferenceIDRef_ = quantityReferenceNode.Attributes["href"].Value; } else { quantityReference_ = new QuantityReference(quantityReferenceNode); } } else { quantityReference_ = new QuantityReference(quantityReferenceNode); } } XmlNode calculationNode = xmlNode.SelectSingleNode("calculation"); if (calculationNode != null) { if (calculationNode.Attributes["href"] != null || calculationNode.Attributes["id"] != null) { if (calculationNode.Attributes["id"] != null) { calculationIDRef_ = calculationNode.Attributes["id"].Value; FloatingLegCalculation ob = new FloatingLegCalculation(calculationNode); IDManager.SetID(calculationIDRef_, ob); } else if (calculationNode.Attributes["href"] != null) { calculationIDRef_ = calculationNode.Attributes["href"].Value; } else { calculation_ = new FloatingLegCalculation(calculationNode); } } else { calculation_ = new FloatingLegCalculation(calculationNode); } } XmlNode relativePaymentDatesNode = xmlNode.SelectSingleNode("relativePaymentDates"); if (relativePaymentDatesNode != null) { if (relativePaymentDatesNode.Attributes["href"] != null || relativePaymentDatesNode.Attributes["id"] != null) { if (relativePaymentDatesNode.Attributes["id"] != null) { relativePaymentDatesIDRef_ = relativePaymentDatesNode.Attributes["id"].Value; CommodityRelativePaymentDates ob = new CommodityRelativePaymentDates(relativePaymentDatesNode); IDManager.SetID(relativePaymentDatesIDRef_, ob); } else if (relativePaymentDatesNode.Attributes["href"] != null) { relativePaymentDatesIDRef_ = relativePaymentDatesNode.Attributes["href"].Value; } else { relativePaymentDates_ = new CommodityRelativePaymentDates(relativePaymentDatesNode); } } else { relativePaymentDates_ = new CommodityRelativePaymentDates(relativePaymentDatesNode); } } XmlNode paymentDatesNode = xmlNode.SelectSingleNode("paymentDates"); if (paymentDatesNode != null) { if (paymentDatesNode.Attributes["href"] != null || paymentDatesNode.Attributes["id"] != null) { if (paymentDatesNode.Attributes["id"] != null) { paymentDatesIDRef_ = paymentDatesNode.Attributes["id"].Value; AdjustableDatesOrRelativeDateOffset ob = new AdjustableDatesOrRelativeDateOffset(paymentDatesNode); IDManager.SetID(paymentDatesIDRef_, ob); } else if (paymentDatesNode.Attributes["href"] != null) { paymentDatesIDRef_ = paymentDatesNode.Attributes["href"].Value; } else { paymentDates_ = new AdjustableDatesOrRelativeDateOffset(paymentDatesNode); } } else { paymentDates_ = new AdjustableDatesOrRelativeDateOffset(paymentDatesNode); } } XmlNode masterAgreementPaymentDatesNode = xmlNode.SelectSingleNode("masterAgreementPaymentDates"); if (masterAgreementPaymentDatesNode != null) { if (masterAgreementPaymentDatesNode.Attributes["href"] != null || masterAgreementPaymentDatesNode.Attributes["id"] != null) { if (masterAgreementPaymentDatesNode.Attributes["id"] != null) { masterAgreementPaymentDatesIDRef_ = masterAgreementPaymentDatesNode.Attributes["id"].Value; XsdTypeBoolean ob = new XsdTypeBoolean(masterAgreementPaymentDatesNode); IDManager.SetID(masterAgreementPaymentDatesIDRef_, ob); } else if (masterAgreementPaymentDatesNode.Attributes["href"] != null) { masterAgreementPaymentDatesIDRef_ = masterAgreementPaymentDatesNode.Attributes["href"].Value; } else { masterAgreementPaymentDates_ = new XsdTypeBoolean(masterAgreementPaymentDatesNode); } } else { masterAgreementPaymentDates_ = new XsdTypeBoolean(masterAgreementPaymentDatesNode); } } XmlNode flatRateNode = xmlNode.SelectSingleNode("flatRate"); if (flatRateNode != null) { if (flatRateNode.Attributes["href"] != null || flatRateNode.Attributes["id"] != null) { if (flatRateNode.Attributes["id"] != null) { flatRateIDRef_ = flatRateNode.Attributes["id"].Value; FlatRateEnum ob = new FlatRateEnum(flatRateNode); IDManager.SetID(flatRateIDRef_, ob); } else if (flatRateNode.Attributes["href"] != null) { flatRateIDRef_ = flatRateNode.Attributes["href"].Value; } else { flatRate_ = new FlatRateEnum(flatRateNode); } } else { flatRate_ = new FlatRateEnum(flatRateNode); } } XmlNode flatRateAmountNode = xmlNode.SelectSingleNode("flatRateAmount"); if (flatRateAmountNode != null) { if (flatRateAmountNode.Attributes["href"] != null || flatRateAmountNode.Attributes["id"] != null) { if (flatRateAmountNode.Attributes["id"] != null) { flatRateAmountIDRef_ = flatRateAmountNode.Attributes["id"].Value; NonNegativeMoney ob = new NonNegativeMoney(flatRateAmountNode); IDManager.SetID(flatRateAmountIDRef_, ob); } else if (flatRateAmountNode.Attributes["href"] != null) { flatRateAmountIDRef_ = flatRateAmountNode.Attributes["href"].Value; } else { flatRateAmount_ = new NonNegativeMoney(flatRateAmountNode); } } else { flatRateAmount_ = new NonNegativeMoney(flatRateAmountNode); } } }
public FixedPriceLeg(XmlNode xmlNode) : base(xmlNode) { XmlNodeList calculationDatesNodeList = xmlNode.SelectNodes("calculationDates"); if (calculationDatesNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in calculationDatesNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { calculationDatesIDRef = item.Attributes["id"].Name; AdjustableDates ob = AdjustableDates(); IDManager.SetID(calculationDatesIDRef, ob); } else if (item.Attributes.ToString() == "href") { calculationDatesIDRef = item.Attributes["href"].Name; } else { calculationDates = new AdjustableDates(item); } } } XmlNodeList calculationPeriodsNodeList = xmlNode.SelectNodes("calculationPeriods"); if (calculationPeriodsNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in calculationPeriodsNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { calculationPeriodsIDRef = item.Attributes["id"].Name; AdjustableDates ob = AdjustableDates(); IDManager.SetID(calculationPeriodsIDRef, ob); } else if (item.Attributes.ToString() == "href") { calculationPeriodsIDRef = item.Attributes["href"].Name; } else { calculationPeriods = new AdjustableDates(item); } } } XmlNodeList calculationPeriodsScheduleNodeList = xmlNode.SelectNodes("calculationPeriodsSchedule"); if (calculationPeriodsScheduleNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in calculationPeriodsScheduleNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { calculationPeriodsScheduleIDRef = item.Attributes["id"].Name; CommodityCalculationPeriodsSchedule ob = CommodityCalculationPeriodsSchedule(); IDManager.SetID(calculationPeriodsScheduleIDRef, ob); } else if (item.Attributes.ToString() == "href") { calculationPeriodsScheduleIDRef = item.Attributes["href"].Name; } else { calculationPeriodsSchedule = new CommodityCalculationPeriodsSchedule(item); } } } XmlNodeList calculationPeriodsReferenceNodeList = xmlNode.SelectNodes("calculationPeriodsReference"); if (calculationPeriodsReferenceNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in calculationPeriodsReferenceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { calculationPeriodsReferenceIDRef = item.Attributes["id"].Name; CalculationPeriodsReference ob = CalculationPeriodsReference(); IDManager.SetID(calculationPeriodsReferenceIDRef, ob); } else if (item.Attributes.ToString() == "href") { calculationPeriodsReferenceIDRef = item.Attributes["href"].Name; } else { calculationPeriodsReference = new CalculationPeriodsReference(item); } } } XmlNodeList calculationPeriodsScheduleReferenceNodeList = xmlNode.SelectNodes("calculationPeriodsScheduleReference"); if (calculationPeriodsScheduleReferenceNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in calculationPeriodsScheduleReferenceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { calculationPeriodsScheduleReferenceIDRef = item.Attributes["id"].Name; CalculationPeriodsScheduleReference ob = CalculationPeriodsScheduleReference(); IDManager.SetID(calculationPeriodsScheduleReferenceIDRef, ob); } else if (item.Attributes.ToString() == "href") { calculationPeriodsScheduleReferenceIDRef = item.Attributes["href"].Name; } else { calculationPeriodsScheduleReference = new CalculationPeriodsScheduleReference(item); } } } XmlNodeList calculationPeriodsDatesReferenceNodeList = xmlNode.SelectNodes("calculationPeriodsDatesReference"); if (calculationPeriodsDatesReferenceNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in calculationPeriodsDatesReferenceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { calculationPeriodsDatesReferenceIDRef = item.Attributes["id"].Name; CalculationPeriodsDatesReference ob = CalculationPeriodsDatesReference(); IDManager.SetID(calculationPeriodsDatesReferenceIDRef, ob); } else if (item.Attributes.ToString() == "href") { calculationPeriodsDatesReferenceIDRef = item.Attributes["href"].Name; } else { calculationPeriodsDatesReference = new CalculationPeriodsDatesReference(item); } } } XmlNodeList fixedPriceScheduleNodeList = xmlNode.SelectNodes("fixedPriceSchedule"); if (fixedPriceScheduleNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in fixedPriceScheduleNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { fixedPriceScheduleIDRef = item.Attributes["id"].Name; CommodityFixedPriceSchedule ob = CommodityFixedPriceSchedule(); IDManager.SetID(fixedPriceScheduleIDRef, ob); } else if (item.Attributes.ToString() == "href") { fixedPriceScheduleIDRef = item.Attributes["href"].Name; } else { fixedPriceSchedule = new CommodityFixedPriceSchedule(item); } } } XmlNodeList fixedPriceNodeList = xmlNode.SelectNodes("fixedPrice"); if (fixedPriceNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in fixedPriceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { fixedPriceIDRef = item.Attributes["id"].Name; FixedPrice ob = FixedPrice(); IDManager.SetID(fixedPriceIDRef, ob); } else if (item.Attributes.ToString() == "href") { fixedPriceIDRef = item.Attributes["href"].Name; } else { fixedPrice = new FixedPrice(item); } } } XmlNodeList worldscaleRateNodeList = xmlNode.SelectNodes("worldscaleRate"); if (worldscaleRateNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in worldscaleRateNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { worldscaleRateIDRef = item.Attributes["id"].Name; XsdTypeDecimal ob = XsdTypeDecimal(); IDManager.SetID(worldscaleRateIDRef, ob); } else if (item.Attributes.ToString() == "href") { worldscaleRateIDRef = item.Attributes["href"].Name; } else { worldscaleRate = new XsdTypeDecimal(item); } } } XmlNodeList contractRateNodeList = xmlNode.SelectNodes("contractRate"); if (contractRateNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in contractRateNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { contractRateIDRef = item.Attributes["id"].Name; NonNegativeMoney ob = NonNegativeMoney(); IDManager.SetID(contractRateIDRef, ob); } else if (item.Attributes.ToString() == "href") { contractRateIDRef = item.Attributes["href"].Name; } else { contractRate = new NonNegativeMoney(item); } } } XmlNodeList settlementPeriodsPriceNodeList = xmlNode.SelectNodes("settlementPeriodsPrice"); foreach (XmlNode item in settlementPeriodsPriceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { settlementPeriodsPriceIDRef = item.Attributes["id"].Name; List <SettlementPeriodsFixedPrice> ob = new List <SettlementPeriodsFixedPrice>(); ob.Add(new SettlementPeriodsFixedPrice(item)); IDManager.SetID(settlementPeriodsPriceIDRef, ob); } else if (item.Attributes.ToString() == "href") { settlementPeriodsPriceIDRef = item.Attributes["href"].Name; } else { settlementPeriodsPrice.Add(new SettlementPeriodsFixedPrice(item)); } } } XmlNodeList totalPriceNodeList = xmlNode.SelectNodes("totalPrice"); if (totalPriceNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in totalPriceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { totalPriceIDRef = item.Attributes["id"].Name; NonNegativeMoney ob = NonNegativeMoney(); IDManager.SetID(totalPriceIDRef, ob); } else if (item.Attributes.ToString() == "href") { totalPriceIDRef = item.Attributes["href"].Name; } else { totalPrice = new NonNegativeMoney(item); } } } XmlNodeList notionalQuantityScheduleNodeList = xmlNode.SelectNodes("notionalQuantitySchedule"); if (notionalQuantityScheduleNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in notionalQuantityScheduleNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { notionalQuantityScheduleIDRef = item.Attributes["id"].Name; CommodityNotionalQuantitySchedule ob = CommodityNotionalQuantitySchedule(); IDManager.SetID(notionalQuantityScheduleIDRef, ob); } else if (item.Attributes.ToString() == "href") { notionalQuantityScheduleIDRef = item.Attributes["href"].Name; } else { notionalQuantitySchedule = new CommodityNotionalQuantitySchedule(item); } } } XmlNodeList notionalQuantityNodeList = xmlNode.SelectNodes("notionalQuantity"); if (notionalQuantityNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in notionalQuantityNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { notionalQuantityIDRef = item.Attributes["id"].Name; CommodityNotionalQuantity ob = CommodityNotionalQuantity(); IDManager.SetID(notionalQuantityIDRef, ob); } else if (item.Attributes.ToString() == "href") { notionalQuantityIDRef = item.Attributes["href"].Name; } else { notionalQuantity = new CommodityNotionalQuantity(item); } } } XmlNodeList settlementPeriodsNotionalQuantityNodeList = xmlNode.SelectNodes("settlementPeriodsNotionalQuantity"); foreach (XmlNode item in settlementPeriodsNotionalQuantityNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { settlementPeriodsNotionalQuantityIDRef = item.Attributes["id"].Name; List <CommoditySettlementPeriodsNotionalQuantity> ob = new List <CommoditySettlementPeriodsNotionalQuantity>(); ob.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); IDManager.SetID(settlementPeriodsNotionalQuantityIDRef, ob); } else if (item.Attributes.ToString() == "href") { settlementPeriodsNotionalQuantityIDRef = item.Attributes["href"].Name; } else { settlementPeriodsNotionalQuantity.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); } } } XmlNodeList totalNotionalQuantityNodeList = xmlNode.SelectNodes("totalNotionalQuantity"); if (totalNotionalQuantityNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in totalNotionalQuantityNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { totalNotionalQuantityIDRef = item.Attributes["id"].Name; XsdTypeDecimal ob = XsdTypeDecimal(); IDManager.SetID(totalNotionalQuantityIDRef, ob); } else if (item.Attributes.ToString() == "href") { totalNotionalQuantityIDRef = item.Attributes["href"].Name; } else { totalNotionalQuantity = new XsdTypeDecimal(item); } } } XmlNodeList quantityReferenceNodeList = xmlNode.SelectNodes("quantityReference"); if (quantityReferenceNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in quantityReferenceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { quantityReferenceIDRef = item.Attributes["id"].Name; QuantityReference ob = QuantityReference(); IDManager.SetID(quantityReferenceIDRef, ob); } else if (item.Attributes.ToString() == "href") { quantityReferenceIDRef = item.Attributes["href"].Name; } else { quantityReference = new QuantityReference(item); } } } XmlNodeList relativePaymentDatesNodeList = xmlNode.SelectNodes("relativePaymentDates"); if (relativePaymentDatesNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in relativePaymentDatesNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { relativePaymentDatesIDRef = item.Attributes["id"].Name; CommodityRelativePaymentDates ob = CommodityRelativePaymentDates(); IDManager.SetID(relativePaymentDatesIDRef, ob); } else if (item.Attributes.ToString() == "href") { relativePaymentDatesIDRef = item.Attributes["href"].Name; } else { relativePaymentDates = new CommodityRelativePaymentDates(item); } } } XmlNodeList paymentDatesNodeList = xmlNode.SelectNodes("paymentDates"); if (paymentDatesNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in paymentDatesNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { paymentDatesIDRef = item.Attributes["id"].Name; AdjustableDatesOrRelativeDateOffset ob = AdjustableDatesOrRelativeDateOffset(); IDManager.SetID(paymentDatesIDRef, ob); } else if (item.Attributes.ToString() == "href") { paymentDatesIDRef = item.Attributes["href"].Name; } else { paymentDates = new AdjustableDatesOrRelativeDateOffset(item); } } } XmlNodeList masterAgreementPaymentDatesNodeList = xmlNode.SelectNodes("masterAgreementPaymentDates"); if (masterAgreementPaymentDatesNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in masterAgreementPaymentDatesNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { masterAgreementPaymentDatesIDRef = item.Attributes["id"].Name; XsdTypeBoolean ob = XsdTypeBoolean(); IDManager.SetID(masterAgreementPaymentDatesIDRef, ob); } else if (item.Attributes.ToString() == "href") { masterAgreementPaymentDatesIDRef = item.Attributes["href"].Name; } else { masterAgreementPaymentDates = new XsdTypeBoolean(item); } } } XmlNodeList flatRateNodeList = xmlNode.SelectNodes("flatRate"); if (flatRateNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in flatRateNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { flatRateIDRef = item.Attributes["id"].Name; FlatRateEnum ob = FlatRateEnum(); IDManager.SetID(flatRateIDRef, ob); } else if (item.Attributes.ToString() == "href") { flatRateIDRef = item.Attributes["href"].Name; } else { flatRate = new FlatRateEnum(item); } } } XmlNodeList flatRateAmountNodeList = xmlNode.SelectNodes("flatRateAmount"); if (flatRateAmountNodeList.Count > 1) { throw new Exception(); } foreach (XmlNode item in flatRateAmountNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] == null) { if (item.Attributes["id"] != null) { flatRateAmountIDRef = item.Attributes["id"].Name; NonNegativeMoney ob = NonNegativeMoney(); IDManager.SetID(flatRateAmountIDRef, ob); } else if (item.Attributes.ToString() == "href") { flatRateAmountIDRef = item.Attributes["href"].Name; } else { flatRateAmount = new NonNegativeMoney(item); } } } }
public FixedPriceLeg(XmlNode xmlNode) : base(xmlNode) { XmlNode calculationDatesNode = xmlNode.SelectSingleNode("calculationDates"); if (calculationDatesNode != null) { if (calculationDatesNode.Attributes["href"] != null || calculationDatesNode.Attributes["id"] != null) { if (calculationDatesNode.Attributes["id"] != null) { calculationDatesIDRef_ = calculationDatesNode.Attributes["id"].Value; AdjustableDates ob = new AdjustableDates(calculationDatesNode); IDManager.SetID(calculationDatesIDRef_, ob); } else if (calculationDatesNode.Attributes["href"] != null) { calculationDatesIDRef_ = calculationDatesNode.Attributes["href"].Value; } else { calculationDates_ = new AdjustableDates(calculationDatesNode); } } else { calculationDates_ = new AdjustableDates(calculationDatesNode); } } XmlNode calculationPeriodsNode = xmlNode.SelectSingleNode("calculationPeriods"); if (calculationPeriodsNode != null) { if (calculationPeriodsNode.Attributes["href"] != null || calculationPeriodsNode.Attributes["id"] != null) { if (calculationPeriodsNode.Attributes["id"] != null) { calculationPeriodsIDRef_ = calculationPeriodsNode.Attributes["id"].Value; AdjustableDates ob = new AdjustableDates(calculationPeriodsNode); IDManager.SetID(calculationPeriodsIDRef_, ob); } else if (calculationPeriodsNode.Attributes["href"] != null) { calculationPeriodsIDRef_ = calculationPeriodsNode.Attributes["href"].Value; } else { calculationPeriods_ = new AdjustableDates(calculationPeriodsNode); } } else { calculationPeriods_ = new AdjustableDates(calculationPeriodsNode); } } XmlNode calculationPeriodsScheduleNode = xmlNode.SelectSingleNode("calculationPeriodsSchedule"); if (calculationPeriodsScheduleNode != null) { if (calculationPeriodsScheduleNode.Attributes["href"] != null || calculationPeriodsScheduleNode.Attributes["id"] != null) { if (calculationPeriodsScheduleNode.Attributes["id"] != null) { calculationPeriodsScheduleIDRef_ = calculationPeriodsScheduleNode.Attributes["id"].Value; CommodityCalculationPeriodsSchedule ob = new CommodityCalculationPeriodsSchedule(calculationPeriodsScheduleNode); IDManager.SetID(calculationPeriodsScheduleIDRef_, ob); } else if (calculationPeriodsScheduleNode.Attributes["href"] != null) { calculationPeriodsScheduleIDRef_ = calculationPeriodsScheduleNode.Attributes["href"].Value; } else { calculationPeriodsSchedule_ = new CommodityCalculationPeriodsSchedule(calculationPeriodsScheduleNode); } } else { calculationPeriodsSchedule_ = new CommodityCalculationPeriodsSchedule(calculationPeriodsScheduleNode); } } XmlNode calculationPeriodsReferenceNode = xmlNode.SelectSingleNode("calculationPeriodsReference"); if (calculationPeriodsReferenceNode != null) { if (calculationPeriodsReferenceNode.Attributes["href"] != null || calculationPeriodsReferenceNode.Attributes["id"] != null) { if (calculationPeriodsReferenceNode.Attributes["id"] != null) { calculationPeriodsReferenceIDRef_ = calculationPeriodsReferenceNode.Attributes["id"].Value; CalculationPeriodsReference ob = new CalculationPeriodsReference(calculationPeriodsReferenceNode); IDManager.SetID(calculationPeriodsReferenceIDRef_, ob); } else if (calculationPeriodsReferenceNode.Attributes["href"] != null) { calculationPeriodsReferenceIDRef_ = calculationPeriodsReferenceNode.Attributes["href"].Value; } else { calculationPeriodsReference_ = new CalculationPeriodsReference(calculationPeriodsReferenceNode); } } else { calculationPeriodsReference_ = new CalculationPeriodsReference(calculationPeriodsReferenceNode); } } XmlNode calculationPeriodsScheduleReferenceNode = xmlNode.SelectSingleNode("calculationPeriodsScheduleReference"); if (calculationPeriodsScheduleReferenceNode != null) { if (calculationPeriodsScheduleReferenceNode.Attributes["href"] != null || calculationPeriodsScheduleReferenceNode.Attributes["id"] != null) { if (calculationPeriodsScheduleReferenceNode.Attributes["id"] != null) { calculationPeriodsScheduleReferenceIDRef_ = calculationPeriodsScheduleReferenceNode.Attributes["id"].Value; CalculationPeriodsScheduleReference ob = new CalculationPeriodsScheduleReference(calculationPeriodsScheduleReferenceNode); IDManager.SetID(calculationPeriodsScheduleReferenceIDRef_, ob); } else if (calculationPeriodsScheduleReferenceNode.Attributes["href"] != null) { calculationPeriodsScheduleReferenceIDRef_ = calculationPeriodsScheduleReferenceNode.Attributes["href"].Value; } else { calculationPeriodsScheduleReference_ = new CalculationPeriodsScheduleReference(calculationPeriodsScheduleReferenceNode); } } else { calculationPeriodsScheduleReference_ = new CalculationPeriodsScheduleReference(calculationPeriodsScheduleReferenceNode); } } XmlNode calculationPeriodsDatesReferenceNode = xmlNode.SelectSingleNode("calculationPeriodsDatesReference"); if (calculationPeriodsDatesReferenceNode != null) { if (calculationPeriodsDatesReferenceNode.Attributes["href"] != null || calculationPeriodsDatesReferenceNode.Attributes["id"] != null) { if (calculationPeriodsDatesReferenceNode.Attributes["id"] != null) { calculationPeriodsDatesReferenceIDRef_ = calculationPeriodsDatesReferenceNode.Attributes["id"].Value; CalculationPeriodsDatesReference ob = new CalculationPeriodsDatesReference(calculationPeriodsDatesReferenceNode); IDManager.SetID(calculationPeriodsDatesReferenceIDRef_, ob); } else if (calculationPeriodsDatesReferenceNode.Attributes["href"] != null) { calculationPeriodsDatesReferenceIDRef_ = calculationPeriodsDatesReferenceNode.Attributes["href"].Value; } else { calculationPeriodsDatesReference_ = new CalculationPeriodsDatesReference(calculationPeriodsDatesReferenceNode); } } else { calculationPeriodsDatesReference_ = new CalculationPeriodsDatesReference(calculationPeriodsDatesReferenceNode); } } XmlNode fixedPriceScheduleNode = xmlNode.SelectSingleNode("fixedPriceSchedule"); if (fixedPriceScheduleNode != null) { if (fixedPriceScheduleNode.Attributes["href"] != null || fixedPriceScheduleNode.Attributes["id"] != null) { if (fixedPriceScheduleNode.Attributes["id"] != null) { fixedPriceScheduleIDRef_ = fixedPriceScheduleNode.Attributes["id"].Value; CommodityFixedPriceSchedule ob = new CommodityFixedPriceSchedule(fixedPriceScheduleNode); IDManager.SetID(fixedPriceScheduleIDRef_, ob); } else if (fixedPriceScheduleNode.Attributes["href"] != null) { fixedPriceScheduleIDRef_ = fixedPriceScheduleNode.Attributes["href"].Value; } else { fixedPriceSchedule_ = new CommodityFixedPriceSchedule(fixedPriceScheduleNode); } } else { fixedPriceSchedule_ = new CommodityFixedPriceSchedule(fixedPriceScheduleNode); } } XmlNode fixedPriceNode = xmlNode.SelectSingleNode("fixedPrice"); if (fixedPriceNode != null) { if (fixedPriceNode.Attributes["href"] != null || fixedPriceNode.Attributes["id"] != null) { if (fixedPriceNode.Attributes["id"] != null) { fixedPriceIDRef_ = fixedPriceNode.Attributes["id"].Value; FixedPrice ob = new FixedPrice(fixedPriceNode); IDManager.SetID(fixedPriceIDRef_, ob); } else if (fixedPriceNode.Attributes["href"] != null) { fixedPriceIDRef_ = fixedPriceNode.Attributes["href"].Value; } else { fixedPrice_ = new FixedPrice(fixedPriceNode); } } else { fixedPrice_ = new FixedPrice(fixedPriceNode); } } XmlNode worldscaleRateNode = xmlNode.SelectSingleNode("worldscaleRate"); if (worldscaleRateNode != null) { if (worldscaleRateNode.Attributes["href"] != null || worldscaleRateNode.Attributes["id"] != null) { if (worldscaleRateNode.Attributes["id"] != null) { worldscaleRateIDRef_ = worldscaleRateNode.Attributes["id"].Value; XsdTypeDecimal ob = new XsdTypeDecimal(worldscaleRateNode); IDManager.SetID(worldscaleRateIDRef_, ob); } else if (worldscaleRateNode.Attributes["href"] != null) { worldscaleRateIDRef_ = worldscaleRateNode.Attributes["href"].Value; } else { worldscaleRate_ = new XsdTypeDecimal(worldscaleRateNode); } } else { worldscaleRate_ = new XsdTypeDecimal(worldscaleRateNode); } } XmlNode contractRateNode = xmlNode.SelectSingleNode("contractRate"); if (contractRateNode != null) { if (contractRateNode.Attributes["href"] != null || contractRateNode.Attributes["id"] != null) { if (contractRateNode.Attributes["id"] != null) { contractRateIDRef_ = contractRateNode.Attributes["id"].Value; NonNegativeMoney ob = new NonNegativeMoney(contractRateNode); IDManager.SetID(contractRateIDRef_, ob); } else if (contractRateNode.Attributes["href"] != null) { contractRateIDRef_ = contractRateNode.Attributes["href"].Value; } else { contractRate_ = new NonNegativeMoney(contractRateNode); } } else { contractRate_ = new NonNegativeMoney(contractRateNode); } } XmlNodeList settlementPeriodsPriceNodeList = xmlNode.SelectNodes("settlementPeriodsPrice"); if (settlementPeriodsPriceNodeList != null) { this.settlementPeriodsPrice_ = new List<SettlementPeriodsFixedPrice>(); foreach (XmlNode item in settlementPeriodsPriceNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] != null) { if (item.Attributes["id"] != null) { settlementPeriodsPriceIDRef_ = item.Attributes["id"].Value; settlementPeriodsPrice_.Add(new SettlementPeriodsFixedPrice(item)); IDManager.SetID(settlementPeriodsPriceIDRef_, settlementPeriodsPrice_[settlementPeriodsPrice_.Count - 1 ]); } else if (item.Attributes["href"] != null) { settlementPeriodsPriceIDRef_ = item.Attributes["href"].Value; } else { settlementPeriodsPrice_.Add(new SettlementPeriodsFixedPrice(item)); } } else { settlementPeriodsPrice_.Add(new SettlementPeriodsFixedPrice(item)); } } } XmlNode totalPriceNode = xmlNode.SelectSingleNode("totalPrice"); if (totalPriceNode != null) { if (totalPriceNode.Attributes["href"] != null || totalPriceNode.Attributes["id"] != null) { if (totalPriceNode.Attributes["id"] != null) { totalPriceIDRef_ = totalPriceNode.Attributes["id"].Value; NonNegativeMoney ob = new NonNegativeMoney(totalPriceNode); IDManager.SetID(totalPriceIDRef_, ob); } else if (totalPriceNode.Attributes["href"] != null) { totalPriceIDRef_ = totalPriceNode.Attributes["href"].Value; } else { totalPrice_ = new NonNegativeMoney(totalPriceNode); } } else { totalPrice_ = new NonNegativeMoney(totalPriceNode); } } XmlNode notionalQuantityScheduleNode = xmlNode.SelectSingleNode("notionalQuantitySchedule"); if (notionalQuantityScheduleNode != null) { if (notionalQuantityScheduleNode.Attributes["href"] != null || notionalQuantityScheduleNode.Attributes["id"] != null) { if (notionalQuantityScheduleNode.Attributes["id"] != null) { notionalQuantityScheduleIDRef_ = notionalQuantityScheduleNode.Attributes["id"].Value; CommodityNotionalQuantitySchedule ob = new CommodityNotionalQuantitySchedule(notionalQuantityScheduleNode); IDManager.SetID(notionalQuantityScheduleIDRef_, ob); } else if (notionalQuantityScheduleNode.Attributes["href"] != null) { notionalQuantityScheduleIDRef_ = notionalQuantityScheduleNode.Attributes["href"].Value; } else { notionalQuantitySchedule_ = new CommodityNotionalQuantitySchedule(notionalQuantityScheduleNode); } } else { notionalQuantitySchedule_ = new CommodityNotionalQuantitySchedule(notionalQuantityScheduleNode); } } XmlNode notionalQuantityNode = xmlNode.SelectSingleNode("notionalQuantity"); if (notionalQuantityNode != null) { if (notionalQuantityNode.Attributes["href"] != null || notionalQuantityNode.Attributes["id"] != null) { if (notionalQuantityNode.Attributes["id"] != null) { notionalQuantityIDRef_ = notionalQuantityNode.Attributes["id"].Value; CommodityNotionalQuantity ob = new CommodityNotionalQuantity(notionalQuantityNode); IDManager.SetID(notionalQuantityIDRef_, ob); } else if (notionalQuantityNode.Attributes["href"] != null) { notionalQuantityIDRef_ = notionalQuantityNode.Attributes["href"].Value; } else { notionalQuantity_ = new CommodityNotionalQuantity(notionalQuantityNode); } } else { notionalQuantity_ = new CommodityNotionalQuantity(notionalQuantityNode); } } XmlNodeList settlementPeriodsNotionalQuantityNodeList = xmlNode.SelectNodes("settlementPeriodsNotionalQuantity"); if (settlementPeriodsNotionalQuantityNodeList != null) { this.settlementPeriodsNotionalQuantity_ = new List<CommoditySettlementPeriodsNotionalQuantity>(); foreach (XmlNode item in settlementPeriodsNotionalQuantityNodeList) { if (item.Attributes["href"] != null || item.Attributes["id"] != null) { if (item.Attributes["id"] != null) { settlementPeriodsNotionalQuantityIDRef_ = item.Attributes["id"].Value; settlementPeriodsNotionalQuantity_.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); IDManager.SetID(settlementPeriodsNotionalQuantityIDRef_, settlementPeriodsNotionalQuantity_[settlementPeriodsNotionalQuantity_.Count - 1 ]); } else if (item.Attributes["href"] != null) { settlementPeriodsNotionalQuantityIDRef_ = item.Attributes["href"].Value; } else { settlementPeriodsNotionalQuantity_.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); } } else { settlementPeriodsNotionalQuantity_.Add(new CommoditySettlementPeriodsNotionalQuantity(item)); } } } XmlNode totalNotionalQuantityNode = xmlNode.SelectSingleNode("totalNotionalQuantity"); if (totalNotionalQuantityNode != null) { if (totalNotionalQuantityNode.Attributes["href"] != null || totalNotionalQuantityNode.Attributes["id"] != null) { if (totalNotionalQuantityNode.Attributes["id"] != null) { totalNotionalQuantityIDRef_ = totalNotionalQuantityNode.Attributes["id"].Value; XsdTypeDecimal ob = new XsdTypeDecimal(totalNotionalQuantityNode); IDManager.SetID(totalNotionalQuantityIDRef_, ob); } else if (totalNotionalQuantityNode.Attributes["href"] != null) { totalNotionalQuantityIDRef_ = totalNotionalQuantityNode.Attributes["href"].Value; } else { totalNotionalQuantity_ = new XsdTypeDecimal(totalNotionalQuantityNode); } } else { totalNotionalQuantity_ = new XsdTypeDecimal(totalNotionalQuantityNode); } } XmlNode quantityReferenceNode = xmlNode.SelectSingleNode("quantityReference"); if (quantityReferenceNode != null) { if (quantityReferenceNode.Attributes["href"] != null || quantityReferenceNode.Attributes["id"] != null) { if (quantityReferenceNode.Attributes["id"] != null) { quantityReferenceIDRef_ = quantityReferenceNode.Attributes["id"].Value; QuantityReference ob = new QuantityReference(quantityReferenceNode); IDManager.SetID(quantityReferenceIDRef_, ob); } else if (quantityReferenceNode.Attributes["href"] != null) { quantityReferenceIDRef_ = quantityReferenceNode.Attributes["href"].Value; } else { quantityReference_ = new QuantityReference(quantityReferenceNode); } } else { quantityReference_ = new QuantityReference(quantityReferenceNode); } } XmlNode relativePaymentDatesNode = xmlNode.SelectSingleNode("relativePaymentDates"); if (relativePaymentDatesNode != null) { if (relativePaymentDatesNode.Attributes["href"] != null || relativePaymentDatesNode.Attributes["id"] != null) { if (relativePaymentDatesNode.Attributes["id"] != null) { relativePaymentDatesIDRef_ = relativePaymentDatesNode.Attributes["id"].Value; CommodityRelativePaymentDates ob = new CommodityRelativePaymentDates(relativePaymentDatesNode); IDManager.SetID(relativePaymentDatesIDRef_, ob); } else if (relativePaymentDatesNode.Attributes["href"] != null) { relativePaymentDatesIDRef_ = relativePaymentDatesNode.Attributes["href"].Value; } else { relativePaymentDates_ = new CommodityRelativePaymentDates(relativePaymentDatesNode); } } else { relativePaymentDates_ = new CommodityRelativePaymentDates(relativePaymentDatesNode); } } XmlNode paymentDatesNode = xmlNode.SelectSingleNode("paymentDates"); if (paymentDatesNode != null) { if (paymentDatesNode.Attributes["href"] != null || paymentDatesNode.Attributes["id"] != null) { if (paymentDatesNode.Attributes["id"] != null) { paymentDatesIDRef_ = paymentDatesNode.Attributes["id"].Value; AdjustableDatesOrRelativeDateOffset ob = new AdjustableDatesOrRelativeDateOffset(paymentDatesNode); IDManager.SetID(paymentDatesIDRef_, ob); } else if (paymentDatesNode.Attributes["href"] != null) { paymentDatesIDRef_ = paymentDatesNode.Attributes["href"].Value; } else { paymentDates_ = new AdjustableDatesOrRelativeDateOffset(paymentDatesNode); } } else { paymentDates_ = new AdjustableDatesOrRelativeDateOffset(paymentDatesNode); } } XmlNode masterAgreementPaymentDatesNode = xmlNode.SelectSingleNode("masterAgreementPaymentDates"); if (masterAgreementPaymentDatesNode != null) { if (masterAgreementPaymentDatesNode.Attributes["href"] != null || masterAgreementPaymentDatesNode.Attributes["id"] != null) { if (masterAgreementPaymentDatesNode.Attributes["id"] != null) { masterAgreementPaymentDatesIDRef_ = masterAgreementPaymentDatesNode.Attributes["id"].Value; XsdTypeBoolean ob = new XsdTypeBoolean(masterAgreementPaymentDatesNode); IDManager.SetID(masterAgreementPaymentDatesIDRef_, ob); } else if (masterAgreementPaymentDatesNode.Attributes["href"] != null) { masterAgreementPaymentDatesIDRef_ = masterAgreementPaymentDatesNode.Attributes["href"].Value; } else { masterAgreementPaymentDates_ = new XsdTypeBoolean(masterAgreementPaymentDatesNode); } } else { masterAgreementPaymentDates_ = new XsdTypeBoolean(masterAgreementPaymentDatesNode); } } XmlNode flatRateNode = xmlNode.SelectSingleNode("flatRate"); if (flatRateNode != null) { if (flatRateNode.Attributes["href"] != null || flatRateNode.Attributes["id"] != null) { if (flatRateNode.Attributes["id"] != null) { flatRateIDRef_ = flatRateNode.Attributes["id"].Value; FlatRateEnum ob = new FlatRateEnum(flatRateNode); IDManager.SetID(flatRateIDRef_, ob); } else if (flatRateNode.Attributes["href"] != null) { flatRateIDRef_ = flatRateNode.Attributes["href"].Value; } else { flatRate_ = new FlatRateEnum(flatRateNode); } } else { flatRate_ = new FlatRateEnum(flatRateNode); } } XmlNode flatRateAmountNode = xmlNode.SelectSingleNode("flatRateAmount"); if (flatRateAmountNode != null) { if (flatRateAmountNode.Attributes["href"] != null || flatRateAmountNode.Attributes["id"] != null) { if (flatRateAmountNode.Attributes["id"] != null) { flatRateAmountIDRef_ = flatRateAmountNode.Attributes["id"].Value; NonNegativeMoney ob = new NonNegativeMoney(flatRateAmountNode); IDManager.SetID(flatRateAmountIDRef_, ob); } else if (flatRateAmountNode.Attributes["href"] != null) { flatRateAmountIDRef_ = flatRateAmountNode.Attributes["href"].Value; } else { flatRateAmount_ = new NonNegativeMoney(flatRateAmountNode); } } else { flatRateAmount_ = new NonNegativeMoney(flatRateAmountNode); } } }