Version: 1.2.0.11
stix.report.header Module¶
Classes¶
-
class
stix.report.header.Header(title=None, description=None, short_description=None, handling=None, intents=None, information_source=None)¶ Bases:
stix.base.EntityThe Report Header.
Parameters: - handling – The data marking section of the Header.
- information_source – The
InformationSourcesection of the Header. - intents – A collection of
VocabStringdefining the intent of the parentReport. - description – A description of the intent or purpose of the parent
Report. - short_description – A short description of the intent or purpose of
the parent
Report. - title – The title of the
Report.
-
add_description(description)¶ Adds a description to the
descriptionscollection.This is the same as calling “foo.descriptions.add(bar)”.
-
add_intent(intent)¶ Adds
VocabStringobject to theintentscollection.If the input is not an instance of
VocabString, an effort will be made to convert it into an instance ofReportIntent.
-
add_short_description(description)¶ Adds a description to the
short_descriptionscollection.This is the same as calling “foo.short_descriptions.add(bar)”.
-
description¶ A single description about the contents or purpose of this object.
Default Value:
NoneNote
If this object has more than one description set, this will return the description with the lowest ordinality value.
Returns: An instance of StructuredText
-
short_description¶ A single short description about the contents or purpose of this object.
Default Value:
NoneNote
If this object has more than one short description set, this will return the description with the lowest ordinality value.
Returns: An instance of StructuredText