Class: BuildingSync::ManualJ8Parameters
- Inherits:
-
Object
- Object
- BuildingSync::ManualJ8Parameters
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaManualJ8Parameters
xmlattr_wallGroupManualJ - SOAP::SOAPNMTOKEN
xmlattr_roofCLTDIndex - SOAP::SOAPNMTOKEN
xmlattr_floorIsRadiant - SOAP::SOAPBoolean
xmlattr_floorCrawlSpaceWallUValue - SOAP::SOAPFloat
xmlattr_floorCrawlSpaceIsSealed - SOAP::SOAPBoolean
xmlattr_floorCategory - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrFloorCategory =
XSD::QName.new(nil, "floorCategory")
- AttrFloorCrawlSpaceIsSealed =
XSD::QName.new(nil, "floorCrawlSpaceIsSealed")
- AttrFloorCrawlSpaceWallUValue =
XSD::QName.new(nil, "floorCrawlSpaceWallUValue")
- AttrFloorIsRadiant =
XSD::QName.new(nil, "floorIsRadiant")
- AttrRoofCLTDIndex =
XSD::QName.new(nil, "roofCLTDIndex")
- AttrWallGroupManualJ =
XSD::QName.new(nil, "wallGroupManualJ")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ManualJ8Parameters
constructor
A new instance of ManualJ8Parameters.
- #xmlattr_floorCategory ⇒ Object
- #xmlattr_floorCategory=(value) ⇒ Object
- #xmlattr_floorCrawlSpaceIsSealed ⇒ Object
- #xmlattr_floorCrawlSpaceIsSealed=(value) ⇒ Object
- #xmlattr_floorCrawlSpaceWallUValue ⇒ Object
- #xmlattr_floorCrawlSpaceWallUValue=(value) ⇒ Object
- #xmlattr_floorIsRadiant ⇒ Object
- #xmlattr_floorIsRadiant=(value) ⇒ Object
- #xmlattr_roofCLTDIndex ⇒ Object
- #xmlattr_roofCLTDIndex=(value) ⇒ Object
- #xmlattr_wallGroupManualJ ⇒ Object
- #xmlattr_wallGroupManualJ=(value) ⇒ Object
Constructor Details
#initialize ⇒ ManualJ8Parameters
Returns a new instance of ManualJ8Parameters.
30022 30023 30024 |
# File 'lib/BuildingSync.rb', line 30022 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
29970 29971 29972 |
# File 'lib/BuildingSync.rb', line 29970 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_floorCategory ⇒ Object
30014 30015 30016 |
# File 'lib/BuildingSync.rb', line 30014 def xmlattr_floorCategory __xmlattr[AttrFloorCategory] end |
#xmlattr_floorCategory=(value) ⇒ Object
30018 30019 30020 |
# File 'lib/BuildingSync.rb', line 30018 def xmlattr_floorCategory=(value) __xmlattr[AttrFloorCategory] = value end |
#xmlattr_floorCrawlSpaceIsSealed ⇒ Object
30006 30007 30008 |
# File 'lib/BuildingSync.rb', line 30006 def xmlattr_floorCrawlSpaceIsSealed __xmlattr[AttrFloorCrawlSpaceIsSealed] end |
#xmlattr_floorCrawlSpaceIsSealed=(value) ⇒ Object
30010 30011 30012 |
# File 'lib/BuildingSync.rb', line 30010 def xmlattr_floorCrawlSpaceIsSealed=(value) __xmlattr[AttrFloorCrawlSpaceIsSealed] = value end |
#xmlattr_floorCrawlSpaceWallUValue ⇒ Object
29998 29999 30000 |
# File 'lib/BuildingSync.rb', line 29998 def xmlattr_floorCrawlSpaceWallUValue __xmlattr[AttrFloorCrawlSpaceWallUValue] end |
#xmlattr_floorCrawlSpaceWallUValue=(value) ⇒ Object
30002 30003 30004 |
# File 'lib/BuildingSync.rb', line 30002 def xmlattr_floorCrawlSpaceWallUValue=(value) __xmlattr[AttrFloorCrawlSpaceWallUValue] = value end |
#xmlattr_floorIsRadiant ⇒ Object
29990 29991 29992 |
# File 'lib/BuildingSync.rb', line 29990 def xmlattr_floorIsRadiant __xmlattr[AttrFloorIsRadiant] end |
#xmlattr_floorIsRadiant=(value) ⇒ Object
29994 29995 29996 |
# File 'lib/BuildingSync.rb', line 29994 def xmlattr_floorIsRadiant=(value) __xmlattr[AttrFloorIsRadiant] = value end |
#xmlattr_roofCLTDIndex ⇒ Object
29982 29983 29984 |
# File 'lib/BuildingSync.rb', line 29982 def xmlattr_roofCLTDIndex __xmlattr[AttrRoofCLTDIndex] end |
#xmlattr_roofCLTDIndex=(value) ⇒ Object
29986 29987 29988 |
# File 'lib/BuildingSync.rb', line 29986 def xmlattr_roofCLTDIndex=(value) __xmlattr[AttrRoofCLTDIndex] = value end |
#xmlattr_wallGroupManualJ ⇒ Object
29974 29975 29976 |
# File 'lib/BuildingSync.rb', line 29974 def xmlattr_wallGroupManualJ __xmlattr[AttrWallGroupManualJ] end |
#xmlattr_wallGroupManualJ=(value) ⇒ Object
29978 29979 29980 |
# File 'lib/BuildingSync.rb', line 29978 def xmlattr_wallGroupManualJ=(value) __xmlattr[AttrWallGroupManualJ] = value end |