Class: BuildingSync::PlugElectricLoadType

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

Overview

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

plugLoadType - SOAP::SOAPString
plugLoadPeakPower - BuildingSync::PlugElectricLoadType::PlugLoadPeakPower
plugLoadStandbyPower - BuildingSync::PlugElectricLoadType::PlugLoadStandbyPower
plugLoadNominalPower - BuildingSync::PlugElectricLoadType::PlugLoadNominalPower
weightedAverageLoad - BuildingSync::WeightedAverageLoad
controls - BuildingSync::PlugElectricLoadType::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
equipmentID - SOAP::SOAPString
xmlattr_ID - SOAP::SOAPID
xmlattr_Source - SOAP::SOAPString
xmlattr_Status - SOAP::SOAPString

Defined Under Namespace

Classes: Controls, PlugLoadNominalPower, PlugLoadPeakPower, PlugLoadStandbyPower

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(plugLoadType = nil, plugLoadPeakPower = nil, plugLoadStandbyPower = nil, plugLoadNominalPower = nil, weightedAverageLoad = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil, equipmentID = nil) ⇒ PlugElectricLoadType

Returns a new instance of PlugElectricLoadType.



15177
15178
15179
15180
15181
15182
15183
15184
15185
15186
15187
15188
15189
15190
15191
15192
15193
15194
15195
15196
# File 'lib/BuildingSync.rb', line 15177

def initialize(plugLoadType = nil, plugLoadPeakPower = nil, plugLoadStandbyPower = nil, plugLoadNominalPower = nil, weightedAverageLoad = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil, equipmentID = nil)
  @plugLoadType = plugLoadType
  @plugLoadPeakPower = plugLoadPeakPower
  @plugLoadStandbyPower = plugLoadStandbyPower
  @plugLoadNominalPower = plugLoadNominalPower
  @weightedAverageLoad = weightedAverageLoad
  @controls = controls
  @thirdPartyCertification = thirdPartyCertification
  @yearInstalled = yearInstalled
  @yearOfManufacture = yearOfManufacture
  @primaryFuel = primaryFuel
  @manufacturer = manufacturer
  @modelNumber = modelNumber
  @location = location
  @linkedPremises = linkedPremises
  @userDefinedFields = userDefinedFields
  @quantity = quantity
  @equipmentID = equipmentID
  @__xmlattr = {}
end

Instance Attribute Details

#controlsObject

Returns the value of attribute controls.



15136
15137
15138
# File 'lib/BuildingSync.rb', line 15136

def controls
  @controls
end

#equipmentIDObject

Returns the value of attribute equipmentID.



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

def equipmentID
  @equipmentID
end

#linkedPremisesObject

Returns the value of attribute linkedPremises.



15144
15145
15146
# File 'lib/BuildingSync.rb', line 15144

def linkedPremises
  @linkedPremises
end

#locationObject

Returns the value of attribute location.



15143
15144
15145
# File 'lib/BuildingSync.rb', line 15143

def location
  @location
end

#manufacturerObject

Returns the value of attribute manufacturer.



15141
15142
15143
# File 'lib/BuildingSync.rb', line 15141

def manufacturer
  @manufacturer
end

#modelNumberObject

Returns the value of attribute modelNumber.



15142
15143
15144
# File 'lib/BuildingSync.rb', line 15142

def modelNumber
  @modelNumber
end

#plugLoadNominalPowerObject

Returns the value of attribute plugLoadNominalPower.



15134
15135
15136
# File 'lib/BuildingSync.rb', line 15134

def plugLoadNominalPower
  @plugLoadNominalPower
end

#plugLoadPeakPowerObject

Returns the value of attribute plugLoadPeakPower.



15132
15133
15134
# File 'lib/BuildingSync.rb', line 15132

def plugLoadPeakPower
  @plugLoadPeakPower
end

#plugLoadStandbyPowerObject

Returns the value of attribute plugLoadStandbyPower.



15133
15134
15135
# File 'lib/BuildingSync.rb', line 15133

def plugLoadStandbyPower
  @plugLoadStandbyPower
end

#plugLoadTypeObject

Returns the value of attribute plugLoadType.



15131
15132
15133
# File 'lib/BuildingSync.rb', line 15131

def plugLoadType
  @plugLoadType
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



15140
15141
15142
# File 'lib/BuildingSync.rb', line 15140

def primaryFuel
  @primaryFuel
end

#quantityObject

Returns the value of attribute quantity.



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

def quantity
  @quantity
end

#thirdPartyCertificationObject

Returns the value of attribute thirdPartyCertification.



15137
15138
15139
# File 'lib/BuildingSync.rb', line 15137

def thirdPartyCertification
  @thirdPartyCertification
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



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

def userDefinedFields
  @userDefinedFields
end

#weightedAverageLoadObject

Returns the value of attribute weightedAverageLoad.



15135
15136
15137
# File 'lib/BuildingSync.rb', line 15135

def weightedAverageLoad
  @weightedAverageLoad
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



15138
15139
15140
# File 'lib/BuildingSync.rb', line 15138

def yearInstalled
  @yearInstalled
end

#yearOfManufactureObject

Returns the value of attribute yearOfManufacture.



15139
15140
15141
# File 'lib/BuildingSync.rb', line 15139

def yearOfManufacture
  @yearOfManufacture
end

Instance Method Details

#__xmlattrObject



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

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



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

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



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

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

#xmlattr_SourceObject



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

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



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

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

#xmlattr_StatusObject



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

def xmlattr_Status
  __xmlattr[AttrStatus]
end

#xmlattr_Status=(value) ⇒ Object



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

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