Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfLocations :: Module LocationGrant' :: Class LocationGrant
[hide private]
[frames] | no frames]

Class LocationGrant

                         object --+                
                                  |                
                   Element'.Element --+            
                                      |            
Core.IdentifiedObject'.IdentifiedObject --+        
                                          |        
         IEC61968.Common.Document'.Document --+    
                                              |    
           IEC61968.Common.Agreement'.Agreement --+
                                                  |
                                                 LocationGrant

A grant provides a right, as defined by type, for a parcel of land. Note that the association to Location, Asset, Organisation, etc. for the Grant is inherited from Agreement, a type of Document.A grant provides a right, as defined by type, for a parcel of land. Note that the association to Location, Asset, Organisation, etc. for the Grant is inherited from Agreement, a type of Document.

Instance Methods [hide private]
 
__init__(self, propertyData='', LandProperty=None, *args, **kw_args)
Initialises a new 'LocationGrant' instance.
 
getLandProperty(self)
Land property this location grant applies to.
 
setLandProperty(self, value)

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

Inherited from 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__

Class Variables [hide private]
  _attr_types = {'propertyData': <type 'str'>}
  _attrs = ['propertyData']
  _defaults = {'propertyData': ''}
  _refs = ['LandProperty']

Inherited from IEC61968.Common.Agreement'.Agreement: validityInterval

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  LandProperty
Land property this location grant applies to.

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, propertyData='', LandProperty=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'LocationGrant' instance.

Parameters:
  • propertyData - Property related information that describes the Grant's land parcel. For example, it may be a deed book number, deed book page number, and parcel number.
  • LandProperty - Land property this location grant applies to.
Overrides: object.__init__

Property Details [hide private]

LandProperty

Land property this location grant applies to.

Get Method:
getLandProperty(self) - Land property this location grant applies to.
Set Method:
setLandProperty(self, value)