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