Class: BuildingSync::Control

Inherits:
Object
  • Object
show all
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

Constructor Details

#initializeControl

Returns a new instance of Control.



26266
26267
26268
# File 'lib/BuildingSync.rb', line 26266

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



26222
26223
26224
# File 'lib/BuildingSync.rb', line 26222

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_controlTypeObject



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_minPowerRatioObject



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_operationTypeObject



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_performanceIdRefObject



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_stagesObject



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