Class: BuildingSync::CoolingPlantType

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019CoolingPlantType

chiller - BuildingSync::CoolingPlantType::Chiller
districtChilledWater - BuildingSync::CoolingPlantType::DistrictChilledWater
otherCombination - BuildingSync::OtherCombinationType
noCooling - BuildingSync::NoCoolingType
unknown - BuildingSync::UnknownType
coolingPlantCondition - BuildingSync::EquipmentCondition
location - SOAP::SOAPString
yearInstalled - SOAP::SOAPGYear
primaryFuel - BuildingSync::FuelTypes
buildingAutomationSystem - SOAP::SOAPBoolean
controlSystemTypes - BuildingSync::CoolingPlantType::ControlSystemTypes
userDefinedFields - BuildingSync::UserDefinedFields
xmlattr_ID - SOAP::SOAPID
xmlattr_Status - SOAP::SOAPString

Defined Under Namespace

Classes: Chiller, ControlSystemTypes, DistrictChilledWater

Constant Summary collapse

AttrID =
XSD::QName.new(nil, "ID")
AttrStatus =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Status")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(chiller = nil, districtChilledWater = nil, otherCombination = nil, noCooling = nil, unknown = nil, coolingPlantCondition = nil, location = nil, yearInstalled = nil, primaryFuel = nil, buildingAutomationSystem = nil, controlSystemTypes = nil, userDefinedFields = nil) ⇒ CoolingPlantType

Returns a new instance of CoolingPlantType.



8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
# File 'lib/BuildingSync.rb', line 8163

def initialize(chiller = nil, districtChilledWater = nil, otherCombination = nil, noCooling = nil, unknown = nil, coolingPlantCondition = nil, location = nil, yearInstalled = nil, primaryFuel = nil, buildingAutomationSystem = nil, controlSystemTypes = nil, userDefinedFields = nil)
  @chiller = chiller
  @districtChilledWater = districtChilledWater
  @otherCombination = otherCombination
  @noCooling = noCooling
  @unknown = unknown
  @coolingPlantCondition = coolingPlantCondition
  @location = location
  @yearInstalled = yearInstalled
  @primaryFuel = primaryFuel
  @buildingAutomationSystem = buildingAutomationSystem
  @controlSystemTypes = controlSystemTypes
  @userDefinedFields = userDefinedFields
  @__xmlattr = {}
end

Instance Attribute Details

#buildingAutomationSystemObject

Returns the value of attribute buildingAutomationSystem.



8139
8140
8141
# File 'lib/BuildingSync.rb', line 8139

def buildingAutomationSystem
  @buildingAutomationSystem
end

#chillerObject

Returns the value of attribute chiller.



8130
8131
8132
# File 'lib/BuildingSync.rb', line 8130

def chiller
  @chiller
end

#controlSystemTypesObject

Returns the value of attribute controlSystemTypes.



8140
8141
8142
# File 'lib/BuildingSync.rb', line 8140

def controlSystemTypes
  @controlSystemTypes
end

#coolingPlantConditionObject

Returns the value of attribute coolingPlantCondition.



8135
8136
8137
# File 'lib/BuildingSync.rb', line 8135

def coolingPlantCondition
  @coolingPlantCondition
end

#districtChilledWaterObject

Returns the value of attribute districtChilledWater.



8131
8132
8133
# File 'lib/BuildingSync.rb', line 8131

def districtChilledWater
  @districtChilledWater
end

#locationObject

Returns the value of attribute location.



8136
8137
8138
# File 'lib/BuildingSync.rb', line 8136

def location
  @location
end

#noCoolingObject

Returns the value of attribute noCooling.



8133
8134
8135
# File 'lib/BuildingSync.rb', line 8133

def noCooling
  @noCooling
end

#otherCombinationObject

Returns the value of attribute otherCombination.



8132
8133
8134
# File 'lib/BuildingSync.rb', line 8132

def otherCombination
  @otherCombination
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



8138
8139
8140
# File 'lib/BuildingSync.rb', line 8138

def primaryFuel
  @primaryFuel
end

#unknownObject

Returns the value of attribute unknown.



8134
8135
8136
# File 'lib/BuildingSync.rb', line 8134

def unknown
  @unknown
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



8141
8142
8143
# File 'lib/BuildingSync.rb', line 8141

def userDefinedFields
  @userDefinedFields
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



8137
8138
8139
# File 'lib/BuildingSync.rb', line 8137

def yearInstalled
  @yearInstalled
end

Instance Method Details

#__xmlattrObject



8143
8144
8145
# File 'lib/BuildingSync.rb', line 8143

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



8147
8148
8149
# File 'lib/BuildingSync.rb', line 8147

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



8151
8152
8153
# File 'lib/BuildingSync.rb', line 8151

def xmlattr_ID=(value)
  __xmlattr[AttrID] = value
end

#xmlattr_StatusObject



8155
8156
8157
# File 'lib/BuildingSync.rb', line 8155

def xmlattr_Status
  __xmlattr[AttrStatus]
end

#xmlattr_Status=(value) ⇒ Object



8159
8160
8161
# File 'lib/BuildingSync.rb', line 8159

def xmlattr_Status=(value)
  __xmlattr[AttrStatus] = value
end