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.



25492
25493
25494
# File 'lib/BuildingSync.rb', line 25492

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



25448
25449
25450
# File 'lib/BuildingSync.rb', line 25448

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_roofASHRAENumberObject



25452
25453
25454
# File 'lib/BuildingSync.rb', line 25452

def xmlattr_roofASHRAENumber
  __xmlattr[AttrRoofASHRAENumber]
end

#xmlattr_roofASHRAENumber=(value) ⇒ Object



25456
25457
25458
# File 'lib/BuildingSync.rb', line 25456

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

#xmlattr_roofColorObject



25468
25469
25470
# File 'lib/BuildingSync.rb', line 25468

def xmlattr_roofColor
  __xmlattr[AttrRoofColor]
end

#xmlattr_roofColor=(value) ⇒ Object



25472
25473
25474
# File 'lib/BuildingSync.rb', line 25472

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

#xmlattr_roofHasSuspendedCeilingObject



25476
25477
25478
# File 'lib/BuildingSync.rb', line 25476

def xmlattr_roofHasSuspendedCeiling
  __xmlattr[AttrRoofHasSuspendedCeiling]
end

#xmlattr_roofHasSuspendedCeiling=(value) ⇒ Object



25480
25481
25482
# File 'lib/BuildingSync.rb', line 25480

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

#xmlattr_wallASHRAEGroupObject



25460
25461
25462
# File 'lib/BuildingSync.rb', line 25460

def xmlattr_wallASHRAEGroup
  __xmlattr[AttrWallASHRAEGroup]
end

#xmlattr_wallASHRAEGroup=(value) ⇒ Object



25464
25465
25466
# File 'lib/BuildingSync.rb', line 25464

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

#xmlattr_wallColorObject



25484
25485
25486
# File 'lib/BuildingSync.rb', line 25484

def xmlattr_wallColor
  __xmlattr[AttrWallColor]
end

#xmlattr_wallColor=(value) ⇒ Object



25488
25489
25490
# File 'lib/BuildingSync.rb', line 25488

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