Class: BuildingSync::ProcessGasElectricLoadType

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

Overview

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

processLoadType - SOAP::SOAPString
processLoadPeakPower - BuildingSync::ProcessGasElectricLoadType::ProcessLoadPeakPower
processLoadStandbyPower - BuildingSync::ProcessGasElectricLoadType::ProcessLoadStandbyPower
weightedAverageLoad - BuildingSync::WeightedAverageLoad
heatGainFraction - BuildingSync::BoundedDecimalZeroToOneWithSourceAttribute
dutyCycle - BuildingSync::DutyCycle
controls - BuildingSync::ProcessGasElectricLoadType::Controls
thirdPartyCertification - SOAP::SOAPString
yearInstalled - SOAP::SOAPGYear
yearOfManufacture - SOAP::SOAPGYear
primaryFuel - BuildingSync::FuelTypes
manufacturer - SOAP::SOAPString
modelNumber - SOAP::SOAPString
location - SOAP::SOAPString
linkedPremises - BuildingSync::LinkedPremises
userDefinedFields - BuildingSync::UserDefinedFields
quantity - BuildingSync::Quantity
xmlattr_ID - SOAP::SOAPID
xmlattr_Source - SOAP::SOAPString
xmlattr_Status - SOAP::SOAPString

Defined Under Namespace

Classes: Controls, ProcessLoadPeakPower, ProcessLoadStandbyPower

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(processLoadType = nil, processLoadPeakPower = nil, processLoadStandbyPower = nil, weightedAverageLoad = nil, heatGainFraction = nil, dutyCycle = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil) ⇒ ProcessGasElectricLoadType

Returns a new instance of ProcessGasElectricLoadType.



15192
15193
15194
15195
15196
15197
15198
15199
15200
15201
15202
15203
15204
15205
15206
15207
15208
15209
15210
15211
# File 'lib/BuildingSync.rb', line 15192

def initialize(processLoadType = nil, processLoadPeakPower = nil, processLoadStandbyPower = nil, weightedAverageLoad = nil, heatGainFraction = nil, dutyCycle = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil)
  @processLoadType = processLoadType
  @processLoadPeakPower = processLoadPeakPower
  @processLoadStandbyPower = processLoadStandbyPower
  @weightedAverageLoad = weightedAverageLoad
  @heatGainFraction = heatGainFraction
  @dutyCycle = dutyCycle
  @controls = controls
  @thirdPartyCertification = thirdPartyCertification
  @yearInstalled = yearInstalled
  @yearOfManufacture = yearOfManufacture
  @primaryFuel = primaryFuel
  @manufacturer = manufacturer
  @modelNumber = modelNumber
  @location = location
  @linkedPremises = linkedPremises
  @userDefinedFields = userDefinedFields
  @quantity = quantity
  @__xmlattr = {}
end

Instance Attribute Details

#controlsObject

Returns the value of attribute controls.



15152
15153
15154
# File 'lib/BuildingSync.rb', line 15152

def controls
  @controls
end

#dutyCycleObject

Returns the value of attribute dutyCycle.



15151
15152
15153
# File 'lib/BuildingSync.rb', line 15151

def dutyCycle
  @dutyCycle
end

#heatGainFractionObject

Returns the value of attribute heatGainFraction.



15150
15151
15152
# File 'lib/BuildingSync.rb', line 15150

def heatGainFraction
  @heatGainFraction
end

#linkedPremisesObject

Returns the value of attribute linkedPremises.



15160
15161
15162
# File 'lib/BuildingSync.rb', line 15160

def linkedPremises
  @linkedPremises
end

#locationObject

Returns the value of attribute location.



15159
15160
15161
# File 'lib/BuildingSync.rb', line 15159

def location
  @location
end

#manufacturerObject

Returns the value of attribute manufacturer.



15157
15158
15159
# File 'lib/BuildingSync.rb', line 15157

def manufacturer
  @manufacturer
end

#modelNumberObject

Returns the value of attribute modelNumber.



15158
15159
15160
# File 'lib/BuildingSync.rb', line 15158

def modelNumber
  @modelNumber
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



15156
15157
15158
# File 'lib/BuildingSync.rb', line 15156

def primaryFuel
  @primaryFuel
end

#processLoadPeakPowerObject

Returns the value of attribute processLoadPeakPower.



15147
15148
15149
# File 'lib/BuildingSync.rb', line 15147

def processLoadPeakPower
  @processLoadPeakPower
end

#processLoadStandbyPowerObject

Returns the value of attribute processLoadStandbyPower.



15148
15149
15150
# File 'lib/BuildingSync.rb', line 15148

def processLoadStandbyPower
  @processLoadStandbyPower
end

#processLoadTypeObject

Returns the value of attribute processLoadType.



15146
15147
15148
# File 'lib/BuildingSync.rb', line 15146

def processLoadType
  @processLoadType
end

#quantityObject

Returns the value of attribute quantity.



15162
15163
15164
# File 'lib/BuildingSync.rb', line 15162

def quantity
  @quantity
end

#thirdPartyCertificationObject

Returns the value of attribute thirdPartyCertification.



15153
15154
15155
# File 'lib/BuildingSync.rb', line 15153

def thirdPartyCertification
  @thirdPartyCertification
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



15161
15162
15163
# File 'lib/BuildingSync.rb', line 15161

def userDefinedFields
  @userDefinedFields
end

#weightedAverageLoadObject

Returns the value of attribute weightedAverageLoad.



15149
15150
15151
# File 'lib/BuildingSync.rb', line 15149

def weightedAverageLoad
  @weightedAverageLoad
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



15154
15155
15156
# File 'lib/BuildingSync.rb', line 15154

def yearInstalled
  @yearInstalled
end

#yearOfManufactureObject

Returns the value of attribute yearOfManufacture.



15155
15156
15157
# File 'lib/BuildingSync.rb', line 15155

def yearOfManufacture
  @yearOfManufacture
end

Instance Method Details

#__xmlattrObject



15164
15165
15166
# File 'lib/BuildingSync.rb', line 15164

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



15168
15169
15170
# File 'lib/BuildingSync.rb', line 15168

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



15172
15173
15174
# File 'lib/BuildingSync.rb', line 15172

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

#xmlattr_SourceObject



15176
15177
15178
# File 'lib/BuildingSync.rb', line 15176

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



15180
15181
15182
# File 'lib/BuildingSync.rb', line 15180

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end

#xmlattr_StatusObject



15184
15185
15186
# File 'lib/BuildingSync.rb', line 15184

def xmlattr_Status
  __xmlattr[AttrStatus]
end

#xmlattr_Status=(value) ⇒ Object



15188
15189
15190
# File 'lib/BuildingSync.rb', line 15188

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