Class: BuildingSync::HVACSystemType::HeatingAndCoolingSystems::Deliveries::Delivery::HeatingSourceID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeHeatingSourceID

Returns a new instance of HeatingSourceID.



7085
7086
7087
# File 'lib/BuildingSync.rb', line 7085

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



7073
7074
7075
# File 'lib/BuildingSync.rb', line 7073

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



7077
7078
7079
# File 'lib/BuildingSync.rb', line 7077

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



7081
7082
7083
# File 'lib/BuildingSync.rb', line 7081

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