Package CIM15 :: Package IEC61968 :: Package PaymentMetering :: Module ServiceSupplier' :: Class ServiceSupplier
[hide private]
[frames] | no frames]

Class ServiceSupplier

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                   Common.Organisation'.Organisation --+
                                                       |
                                                      ServiceSupplier

Organisation that provides services to customers.Organisation that provides services to customers.

Instance Methods [hide private]
 
__init__(self, issuerIdentificationNumber='', kind='other', BankAccounts=None, ServiceDeliveryPoints=None, CustomerAgreements=None, *args, **kw_args)
Initialises a new 'ServiceSupplier' instance.
 
addBankAccounts(self, *BankAccounts)
 
addCustomerAgreements(self, *CustomerAgreements)
 
addServiceDeliveryPoints(self, *ServiceDeliveryPoints)
 
getBankAccounts(self)
All BackAccounts this ServiceSupplier owns.
 
getCustomerAgreements(self)
All customer agreements of this service supplier.
 
getServiceDeliveryPoints(self)
All service delivery points this service supplier utilises to deliver a service.
 
removeBankAccounts(self, *BankAccounts)
 
removeCustomerAgreements(self, *CustomerAgreements)
 
removeServiceDeliveryPoints(self, *ServiceDeliveryPoints)
 
setBankAccounts(self, value)
 
setCustomerAgreements(self, value)
 
setServiceDeliveryPoints(self, value)

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

Inherited from IEC61970.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 = {'issuerIdentificationNumber': <type 'str'>, 'ki...
  _attrs = ['issuerIdentificationNumber', 'kind']
  _defaults = {'issuerIdentificationNumber': '', 'kind': 'other'}
  _enums = {'kind': 'SupplierKind'}
  _many_refs = ['BankAccounts', 'ServiceDeliveryPoints', 'Custom...
  _refs = ['BankAccounts', 'ServiceDeliveryPoints', 'CustomerAgr...

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

Properties [hide private]
  BankAccounts
All BackAccounts this ServiceSupplier owns.
  CustomerAgreements
All customer agreements of this service supplier.
  ServiceDeliveryPoints
All service delivery points this service supplier utilises to deliver a service.

Inherited from Common.Organisation'.Organisation: BusinessRoles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, issuerIdentificationNumber='', kind='other', BankAccounts=None, ServiceDeliveryPoints=None, CustomerAgreements=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ServiceSupplier' instance.

Parameters:
  • issuerIdentificationNumber - Unique transaction reference prefix number issued to an entity by the International Standards Organisation for the purpose of tagging onto electronic financial transactions, as defined in ISO/IEC 7812-1 and ISO/IEC 7812-2.
  • kind - Kind of supplier. Values are: "other", "retailer", "utility"
  • BankAccounts - All BackAccounts this ServiceSupplier owns.
  • ServiceDeliveryPoints - All service delivery points this service supplier utilises to deliver a service.
  • CustomerAgreements - All customer agreements of this service supplier.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'issuerIdentificationNumber': <type 'str'>, 'kind': <type 'str'>}

_many_refs

Value:
['BankAccounts', 'ServiceDeliveryPoints', 'CustomerAgreements']

_refs

Value:
['BankAccounts', 'ServiceDeliveryPoints', 'CustomerAgreements']

Property Details [hide private]

BankAccounts

All BackAccounts this ServiceSupplier owns.

Get Method:
getBankAccounts(self) - All BackAccounts this ServiceSupplier owns.
Set Method:
setBankAccounts(self, value)

CustomerAgreements

All customer agreements of this service supplier.

Get Method:
getCustomerAgreements(self) - All customer agreements of this service supplier.
Set Method:
setCustomerAgreements(self, value)

ServiceDeliveryPoints

All service delivery points this service supplier utilises to deliver a service.

Get Method:
getServiceDeliveryPoints(self) - All service delivery points this service supplier utilises to deliver a service.
Set Method:
setServiceDeliveryPoints(self, value)