(self, child_, node, nodeName_, fromsubclass_=False)
| 422 | def buildAttributes(self, node, attrs, already_processed): |
| 423 | pass |
| 424 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 425 | if nodeName_ == 'Course_Of_Action': |
| 426 | from . import course_of_action |
| 427 | obj_ = lookup_extension(child_, common_binding.CourseOfActionBaseType).factory() |
| 428 | obj_.build(child_) |
| 429 | self.Course_Of_Action.append(obj_) |
| 430 | # end class CoursesOfActionType |
| 431 | |
| 432 | class CampaignsType(GeneratedsSuper): |
no test coverage detected