(self, lwrite, level, nsmap, namespace_=XML_NS, name_='TimeType', fromsubclass_=False, pretty_print=True)
| 1527 | def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='TimeType'): |
| 1528 | pass |
| 1529 | def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='TimeType', fromsubclass_=False, pretty_print=True): |
| 1530 | if pretty_print: |
| 1531 | eol_ = '\n' |
| 1532 | else: |
| 1533 | eol_ = '' |
| 1534 | if self.First_Malicious_Action is not None: |
| 1535 | self.First_Malicious_Action.export(lwrite, level, nsmap, namespace_, name_='First_Malicious_Action', pretty_print=pretty_print) |
| 1536 | if self.Initial_Compromise is not None: |
| 1537 | self.Initial_Compromise.export(lwrite, level, nsmap, namespace_, name_='Initial_Compromise', pretty_print=pretty_print) |
| 1538 | if self.First_Data_Exfiltration is not None: |
| 1539 | self.First_Data_Exfiltration.export(lwrite, level, nsmap, namespace_, name_='First_Data_Exfiltration', pretty_print=pretty_print) |
| 1540 | if self.Incident_Discovery is not None: |
| 1541 | self.Incident_Discovery.export(lwrite, level, nsmap, namespace_, name_='Incident_Discovery', pretty_print=pretty_print) |
| 1542 | if self.Incident_Opened is not None: |
| 1543 | self.Incident_Opened.export(lwrite, level, nsmap, namespace_, name_='Incident_Opened', pretty_print=pretty_print) |
| 1544 | if self.Containment_Achieved is not None: |
| 1545 | self.Containment_Achieved.export(lwrite, level, nsmap, namespace_, name_='Containment_Achieved', pretty_print=pretty_print) |
| 1546 | if self.Restoration_Achieved is not None: |
| 1547 | self.Restoration_Achieved.export(lwrite, level, nsmap, namespace_, name_='Restoration_Achieved', pretty_print=pretty_print) |
| 1548 | if self.Incident_Reported is not None: |
| 1549 | self.Incident_Reported.export(lwrite, level, nsmap, namespace_, name_='Incident_Reported', pretty_print=pretty_print) |
| 1550 | if self.Incident_Closed is not None: |
| 1551 | self.Incident_Closed.export(lwrite, level, nsmap, namespace_, name_='Incident_Closed', pretty_print=pretty_print) |
| 1552 | def build(self, node): |
| 1553 | self.__sourcenode__ = node |
| 1554 | already_processed = set() |
no test coverage detected