Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfWork :: Module InfoQuestion' :: Class InfoQuestion
[hide private]
[frames] | no frames]

Class InfoQuestion

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Document'.Document --+
                                              |
                                             InfoQuestion

Questions and answers associated with a type of document for purposes of clarification. Questions may be predefined or ad hoc.Questions and answers associated with a type of document for purposes of clarification. Questions may be predefined or ad hoc.

Instance Methods [hide private]
 
__init__(self, answer='', answerRemark='', questionText='', answerDateTime='', questionCode='', questionRemark='', questionCategory='', *args, **kw_args)
Initialises a new 'InfoQuestion' instance.

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'answer': <type 'str'>, 'answerDateTime': <type...
  _attrs = ['answer', 'answerRemark', 'questionText', 'answerDat...
  _defaults = {'answer': '', 'answerDateTime': '', 'answerRemark...
  _many_refs = []
  _refs = []

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, answer='', answerRemark='', questionText='', answerDateTime='', questionCode='', questionRemark='', questionCategory='', *args, **kw_args)
(Constructor)

 

Initialises a new 'InfoQuestion' instance.

Parameters:
  • answer - Answer to question.
  • answerRemark - Remarks to qualify the answer.
  • questionText - For non-coded questions, the question is provided here.
  • answerDateTime - The date and time the quesiton was answered.
  • questionCode - The question code. If blank, refer to questionText.
  • questionRemark - Remarks to qualify the question in this situation.
  • questionCategory - The category of the question.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'answer': <type 'str'>,
 'answerDateTime': <type 'str'>,
 'answerRemark': <type 'str'>,
 'questionCategory': <type 'str'>,
 'questionCode': <type 'str'>,
 'questionRemark': <type 'str'>,
 'questionText': <type 'str'>}

_attrs

Value:
['answer',
 'answerRemark',
 'questionText',
 'answerDateTime',
 'questionCode',
 'questionRemark',
 'questionCategory']

_defaults

Value:
{'answer': '',
 'answerDateTime': '',
 'answerRemark': '',
 'questionCategory': '',
 'questionCode': '',
 'questionRemark': '',
 'questionText': ''}