Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfWork :: Module OneCallRequest' :: Class OneCallRequest
[hide private]
[frames] | no frames]

Class OneCallRequest

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

A request for other utilities to mark their underground facilities prior to commencement of construction and/or maintenance.A request for other utilities to mark their underground facilities prior to commencement of construction and/or maintenance.

Instance Methods [hide private]
 
__init__(self, markedIndicator=False, explosivesUsed=False, markingInstruction='', WorkLocations=None, *args, **kw_args)
Initialises a new 'OneCallRequest' instance.
 
addWorkLocations(self, *WorkLocations)
 
getWorkLocations(self)
 
removeWorkLocations(self, *WorkLocations)
 
setWorkLocations(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 = {'explosivesUsed': <type 'bool'>, 'markedIndicat...
  _attrs = ['markedIndicator', 'explosivesUsed', 'markingInstruc...
  _defaults = {'explosivesUsed': False, 'markedIndicator': False...
  _many_refs = ['WorkLocations']
  _refs = ['WorkLocations']

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  WorkLocations

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, markedIndicator=False, explosivesUsed=False, markingInstruction='', WorkLocations=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OneCallRequest' instance.

Parameters:
  • markedIndicator - True if work location has been marked, for example for a dig area.
  • explosivesUsed - True if explosives have been or are planned to be used.
  • markingInstruction - Instructions for marking a dig area, if applicable.
  • WorkLocations
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'explosivesUsed': <type 'bool'>,
 'markedIndicator': <type 'bool'>,
 'markingInstruction': <type 'str'>}

_attrs

Value:
['markedIndicator', 'explosivesUsed', 'markingInstruction']

_defaults

Value:
{'explosivesUsed': False,
 'markedIndicator': False,
 'markingInstruction': ''}

Property Details [hide private]

WorkLocations

Get Method:
getWorkLocations(self)
Set Method:
setWorkLocations(self, value)