Package CIM15 :: Package IEC61968 :: Package Common :: Module UserAttribute' :: Class UserAttribute
[hide private]
[frames] | no frames]

Class UserAttribute

      object --+    
               |    
Element'.Element --+
                   |
                  UserAttribute

Generic name-value pair class, with optional sequence number and units for value; can be used to model parts of information exchange when concrete types are not known in advance.Generic name-value pair class, with optional sequence number and units for value; can be used to model parts of information exchange when concrete types are not known in advance.

Instance Methods [hide private]
 
__init__(self, name='', value='', sequenceNumber=0, ErpLedgerEntries=None, ProcedureDataSets=None, Transaction=None, PropertySpecification=None, Procedure=None, PropertyAssets=None, RatingSpecification=None, ErpInvoiceLineItems=None, RatingAssets=None, *args, **kw_args)
Initialises a new 'UserAttribute' instance.
 
addErpInvoiceLineItems(self, *ErpInvoiceLineItems)
 
addErpLedgerEntries(self, *ErpLedgerEntries)
 
addProcedureDataSets(self, *ProcedureDataSets)
 
addPropertyAssets(self, *PropertyAssets)
 
addRatingAssets(self, *RatingAssets)
 
getErpInvoiceLineItems(self)
 
getErpLedgerEntries(self)
 
getProcedure(self)
 
getProcedureDataSets(self)
 
getPropertyAssets(self)
 
getPropertySpecification(self)
 
getRatingAssets(self)
 
getRatingSpecification(self)
 
getTransaction(self)
Transaction for which this snapshot has been recorded.
 
removeErpInvoiceLineItems(self, *ErpInvoiceLineItems)
 
removeErpLedgerEntries(self, *ErpLedgerEntries)
 
removeProcedureDataSets(self, *ProcedureDataSets)
 
removePropertyAssets(self, *PropertyAssets)
 
removeRatingAssets(self, *RatingAssets)
 
setErpInvoiceLineItems(self, value)
 
setErpLedgerEntries(self, value)
 
setProcedure(self, value)
 
setProcedureDataSets(self, value)
 
setPropertyAssets(self, value)
 
setPropertySpecification(self, value)
 
setRatingAssets(self, value)
 
setRatingSpecification(self, value)
 
setTransaction(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'name': <type 'str'>, 'sequenceNumber': <type '...
  _attrs = ['name', 'value', 'sequenceNumber']
  _defaults = {'name': '', 'sequenceNumber': 0, 'value': ''}
  _many_refs = ['ErpLedgerEntries', 'ProcedureDataSets', 'Proper...
  _refs = ['ErpLedgerEntries', 'ProcedureDataSets', 'Transaction...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpInvoiceLineItems
  ErpLedgerEntries
  Procedure
  ProcedureDataSets
  PropertyAssets
  PropertySpecification
  RatingAssets
  RatingSpecification
  Transaction
Transaction for which this snapshot has been recorded.

Inherited from object: __class__

Method Details [hide private]

__init__(self, name='', value='', sequenceNumber=0, ErpLedgerEntries=None, ProcedureDataSets=None, Transaction=None, PropertySpecification=None, Procedure=None, PropertyAssets=None, RatingSpecification=None, ErpInvoiceLineItems=None, RatingAssets=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'UserAttribute' instance.

Parameters:
  • name - Name of an attribute.
  • value - Value of an attribute, including unit information.
  • sequenceNumber - Sequence number for this attribute in a list of attributes.
  • ErpLedgerEntries
  • ProcedureDataSets
  • Transaction - Transaction for which this snapshot has been recorded.
  • PropertySpecification
  • Procedure
  • PropertyAssets
  • RatingSpecification
  • ErpInvoiceLineItems
  • RatingAssets
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'name': <type 'str'>,
 'sequenceNumber': <type 'int'>,
 'value': <type 'str'>}

_many_refs

Value:
['ErpLedgerEntries',
 'ProcedureDataSets',
 'PropertyAssets',
 'ErpInvoiceLineItems',
 'RatingAssets']

_refs

Value:
['ErpLedgerEntries',
 'ProcedureDataSets',
 'Transaction',
 'PropertySpecification',
 'Procedure',
 'PropertyAssets',
 'RatingSpecification',
 'ErpInvoiceLineItems',
...

Property Details [hide private]

ErpInvoiceLineItems

Get Method:
getErpInvoiceLineItems(self)
Set Method:
setErpInvoiceLineItems(self, value)

ErpLedgerEntries

Get Method:
getErpLedgerEntries(self)
Set Method:
setErpLedgerEntries(self, value)

Procedure

Get Method:
getProcedure(self)
Set Method:
setProcedure(self, value)

ProcedureDataSets

Get Method:
getProcedureDataSets(self)
Set Method:
setProcedureDataSets(self, value)

PropertyAssets

Get Method:
getPropertyAssets(self)
Set Method:
setPropertyAssets(self, value)

PropertySpecification

Get Method:
getPropertySpecification(self)
Set Method:
setPropertySpecification(self, value)

RatingAssets

Get Method:
getRatingAssets(self)
Set Method:
setRatingAssets(self, value)

RatingSpecification

Get Method:
getRatingSpecification(self)
Set Method:
setRatingSpecification(self, value)

Transaction

Transaction for which this snapshot has been recorded.

Get Method:
getTransaction(self) - Transaction for which this snapshot has been recorded.
Set Method:
setTransaction(self, value)