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

Class Status

object --+
         |
        Status

Current status information relevant to an entity.Current status information relevant to an entity.

Instance Methods [hide private]
 
__init__(self, reason='', dateTime='', value='', remark='')
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', 'dateTime', 'value', 'remark']
  _defaults = {'dateTime': '', 'reason': '', 'remark': '', 'valu...
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'Status' instance.

Parameters:
  • reason - Reason code or explanation for why an object went to the current status 'value'.
  • dateTime - Date and time for which status 'value' applies.
  • value - Status value at 'dateTime'; prior status changes may have been kept in instances of activity records associated with the object to which this status applies.
  • remark - Pertinent information regarding the current 'value', as free form text.
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': ''}