Category of service provided to the customer.
|
|
__init__(self,
kind='water',
CustomerAgreements=None,
PricingStructures=None,
ServiceDeliveryPoints=None,
*args,
**kw_args)
Initialises a new 'ServiceCategory' instance. |
|
|
|
|
| addCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
|
| addPricingStructures(self,
*PricingStructures) |
|
|
|
|
| addServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
|
| getCustomerAgreements(self) |
|
|
|
|
getPricingStructures(self)
All pricing structures applicable to this service category. |
|
|
|
|
getServiceDeliveryPoints(self)
All service delivery points that deliver this category of service. |
|
|
|
|
| removeCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
|
| removePricingStructures(self,
*PricingStructures) |
|
|
|
|
| removeServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
|
| setCustomerAgreements(self,
value) |
|
|
|
|
| setPricingStructures(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__
|