Package CIM14 :: 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.

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

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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 = ['kind', 'issuerIdentificationNumber']
  _defaults = {'issuerIdentificationNumber': '', 'kind': 'retail...
  _enums = {'kind': 'SupplierKind'}
  _many_refs = ['CustomerAgreements', 'ServiceDeliveryPoints']
  _refs = ['CustomerAgreements', 'ServiceDeliveryPoints']

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

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

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ServiceSupplier' instance.

Parameters:
  • kind - Kind of supplier. Values are: "retailer", "utility", "other"
  • 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.
  • CustomerAgreements - All customer agreements of this service supplier.
  • ServiceDeliveryPoints - All service delivery points this service supplier utilises to deliver a service.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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

_defaults

Value:
{'issuerIdentificationNumber': '', 'kind': 'retailer'}

Property Details [hide private]

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)