Class: BuildingSync::CondenserPlantType

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

Overview

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

airCooled - BuildingSync::CondenserPlantType::AirCooled
waterCooled - BuildingSync::CondenserPlantType::WaterCooled
groundSource - BuildingSync::CondenserPlantType::GroundSource
glycolCooledDryCooler - BuildingSync::CondenserPlantType::GlycolCooledDryCooler
other - BuildingSync::OtherType
unknown - BuildingSync::UnknownType
condenserPlantCondition - BuildingSync::EquipmentCondition
location - SOAP::SOAPString
yearInstalled - SOAP::SOAPGYear
primaryFuel - BuildingSync::FuelTypes
buildingAutomationSystem - SOAP::SOAPBoolean
controlSystemTypes - BuildingSync::CondenserPlantType::ControlSystemTypes
userDefinedFields - BuildingSync::UserDefinedFields
xmlattr_ID - SOAP::SOAPID

Defined Under Namespace

Classes: AirCooled, ControlSystemTypes, GlycolCooledDryCooler, GroundSource, WaterCooled

Constant Summary collapse

AttrID =
XSD::QName.new(nil, "ID")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(airCooled = nil, waterCooled = nil, groundSource = nil, glycolCooledDryCooler = nil, other = nil, unknown = nil, condenserPlantCondition = nil, location = nil, yearInstalled = nil, primaryFuel = nil, buildingAutomationSystem = nil, controlSystemTypes = nil, userDefinedFields = nil) ⇒ CondenserPlantType

Returns a new instance of CondenserPlantType.



8621
8622
8623
8624
8625
8626
8627
8628
8629
8630
8631
8632
8633
8634
8635
8636
# File 'lib/BuildingSync.rb', line 8621

def initialize(airCooled = nil, waterCooled = nil, groundSource = nil, glycolCooledDryCooler = nil, other = nil, unknown = nil, condenserPlantCondition = nil, location = nil, yearInstalled = nil, primaryFuel = nil, buildingAutomationSystem = nil, controlSystemTypes = nil, userDefinedFields = nil)
  @airCooled = airCooled
  @waterCooled = waterCooled
  @groundSource = groundSource
  @glycolCooledDryCooler = glycolCooledDryCooler
  @other = other
  @unknown = unknown
  @condenserPlantCondition = condenserPlantCondition
  @location = location
  @yearInstalled = yearInstalled
  @primaryFuel = primaryFuel
  @buildingAutomationSystem = buildingAutomationSystem
  @controlSystemTypes = controlSystemTypes
  @userDefinedFields = userDefinedFields
  @__xmlattr = {}
end

Instance Attribute Details

#airCooledObject

Returns the value of attribute airCooled.



8595
8596
8597
# File 'lib/BuildingSync.rb', line 8595

def airCooled
  @airCooled
end

#buildingAutomationSystemObject

Returns the value of attribute buildingAutomationSystem.



8605
8606
8607
# File 'lib/BuildingSync.rb', line 8605

def buildingAutomationSystem
  @buildingAutomationSystem
end

#condenserPlantConditionObject

Returns the value of attribute condenserPlantCondition.



8601
8602
8603
# File 'lib/BuildingSync.rb', line 8601

def condenserPlantCondition
  @condenserPlantCondition
end

#controlSystemTypesObject

Returns the value of attribute controlSystemTypes.



8606
8607
8608
# File 'lib/BuildingSync.rb', line 8606

def controlSystemTypes
  @controlSystemTypes
end

#glycolCooledDryCoolerObject

Returns the value of attribute glycolCooledDryCooler.



8598
8599
8600
# File 'lib/BuildingSync.rb', line 8598

def glycolCooledDryCooler
  @glycolCooledDryCooler
end

#groundSourceObject

Returns the value of attribute groundSource.



8597
8598
8599
# File 'lib/BuildingSync.rb', line 8597

def groundSource
  @groundSource
end

#locationObject

Returns the value of attribute location.



8602
8603
8604
# File 'lib/BuildingSync.rb', line 8602

def location
  @location
end

#otherObject

Returns the value of attribute other.



8599
8600
8601
# File 'lib/BuildingSync.rb', line 8599

def other
  @other
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



8604
8605
8606
# File 'lib/BuildingSync.rb', line 8604

def primaryFuel
  @primaryFuel
end

#unknownObject

Returns the value of attribute unknown.



8600
8601
8602
# File 'lib/BuildingSync.rb', line 8600

def unknown
  @unknown
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



8607
8608
8609
# File 'lib/BuildingSync.rb', line 8607

def userDefinedFields
  @userDefinedFields
end

#waterCooledObject

Returns the value of attribute waterCooled.



8596
8597
8598
# File 'lib/BuildingSync.rb', line 8596

def waterCooled
  @waterCooled
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



8603
8604
8605
# File 'lib/BuildingSync.rb', line 8603

def yearInstalled
  @yearInstalled
end

Instance Method Details

#__xmlattrObject



8609
8610
8611
# File 'lib/BuildingSync.rb', line 8609

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



8613
8614
8615
# File 'lib/BuildingSync.rb', line 8613

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



8617
8618
8619
# File 'lib/BuildingSync.rb', line 8617

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