Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfCommon :: Module Bank' :: Class Bank
[hide private]
[frames] | no frames]

Class Bank

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
 IEC61968.Common.Organisation'.Organisation --+
                                              |
                                             Bank

Organisation that is a commercial bank, agency, or other institution that offers a similar service.Organisation that is a commercial bank, agency, or other institution that offers a similar service.

Instance Methods [hide private]
 
__init__(self, bic='', iban='', branchCode='', BankAccounts=None, *args, **kw_args)
Initialises a new 'Bank' instance.
 
addBankAccounts(self, *BankAccounts)
 
getBankAccounts(self)
All BankAccounts this Bank provides.
 
removeBankAccounts(self, *BankAccounts)
 
setBankAccounts(self, value)

Inherited from IEC61968.Common.Organisation'.Organisation: addBusinessRoles, getBusinessRoles, removeBusinessRoles, setBusinessRoles

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 = {'bic': <type 'str'>, 'branchCode': <type 'str'>...
  _attrs = ['bic', 'iban', 'branchCode']
  _defaults = {'bic': '', 'branchCode': '', 'iban': ''}
  _many_refs = ['BankAccounts']
  _refs = ['BankAccounts']

Inherited from IEC61968.Common.Organisation'.Organisation: electronicAddress, phone1, phone2, postalAddress, streetAddress

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BankAccounts
All BankAccounts this Bank provides.

Inherited from IEC61968.Common.Organisation'.Organisation: BusinessRoles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, bic='', iban='', branchCode='', BankAccounts=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Bank' instance.

Parameters:
  • bic - Bank identifier code as defined in ISO 9362; for use in countries wher IBAN is not yet in operation.
  • iban - International bank account number defined in ISO 13616; for countries where IBAN is not in operation, the existing BIC or SWIFT codes may be used instead (see ISO 9362).
  • branchCode - Codified reference to the particular branch of the bank where BankAccount is held.
  • BankAccounts - All BankAccounts this Bank provides.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'bic': <type 'str'>,
 'branchCode': <type 'str'>,
 'iban': <type 'str'>}

Property Details [hide private]

BankAccounts

All BankAccounts this Bank provides.

Get Method:
getBankAccounts(self) - All BankAccounts this Bank provides.
Set Method:
setBankAccounts(self, value)