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.
|
|
__init__(self,
value='',
sequenceNumber=0,
name='',
PropertyAssets=None,
Transaction=None,
RatingAssets=None,
*args,
**kw_args)
Initialises a new 'UserAttribute' instance. |
|
|
|
|
| addPropertyAssets(self,
*PropertyAssets) |
|
|
|
|
| addRatingAssets(self,
*RatingAssets) |
|
|
|
|
|
|
|
|
|
|
getTransaction(self)
Transaction for which this snapshot has been recorded. |
|
|
|
|
| removePropertyAssets(self,
*PropertyAssets) |
|
|
|
|
| removeRatingAssets(self,
*RatingAssets) |
|
|
|
|
| setPropertyAssets(self,
value) |
|
|
|
|
| setRatingAssets(self,
value) |
|
|
|
|
| setTransaction(self,
value) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'name': <type 'str'>, 'sequenceNumber': <type '...
|
|
|
_attrs = ['value', 'sequenceNumber', 'name']
|
|
|
_defaults = {'name': '', 'sequenceNumber': 0, 'value': ''}
|
|
|
_many_refs = ['PropertyAssets', 'RatingAssets']
|
|
|
_refs = ['PropertyAssets', 'Transaction', 'RatingAssets']
|
|
|