Class: BuildingSync::Emittance

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

Overview

http://www.gbxml.org/schemaEmittance

xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_type - SOAP::SOAPNMTOKEN
xmlattr_surfaceType - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrSurfaceType =
XSD::QName.new(nil, "surfaceType")
AttrType =
XSD::QName.new(nil, "type")
AttrUnit =
XSD::QName.new(nil, "unit")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ Emittance

Returns a new instance of Emittance.



27020
27021
27022
27023
# File 'lib/BuildingSync.rb', line 27020

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

Instance Method Details

#__xmlattrObject



26992
26993
26994
# File 'lib/BuildingSync.rb', line 26992

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_surfaceTypeObject



27012
27013
27014
# File 'lib/BuildingSync.rb', line 27012

def xmlattr_surfaceType
  __xmlattr[AttrSurfaceType]
end

#xmlattr_surfaceType=(value) ⇒ Object



27016
27017
27018
# File 'lib/BuildingSync.rb', line 27016

def xmlattr_surfaceType=(value)
  __xmlattr[AttrSurfaceType] = value
end

#xmlattr_typeObject



27004
27005
27006
# File 'lib/BuildingSync.rb', line 27004

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



27008
27009
27010
# File 'lib/BuildingSync.rb', line 27008

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end

#xmlattr_unitObject



26996
26997
26998
# File 'lib/BuildingSync.rb', line 26996

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



27000
27001
27002
# File 'lib/BuildingSync.rb', line 27000

def xmlattr_unit=(value)
  __xmlattr[AttrUnit] = value
end