Class: BuildingSync::Control
- Inherits:
-
Object
- Object
- BuildingSync::Control
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaControl
xmlattr_controlType - SOAP::SOAPNMTOKEN
xmlattr_stages - SOAP::SOAPNMTOKEN
xmlattr_minPowerRatio - SOAP::SOAPFloat
xmlattr_operationType - SOAP::SOAPNMTOKEN
xmlattr_performanceIdRef - SOAP::SOAPIDREF
Constant Summary collapse
- AttrControlType =
XSD::QName.new(nil, "controlType")
- AttrMinPowerRatio =
XSD::QName.new(nil, "minPowerRatio")
- AttrOperationType =
XSD::QName.new(nil, "operationType")
- AttrPerformanceIdRef =
XSD::QName.new(nil, "performanceIdRef")
- AttrStages =
XSD::QName.new(nil, "stages")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ Control
constructor
A new instance of Control.
- #xmlattr_controlType ⇒ Object
- #xmlattr_controlType=(value) ⇒ Object
- #xmlattr_minPowerRatio ⇒ Object
- #xmlattr_minPowerRatio=(value) ⇒ Object
- #xmlattr_operationType ⇒ Object
- #xmlattr_operationType=(value) ⇒ Object
- #xmlattr_performanceIdRef ⇒ Object
- #xmlattr_performanceIdRef=(value) ⇒ Object
- #xmlattr_stages ⇒ Object
- #xmlattr_stages=(value) ⇒ Object
Constructor Details
#initialize ⇒ Control
Returns a new instance of Control.
26266 26267 26268 |
# File 'lib/BuildingSync.rb', line 26266 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
26222 26223 26224 |
# File 'lib/BuildingSync.rb', line 26222 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_controlType ⇒ Object
26226 26227 26228 |
# File 'lib/BuildingSync.rb', line 26226 def xmlattr_controlType __xmlattr[AttrControlType] end |
#xmlattr_controlType=(value) ⇒ Object
26230 26231 26232 |
# File 'lib/BuildingSync.rb', line 26230 def xmlattr_controlType=(value) __xmlattr[AttrControlType] = value end |
#xmlattr_minPowerRatio ⇒ Object
26242 26243 26244 |
# File 'lib/BuildingSync.rb', line 26242 def xmlattr_minPowerRatio __xmlattr[AttrMinPowerRatio] end |
#xmlattr_minPowerRatio=(value) ⇒ Object
26246 26247 26248 |
# File 'lib/BuildingSync.rb', line 26246 def xmlattr_minPowerRatio=(value) __xmlattr[AttrMinPowerRatio] = value end |
#xmlattr_operationType ⇒ Object
26250 26251 26252 |
# File 'lib/BuildingSync.rb', line 26250 def xmlattr_operationType __xmlattr[AttrOperationType] end |
#xmlattr_operationType=(value) ⇒ Object
26254 26255 26256 |
# File 'lib/BuildingSync.rb', line 26254 def xmlattr_operationType=(value) __xmlattr[AttrOperationType] = value end |
#xmlattr_performanceIdRef ⇒ Object
26258 26259 26260 |
# File 'lib/BuildingSync.rb', line 26258 def xmlattr_performanceIdRef __xmlattr[AttrPerformanceIdRef] end |
#xmlattr_performanceIdRef=(value) ⇒ Object
26262 26263 26264 |
# File 'lib/BuildingSync.rb', line 26262 def xmlattr_performanceIdRef=(value) __xmlattr[AttrPerformanceIdRef] = value end |
#xmlattr_stages ⇒ Object
26234 26235 26236 |
# File 'lib/BuildingSync.rb', line 26234 def xmlattr_stages __xmlattr[AttrStages] end |
#xmlattr_stages=(value) ⇒ Object
26238 26239 26240 |
# File 'lib/BuildingSync.rb', line 26238 def xmlattr_stages=(value) __xmlattr[AttrStages] = value end |