Class: BuildingSync::ScheduleValue

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaScheduleValue

xmlattr_OutsideHighReset - SOAP::SOAPDecimal
xmlattr_OutsideLowReset - SOAP::SOAPDecimal
xmlattr_SupplyHighReset - SOAP::SOAPDecimal
xmlattr_SupplyLowReset - SOAP::SOAPDecimal

Constant Summary collapse

AttrOutsideHighReset =
XSD::QName.new(nil, "OutsideHighReset")
AttrOutsideLowReset =
XSD::QName.new(nil, "OutsideLowReset")
AttrSupplyHighReset =
XSD::QName.new(nil, "SupplyHighReset")
AttrSupplyLowReset =
XSD::QName.new(nil, "SupplyLowReset")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ ScheduleValue

Returns a new instance of ScheduleValue.



31556
31557
31558
31559
# File 'lib/BuildingSync.rb', line 31556

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



31520
31521
31522
# File 'lib/BuildingSync.rb', line 31520

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_OutsideHighResetObject



31524
31525
31526
# File 'lib/BuildingSync.rb', line 31524

def xmlattr_OutsideHighReset
  __xmlattr[AttrOutsideHighReset]
end

#xmlattr_OutsideHighReset=(value) ⇒ Object



31528
31529
31530
# File 'lib/BuildingSync.rb', line 31528

def xmlattr_OutsideHighReset=(value)
  __xmlattr[AttrOutsideHighReset] = value
end

#xmlattr_OutsideLowResetObject



31532
31533
31534
# File 'lib/BuildingSync.rb', line 31532

def xmlattr_OutsideLowReset
  __xmlattr[AttrOutsideLowReset]
end

#xmlattr_OutsideLowReset=(value) ⇒ Object



31536
31537
31538
# File 'lib/BuildingSync.rb', line 31536

def xmlattr_OutsideLowReset=(value)
  __xmlattr[AttrOutsideLowReset] = value
end

#xmlattr_SupplyHighResetObject



31540
31541
31542
# File 'lib/BuildingSync.rb', line 31540

def xmlattr_SupplyHighReset
  __xmlattr[AttrSupplyHighReset]
end

#xmlattr_SupplyHighReset=(value) ⇒ Object



31544
31545
31546
# File 'lib/BuildingSync.rb', line 31544

def xmlattr_SupplyHighReset=(value)
  __xmlattr[AttrSupplyHighReset] = value
end

#xmlattr_SupplyLowResetObject



31548
31549
31550
# File 'lib/BuildingSync.rb', line 31548

def xmlattr_SupplyLowReset
  __xmlattr[AttrSupplyLowReset]
end

#xmlattr_SupplyLowReset=(value) ⇒ Object



31552
31553
31554
# File 'lib/BuildingSync.rb', line 31552

def xmlattr_SupplyLowReset=(value)
  __xmlattr[AttrSupplyLowReset] = value
end