Organisation that provides services to Customers.
|
|
__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__
|