Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Core :: Module CoreIdentifiedObject' :: Class CoreIdentifiedObject
[hide private]
[frames] | no frames]

Class CoreIdentifiedObject

      object --+    
               |    
Element'.Element --+
                   |
                  CoreIdentifiedObject
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, mRID='', description='', name='', localName='', aliasName='', pathName='', ModelingAuthoritySet=None, *args, **kw_args)
Initialises a new 'CoreIdentifiedObject' instance.
 
getModelingAuthoritySet(self)
 
setModelingAuthoritySet(self, value)

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

Class Variables [hide private]
  _attr_types = {'aliasName': <type 'str'>, 'description': <type...
  _attrs = ['mRID', 'description', 'name', 'localName', 'aliasNa...
  _defaults = {'aliasName': '', 'description': '', 'localName': ...
  _refs = ['ModelingAuthoritySet']

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

Properties [hide private]
  ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, mRID='', description='', name='', localName='', aliasName='', pathName='', ModelingAuthoritySet=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CoreIdentifiedObject' instance.

Parameters:
  • mRID
  • description
  • name
  • localName
  • aliasName
  • pathName
  • ModelingAuthoritySet
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'aliasName': <type 'str'>,
 'description': <type 'str'>,
 'localName': <type 'str'>,
 'mRID': <type 'str'>,
 'name': <type 'str'>,
 'pathName': <type 'str'>}

_attrs

Value:
['mRID', 'description', 'name', 'localName', 'aliasName', 'pathName']

_defaults

Value:
{'aliasName': '',
 'description': '',
 'localName': '',
 'mRID': '',
 'name': '',
 'pathName': ''}

Property Details [hide private]

ModelingAuthoritySet

Get Method:
getModelingAuthoritySet(self)
Set Method:
setModelingAuthoritySet(self, value)