Class: BuildingSync::PlugElectricLoadType
- Inherits:
-
Object
- Object
- BuildingSync::PlugElectricLoadType
- 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
-
#controls ⇒ Object
Returns the value of attribute controls.
-
#equipmentID ⇒ Object
Returns the value of attribute equipmentID.
-
#linkedPremises ⇒ Object
Returns the value of attribute linkedPremises.
-
#location ⇒ Object
Returns the value of attribute location.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#modelNumber ⇒ Object
Returns the value of attribute modelNumber.
-
#plugLoadNominalPower ⇒ Object
Returns the value of attribute plugLoadNominalPower.
-
#plugLoadPeakPower ⇒ Object
Returns the value of attribute plugLoadPeakPower.
-
#plugLoadStandbyPower ⇒ Object
Returns the value of attribute plugLoadStandbyPower.
-
#plugLoadType ⇒ Object
Returns the value of attribute plugLoadType.
-
#primaryFuel ⇒ Object
Returns the value of attribute primaryFuel.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#thirdPartyCertification ⇒ Object
Returns the value of attribute thirdPartyCertification.
-
#userDefinedFields ⇒ Object
Returns the value of attribute userDefinedFields.
-
#weightedAverageLoad ⇒ Object
Returns the value of attribute weightedAverageLoad.
-
#yearInstalled ⇒ Object
Returns the value of attribute yearInstalled.
-
#yearOfManufacture ⇒ Object
Returns the value of attribute yearOfManufacture.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#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
constructor
A new instance of PlugElectricLoadType.
- #xmlattr_ID ⇒ Object
- #xmlattr_ID=(value) ⇒ Object
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
- #xmlattr_Status ⇒ Object
- #xmlattr_Status=(value) ⇒ Object
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
#controls ⇒ Object
Returns the value of attribute controls.
15136 15137 15138 |
# File 'lib/BuildingSync.rb', line 15136 def controls @controls end |
#equipmentID ⇒ Object
Returns the value of attribute equipmentID.
15147 15148 15149 |
# File 'lib/BuildingSync.rb', line 15147 def equipmentID @equipmentID end |
#linkedPremises ⇒ Object
Returns the value of attribute linkedPremises.
15144 15145 15146 |
# File 'lib/BuildingSync.rb', line 15144 def linkedPremises @linkedPremises end |
#location ⇒ Object
Returns the value of attribute location.
15143 15144 15145 |
# File 'lib/BuildingSync.rb', line 15143 def location @location end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
15141 15142 15143 |
# File 'lib/BuildingSync.rb', line 15141 def manufacturer @manufacturer end |
#modelNumber ⇒ Object
Returns the value of attribute modelNumber.
15142 15143 15144 |
# File 'lib/BuildingSync.rb', line 15142 def modelNumber @modelNumber end |
#plugLoadNominalPower ⇒ Object
Returns the value of attribute plugLoadNominalPower.
15134 15135 15136 |
# File 'lib/BuildingSync.rb', line 15134 def plugLoadNominalPower @plugLoadNominalPower end |
#plugLoadPeakPower ⇒ Object
Returns the value of attribute plugLoadPeakPower.
15132 15133 15134 |
# File 'lib/BuildingSync.rb', line 15132 def plugLoadPeakPower @plugLoadPeakPower end |
#plugLoadStandbyPower ⇒ Object
Returns the value of attribute plugLoadStandbyPower.
15133 15134 15135 |
# File 'lib/BuildingSync.rb', line 15133 def plugLoadStandbyPower @plugLoadStandbyPower end |
#plugLoadType ⇒ Object
Returns the value of attribute plugLoadType.
15131 15132 15133 |
# File 'lib/BuildingSync.rb', line 15131 def plugLoadType @plugLoadType end |
#primaryFuel ⇒ Object
Returns the value of attribute primaryFuel.
15140 15141 15142 |
# File 'lib/BuildingSync.rb', line 15140 def primaryFuel @primaryFuel end |
#quantity ⇒ Object
Returns the value of attribute quantity.
15146 15147 15148 |
# File 'lib/BuildingSync.rb', line 15146 def quantity @quantity end |
#thirdPartyCertification ⇒ Object
Returns the value of attribute thirdPartyCertification.
15137 15138 15139 |
# File 'lib/BuildingSync.rb', line 15137 def thirdPartyCertification @thirdPartyCertification end |
#userDefinedFields ⇒ Object
Returns the value of attribute userDefinedFields.
15145 15146 15147 |
# File 'lib/BuildingSync.rb', line 15145 def userDefinedFields @userDefinedFields end |
#weightedAverageLoad ⇒ Object
Returns the value of attribute weightedAverageLoad.
15135 15136 15137 |
# File 'lib/BuildingSync.rb', line 15135 def weightedAverageLoad @weightedAverageLoad end |
#yearInstalled ⇒ Object
Returns the value of attribute yearInstalled.
15138 15139 15140 |
# File 'lib/BuildingSync.rb', line 15138 def yearInstalled @yearInstalled end |
#yearOfManufacture ⇒ Object
Returns the value of attribute yearOfManufacture.
15139 15140 15141 |
# File 'lib/BuildingSync.rb', line 15139 def yearOfManufacture @yearOfManufacture end |
Instance Method Details
#__xmlattr ⇒ Object
15149 15150 15151 |
# File 'lib/BuildingSync.rb', line 15149 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_ID ⇒ Object
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_Source ⇒ Object
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_Status ⇒ Object
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 |