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.



32081
32082
32083
32084
# File 'lib/BuildingSync.rb', line 32081

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

Instance Method Details

#__xmlattrObject



32045
32046
32047
# File 'lib/BuildingSync.rb', line 32045

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_OutsideHighResetObject



32049
32050
32051
# File 'lib/BuildingSync.rb', line 32049

def xmlattr_OutsideHighReset
  __xmlattr[AttrOutsideHighReset]
end

#xmlattr_OutsideHighReset=(value) ⇒ Object



32053
32054
32055
# File 'lib/BuildingSync.rb', line 32053

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

#xmlattr_OutsideLowResetObject



32057
32058
32059
# File 'lib/BuildingSync.rb', line 32057

def xmlattr_OutsideLowReset
  __xmlattr[AttrOutsideLowReset]
end

#xmlattr_OutsideLowReset=(value) ⇒ Object



32061
32062
32063
# File 'lib/BuildingSync.rb', line 32061

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

#xmlattr_SupplyHighResetObject



32065
32066
32067
# File 'lib/BuildingSync.rb', line 32065

def xmlattr_SupplyHighReset
  __xmlattr[AttrSupplyHighReset]
end

#xmlattr_SupplyHighReset=(value) ⇒ Object



32069
32070
32071
# File 'lib/BuildingSync.rb', line 32069

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

#xmlattr_SupplyLowResetObject



32073
32074
32075
# File 'lib/BuildingSync.rb', line 32073

def xmlattr_SupplyLowReset
  __xmlattr[AttrSupplyLowReset]
end

#xmlattr_SupplyLowReset=(value) ⇒ Object



32077
32078
32079
# File 'lib/BuildingSync.rb', line 32077

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