Class: BuildingSync::ConveyanceSystemType
- Inherits:
-
Object
- Object
- BuildingSync::ConveyanceSystemType
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ConveyanceSystemType
conveyanceSystemType - SOAP::SOAPString
conveyanceLoadType - SOAP::SOAPString
conveyancePeakPower - BuildingSync::ConveyanceSystemType::ConveyancePeakPower
conveyanceStandbyPower - BuildingSync::ConveyanceSystemType::ConveyanceStandbyPower
controls - BuildingSync::ConveyanceSystemType::Controls
conveyanceSystemCondition - BuildingSync::EquipmentCondition
thirdPartyCertification - SOAP::SOAPString
quantity - BuildingSync::Quantity
yearInstalled - SOAP::SOAPGYear
yearOfManufacture - SOAP::SOAPGYear
primaryFuel - BuildingSync::FuelTypes
manufacturer - SOAP::SOAPString
modelNumber - SOAP::SOAPString
location - SOAP::SOAPString
linkedPremises - BuildingSync::LinkedPremises
userDefinedFields - BuildingSync::UserDefinedFields
equipmentID - SOAP::SOAPString
xmlattr_ID - SOAP::SOAPID
xmlattr_Status - SOAP::SOAPString
Defined Under Namespace
Classes: Controls, ConveyancePeakPower, ConveyanceStandbyPower
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
-
#controls ⇒ Object
Returns the value of attribute controls.
-
#conveyanceLoadType ⇒ Object
Returns the value of attribute conveyanceLoadType.
-
#conveyancePeakPower ⇒ Object
Returns the value of attribute conveyancePeakPower.
-
#conveyanceStandbyPower ⇒ Object
Returns the value of attribute conveyanceStandbyPower.
-
#conveyanceSystemCondition ⇒ Object
Returns the value of attribute conveyanceSystemCondition.
-
#conveyanceSystemType ⇒ Object
Returns the value of attribute conveyanceSystemType.
-
#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.
-
#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.
-
#yearInstalled ⇒ Object
Returns the value of attribute yearInstalled.
-
#yearOfManufacture ⇒ Object
Returns the value of attribute yearOfManufacture.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(conveyanceSystemType = nil, conveyanceLoadType = nil, conveyancePeakPower = nil, conveyanceStandbyPower = nil, controls = nil, conveyanceSystemCondition = nil, thirdPartyCertification = nil, quantity = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, equipmentID = nil) ⇒ ConveyanceSystemType
constructor
A new instance of ConveyanceSystemType.
- #xmlattr_ID ⇒ Object
- #xmlattr_ID=(value) ⇒ Object
- #xmlattr_Status ⇒ Object
- #xmlattr_Status=(value) ⇒ Object
Constructor Details
#initialize(conveyanceSystemType = nil, conveyanceLoadType = nil, conveyancePeakPower = nil, conveyanceStandbyPower = nil, controls = nil, conveyanceSystemCondition = nil, thirdPartyCertification = nil, quantity = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, equipmentID = nil) ⇒ ConveyanceSystemType
Returns a new instance of ConveyanceSystemType.
15464 15465 15466 15467 15468 15469 15470 15471 15472 15473 15474 15475 15476 15477 15478 15479 15480 15481 15482 15483 |
# File 'lib/BuildingSync.rb', line 15464 def initialize(conveyanceSystemType = nil, conveyanceLoadType = nil, conveyancePeakPower = nil, conveyanceStandbyPower = nil, controls = nil, conveyanceSystemCondition = nil, thirdPartyCertification = nil, quantity = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, equipmentID = nil) @conveyanceSystemType = conveyanceSystemType @conveyanceLoadType = conveyanceLoadType @conveyancePeakPower = conveyancePeakPower @conveyanceStandbyPower = conveyanceStandbyPower @controls = controls @conveyanceSystemCondition = conveyanceSystemCondition @thirdPartyCertification = thirdPartyCertification @quantity = quantity @yearInstalled = yearInstalled @yearOfManufacture = yearOfManufacture @primaryFuel = primaryFuel @manufacturer = manufacturer @modelNumber = modelNumber @location = location @linkedPremises = linkedPremises @userDefinedFields = userDefinedFields @equipmentID = equipmentID @__xmlattr = {} end |
Instance Attribute Details
#controls ⇒ Object
Returns the value of attribute controls.
15430 15431 15432 |
# File 'lib/BuildingSync.rb', line 15430 def controls @controls end |
#conveyanceLoadType ⇒ Object
Returns the value of attribute conveyanceLoadType.
15427 15428 15429 |
# File 'lib/BuildingSync.rb', line 15427 def conveyanceLoadType @conveyanceLoadType end |
#conveyancePeakPower ⇒ Object
Returns the value of attribute conveyancePeakPower.
15428 15429 15430 |
# File 'lib/BuildingSync.rb', line 15428 def conveyancePeakPower @conveyancePeakPower end |
#conveyanceStandbyPower ⇒ Object
Returns the value of attribute conveyanceStandbyPower.
15429 15430 15431 |
# File 'lib/BuildingSync.rb', line 15429 def conveyanceStandbyPower @conveyanceStandbyPower end |
#conveyanceSystemCondition ⇒ Object
Returns the value of attribute conveyanceSystemCondition.
15431 15432 15433 |
# File 'lib/BuildingSync.rb', line 15431 def conveyanceSystemCondition @conveyanceSystemCondition end |
#conveyanceSystemType ⇒ Object
Returns the value of attribute conveyanceSystemType.
15426 15427 15428 |
# File 'lib/BuildingSync.rb', line 15426 def conveyanceSystemType @conveyanceSystemType end |
#equipmentID ⇒ Object
Returns the value of attribute equipmentID.
15442 15443 15444 |
# File 'lib/BuildingSync.rb', line 15442 def equipmentID @equipmentID end |
#linkedPremises ⇒ Object
Returns the value of attribute linkedPremises.
15440 15441 15442 |
# File 'lib/BuildingSync.rb', line 15440 def linkedPremises @linkedPremises end |
#location ⇒ Object
Returns the value of attribute location.
15439 15440 15441 |
# File 'lib/BuildingSync.rb', line 15439 def location @location end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
15437 15438 15439 |
# File 'lib/BuildingSync.rb', line 15437 def manufacturer @manufacturer end |
#modelNumber ⇒ Object
Returns the value of attribute modelNumber.
15438 15439 15440 |
# File 'lib/BuildingSync.rb', line 15438 def modelNumber @modelNumber end |
#primaryFuel ⇒ Object
Returns the value of attribute primaryFuel.
15436 15437 15438 |
# File 'lib/BuildingSync.rb', line 15436 def primaryFuel @primaryFuel end |
#quantity ⇒ Object
Returns the value of attribute quantity.
15433 15434 15435 |
# File 'lib/BuildingSync.rb', line 15433 def quantity @quantity end |
#thirdPartyCertification ⇒ Object
Returns the value of attribute thirdPartyCertification.
15432 15433 15434 |
# File 'lib/BuildingSync.rb', line 15432 def thirdPartyCertification @thirdPartyCertification end |
#userDefinedFields ⇒ Object
Returns the value of attribute userDefinedFields.
15441 15442 15443 |
# File 'lib/BuildingSync.rb', line 15441 def userDefinedFields @userDefinedFields end |
#yearInstalled ⇒ Object
Returns the value of attribute yearInstalled.
15434 15435 15436 |
# File 'lib/BuildingSync.rb', line 15434 def yearInstalled @yearInstalled end |
#yearOfManufacture ⇒ Object
Returns the value of attribute yearOfManufacture.
15435 15436 15437 |
# File 'lib/BuildingSync.rb', line 15435 def yearOfManufacture @yearOfManufacture end |
Instance Method Details
#__xmlattr ⇒ Object
15444 15445 15446 |
# File 'lib/BuildingSync.rb', line 15444 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_ID ⇒ Object
15448 15449 15450 |
# File 'lib/BuildingSync.rb', line 15448 def xmlattr_ID __xmlattr[AttrID] end |
#xmlattr_ID=(value) ⇒ Object
15452 15453 15454 |
# File 'lib/BuildingSync.rb', line 15452 def xmlattr_ID=(value) __xmlattr[AttrID] = value end |
#xmlattr_Status ⇒ Object
15456 15457 15458 |
# File 'lib/BuildingSync.rb', line 15456 def xmlattr_Status __xmlattr[AttrStatus] end |
#xmlattr_Status=(value) ⇒ Object
15460 15461 15462 |
# File 'lib/BuildingSync.rb', line 15460 def xmlattr_Status=(value) __xmlattr[AttrStatus] = value end |