Package CIM14 :: Package IEC61968 :: Package Common :: Module Status' :: Class Status
[hide private]
[frames] | no frames]

Class Status

      object --+    
               |    
Element'.Element --+
                   |
                  Status

Current status information relevant to an entity.

Instance Methods [hide private]
 
__init__(self, reason='', remark='', value='', dateTime='', *args, **kw_args)
Initialises a new 'Status' instance.

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

Class Variables [hide private]
  _attr_types = {'dateTime': <type 'str'>, 'reason': <type 'str'...
  _attrs = ['reason', 'remark', 'value', 'dateTime']
  _defaults = {'dateTime': '', 'reason': '', 'remark': '', 'valu...

Inherited from Element'.Element (private): _enums, _many_refs, _refs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, reason='', remark='', value='', dateTime='', *args, **kw_args)
(Constructor)

 

Initialises a new 'Status' instance.

Parameters:
  • reason - Reason code or explanation for why an object went to the current status 'value'.
  • remark - Pertinent information regarding the current 'value', as free form text.
  • value - Status value at 'dateTime'; prior status changes may have been kept in instances of ActivityRecords associated with the object to which this Status applies.
  • dateTime - Date and time for which status 'value' applies.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'dateTime': <type 'str'>,
 'reason': <type 'str'>,
 'remark': <type 'str'>,
 'value': <type 'str'>}

_defaults

Value:
{'dateTime': '', 'reason': '', 'remark': '', 'value': ''}