Class: BuildingSync::Efficiency

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

Overview

http://www.gbxml.org/schemaEfficiency

xmlattr_standardsType - SOAP::SOAPNMTOKEN
xmlattr_efficiencyType - SOAP::SOAPNMTOKEN
xmlattr_operationType - SOAP::SOAPNMTOKEN
xmlattr_performanceId - SOAP::SOAPIDREF

Constant Summary collapse

AttrEfficiencyType =
XSD::QName.new(nil, "efficiencyType")
AttrOperationType =
XSD::QName.new(nil, "operationType")
AttrPerformanceId =
XSD::QName.new(nil, "performanceId")
AttrStandardsType =
XSD::QName.new(nil, "standardsType")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ Efficiency

Returns a new instance of Efficiency.



26908
26909
26910
26911
# File 'lib/BuildingSync.rb', line 26908

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

Instance Method Details

#__xmlattrObject



26872
26873
26874
# File 'lib/BuildingSync.rb', line 26872

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_efficiencyTypeObject



26884
26885
26886
# File 'lib/BuildingSync.rb', line 26884

def xmlattr_efficiencyType
  __xmlattr[AttrEfficiencyType]
end

#xmlattr_efficiencyType=(value) ⇒ Object



26888
26889
26890
# File 'lib/BuildingSync.rb', line 26888

def xmlattr_efficiencyType=(value)
  __xmlattr[AttrEfficiencyType] = value
end

#xmlattr_operationTypeObject



26892
26893
26894
# File 'lib/BuildingSync.rb', line 26892

def xmlattr_operationType
  __xmlattr[AttrOperationType]
end

#xmlattr_operationType=(value) ⇒ Object



26896
26897
26898
# File 'lib/BuildingSync.rb', line 26896

def xmlattr_operationType=(value)
  __xmlattr[AttrOperationType] = value
end

#xmlattr_performanceIdObject



26900
26901
26902
# File 'lib/BuildingSync.rb', line 26900

def xmlattr_performanceId
  __xmlattr[AttrPerformanceId]
end

#xmlattr_performanceId=(value) ⇒ Object



26904
26905
26906
# File 'lib/BuildingSync.rb', line 26904

def xmlattr_performanceId=(value)
  __xmlattr[AttrPerformanceId] = value
end

#xmlattr_standardsTypeObject



26876
26877
26878
# File 'lib/BuildingSync.rb', line 26876

def xmlattr_standardsType
  __xmlattr[AttrStandardsType]
end

#xmlattr_standardsType=(value) ⇒ Object



26880
26881
26882
# File 'lib/BuildingSync.rb', line 26880

def xmlattr_standardsType=(value)
  __xmlattr[AttrStandardsType] = value
end