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.



25741
25742
25743
# File 'lib/BuildingSync.rb', line 25741

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



25697
25698
25699
# File 'lib/BuildingSync.rb', line 25697

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_controlTypeObject



25701
25702
25703
# File 'lib/BuildingSync.rb', line 25701

def xmlattr_controlType
  __xmlattr[AttrControlType]
end

#xmlattr_controlType=(value) ⇒ Object



25705
25706
25707
# File 'lib/BuildingSync.rb', line 25705

def xmlattr_controlType=(value)
  __xmlattr[AttrControlType] = value
end

#xmlattr_minPowerRatioObject



25717
25718
25719
# File 'lib/BuildingSync.rb', line 25717

def xmlattr_minPowerRatio
  __xmlattr[AttrMinPowerRatio]
end

#xmlattr_minPowerRatio=(value) ⇒ Object



25721
25722
25723
# File 'lib/BuildingSync.rb', line 25721

def xmlattr_minPowerRatio=(value)
  __xmlattr[AttrMinPowerRatio] = value
end

#xmlattr_operationTypeObject



25725
25726
25727
# File 'lib/BuildingSync.rb', line 25725

def xmlattr_operationType
  __xmlattr[AttrOperationType]
end

#xmlattr_operationType=(value) ⇒ Object



25729
25730
25731
# File 'lib/BuildingSync.rb', line 25729

def xmlattr_operationType=(value)
  __xmlattr[AttrOperationType] = value
end

#xmlattr_performanceIdRefObject



25733
25734
25735
# File 'lib/BuildingSync.rb', line 25733

def xmlattr_performanceIdRef
  __xmlattr[AttrPerformanceIdRef]
end

#xmlattr_performanceIdRef=(value) ⇒ Object



25737
25738
25739
# File 'lib/BuildingSync.rb', line 25737

def xmlattr_performanceIdRef=(value)
  __xmlattr[AttrPerformanceIdRef] = value
end

#xmlattr_stagesObject



25709
25710
25711
# File 'lib/BuildingSync.rb', line 25709

def xmlattr_stages
  __xmlattr[AttrStages]
end

#xmlattr_stages=(value) ⇒ Object



25713
25714
25715
# File 'lib/BuildingSync.rb', line 25713

def xmlattr_stages=(value)
  __xmlattr[AttrStages] = value
end