Class: BuildingSync::CLTDParameters

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

Overview

http://www.gbxml.org/schemaCLTDParameters

xmlattr_roofASHRAENumber - SOAP::SOAPNMTOKEN
xmlattr_wallASHRAEGroup - SOAP::SOAPNMTOKEN
xmlattr_roofColor - SOAP::SOAPNMTOKEN
xmlattr_roofHasSuspendedCeiling - SOAP::SOAPBoolean
xmlattr_wallColor - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrRoofASHRAENumber =
XSD::QName.new(nil, "roofASHRAENumber")
AttrRoofColor =
XSD::QName.new(nil, "roofColor")
AttrRoofHasSuspendedCeiling =
XSD::QName.new(nil, "roofHasSuspendedCeiling")
AttrWallASHRAEGroup =
XSD::QName.new(nil, "wallASHRAEGroup")
AttrWallColor =
XSD::QName.new(nil, "wallColor")

Instance Method Summary collapse

Constructor Details

#initializeCLTDParameters

Returns a new instance of CLTDParameters.



26017
26018
26019
# File 'lib/BuildingSync.rb', line 26017

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



25973
25974
25975
# File 'lib/BuildingSync.rb', line 25973

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_roofASHRAENumberObject



25977
25978
25979
# File 'lib/BuildingSync.rb', line 25977

def xmlattr_roofASHRAENumber
  __xmlattr[AttrRoofASHRAENumber]
end

#xmlattr_roofASHRAENumber=(value) ⇒ Object



25981
25982
25983
# File 'lib/BuildingSync.rb', line 25981

def xmlattr_roofASHRAENumber=(value)
  __xmlattr[AttrRoofASHRAENumber] = value
end

#xmlattr_roofColorObject



25993
25994
25995
# File 'lib/BuildingSync.rb', line 25993

def xmlattr_roofColor
  __xmlattr[AttrRoofColor]
end

#xmlattr_roofColor=(value) ⇒ Object



25997
25998
25999
# File 'lib/BuildingSync.rb', line 25997

def xmlattr_roofColor=(value)
  __xmlattr[AttrRoofColor] = value
end

#xmlattr_roofHasSuspendedCeilingObject



26001
26002
26003
# File 'lib/BuildingSync.rb', line 26001

def xmlattr_roofHasSuspendedCeiling
  __xmlattr[AttrRoofHasSuspendedCeiling]
end

#xmlattr_roofHasSuspendedCeiling=(value) ⇒ Object



26005
26006
26007
# File 'lib/BuildingSync.rb', line 26005

def xmlattr_roofHasSuspendedCeiling=(value)
  __xmlattr[AttrRoofHasSuspendedCeiling] = value
end

#xmlattr_wallASHRAEGroupObject



25985
25986
25987
# File 'lib/BuildingSync.rb', line 25985

def xmlattr_wallASHRAEGroup
  __xmlattr[AttrWallASHRAEGroup]
end

#xmlattr_wallASHRAEGroup=(value) ⇒ Object



25989
25990
25991
# File 'lib/BuildingSync.rb', line 25989

def xmlattr_wallASHRAEGroup=(value)
  __xmlattr[AttrWallASHRAEGroup] = value
end

#xmlattr_wallColorObject



26009
26010
26011
# File 'lib/BuildingSync.rb', line 26009

def xmlattr_wallColor
  __xmlattr[AttrWallColor]
end

#xmlattr_wallColor=(value) ⇒ Object



26013
26014
26015
# File 'lib/BuildingSync.rb', line 26013

def xmlattr_wallColor=(value)
  __xmlattr[AttrWallColor] = value
end