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

Class ElectronicAddress

      object --+    
               |    
Element'.Element --+
                   |
                  ElectronicAddress

Electronic address information.

Instance Methods [hide private]
 
__init__(self, password='', email='', radio='', userID='', lan='', web='', status=None, *args, **kw_args)
Initialises a new 'ElectronicAddress' instance.

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

Class Variables [hide private]
  _attr_types = {'email': <type 'str'>, 'lan': <type 'str'>, 'pa...
  _attrs = ['password', 'email', 'radio', 'userID', 'lan', 'web']
  _defaults = {'email': '', 'lan': '', 'password': '', 'radio': ...
  _refs = ['status']
  status = None

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, password='', email='', radio='', userID='', lan='', web='', status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ElectronicAddress' instance.

Parameters:
  • password - Password needed to log in.
  • email - Email address.
  • radio - Radio address.
  • userID - User ID needed to log in, which can be for an individual person, an organisation, a location, etc.
  • lan - Address on local area network.
  • web - World Wide Web address.
  • status - Status of this electronic address.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'email': <type 'str'>,
 'lan': <type 'str'>,
 'password': <type 'str'>,
 'radio': <type 'str'>,
 'userID': <type 'str'>,
 'web': <type 'str'>}

_defaults

Value:
{'email': '',
 'lan': '',
 'password': '',
 'radio': '',
 'userID': '',
 'web': ''}