(self, child_, node, nodeName_, fromsubclass_=False)
| 1005 | def buildAttributes(self, node, attrs, already_processed): |
| 1006 | pass |
| 1007 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1008 | if nodeName_ == 'Initial_Reported_Total_Loss_Estimation': |
| 1009 | obj_ = LossEstimationType.factory() |
| 1010 | obj_.build(child_) |
| 1011 | self.set_Initial_Reported_Total_Loss_Estimation(obj_) |
| 1012 | elif nodeName_ == 'Actual_Total_Loss_Estimation': |
| 1013 | obj_ = LossEstimationType.factory() |
| 1014 | obj_.build(child_) |
| 1015 | self.set_Actual_Total_Loss_Estimation(obj_) |
| 1016 | # end class TotalLossEstimationType |
| 1017 | |
| 1018 | class IndirectImpactSummaryType(GeneratedsSuper): |
no test coverage detected