Class: BuildingSync::MeasureType::TypeOfMeasure::ModificationRetrocommissions::ModificationRetrocommissioning::ExistingSystemAffected

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: ExistingSystemAffected http://buildingsync.net/schemas/bedes-auc/2019ExistingSystemAffected

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

AttrIDref =
XSD::QName.new(nil, "IDref")

Instance Method Summary collapse

Constructor Details

#initializeExistingSystemAffected

Returns a new instance of ExistingSystemAffected.



5218
5219
5220
# File 'lib/BuildingSync.rb', line 5218

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



5206
5207
5208
# File 'lib/BuildingSync.rb', line 5206

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



5210
5211
5212
# File 'lib/BuildingSync.rb', line 5210

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



5214
5215
5216
# File 'lib/BuildingSync.rb', line 5214

def xmlattr_IDref=(value)
  __xmlattr[AttrIDref] = value
end