Class: BuildingSync::DishwasherSystemType

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019DishwasherSystemType

dishwasherMachineType - SOAP::SOAPString
dishwasherConfiguration - SOAP::SOAPString
dishwasherClassification - SOAP::SOAPString
dishwasherLoadsPerWeek - BuildingSync::DishwasherSystemType::DishwasherLoadsPerWeek
dishwasherEnergyFactor - BuildingSync::DishwasherSystemType::DishwasherEnergyFactor
dishwasherHotWaterUse - BuildingSync::DishwasherSystemType::DishwasherHotWaterUse
controls - BuildingSync::DishwasherSystemType::Controls
thirdPartyCertification - SOAP::SOAPString
yearInstalled - SOAP::SOAPGYear
yearOfManufacture - SOAP::SOAPGYear
primaryFuel - BuildingSync::FuelTypes
manufacturer - SOAP::SOAPString
modelNumber - SOAP::SOAPString
location - SOAP::SOAPString
linkedPremises - BuildingSync::LinkedPremises
userDefinedFields - BuildingSync::UserDefinedFields
quantity - BuildingSync::Quantity
xmlattr_ID - SOAP::SOAPID
xmlattr_Status - SOAP::SOAPString

Defined Under Namespace

Classes: Controls, DishwasherEnergyFactor, DishwasherHotWaterUse, DishwasherLoadsPerWeek

Constant Summary collapse

AttrID =
XSD::QName.new(nil, "ID")
AttrStatus =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Status")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dishwasherMachineType = nil, dishwasherConfiguration = nil, dishwasherClassification = nil, dishwasherLoadsPerWeek = nil, dishwasherEnergyFactor = nil, dishwasherHotWaterUse = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil) ⇒ DishwasherSystemType

Returns a new instance of DishwasherSystemType.



11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
# File 'lib/BuildingSync.rb', line 11206

def initialize(dishwasherMachineType = nil, dishwasherConfiguration = nil, dishwasherClassification = nil, dishwasherLoadsPerWeek = nil, dishwasherEnergyFactor = nil, dishwasherHotWaterUse = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil)
  @dishwasherMachineType = dishwasherMachineType
  @dishwasherConfiguration = dishwasherConfiguration
  @dishwasherClassification = dishwasherClassification
  @dishwasherLoadsPerWeek = dishwasherLoadsPerWeek
  @dishwasherEnergyFactor = dishwasherEnergyFactor
  @dishwasherHotWaterUse = dishwasherHotWaterUse
  @controls = controls
  @thirdPartyCertification = thirdPartyCertification
  @yearInstalled = yearInstalled
  @yearOfManufacture = yearOfManufacture
  @primaryFuel = primaryFuel
  @manufacturer = manufacturer
  @modelNumber = modelNumber
  @location = location
  @linkedPremises = linkedPremises
  @userDefinedFields = userDefinedFields
  @quantity = quantity
  @__xmlattr = {}
end

Instance Attribute Details

#controlsObject

Returns the value of attribute controls.



11174
11175
11176
# File 'lib/BuildingSync.rb', line 11174

def controls
  @controls
end

#dishwasherClassificationObject

Returns the value of attribute dishwasherClassification.



11170
11171
11172
# File 'lib/BuildingSync.rb', line 11170

def dishwasherClassification
  @dishwasherClassification
end

#dishwasherConfigurationObject

Returns the value of attribute dishwasherConfiguration.



11169
11170
11171
# File 'lib/BuildingSync.rb', line 11169

def dishwasherConfiguration
  @dishwasherConfiguration
end

#dishwasherEnergyFactorObject

Returns the value of attribute dishwasherEnergyFactor.



11172
11173
11174
# File 'lib/BuildingSync.rb', line 11172

def dishwasherEnergyFactor
  @dishwasherEnergyFactor
end

#dishwasherHotWaterUseObject

Returns the value of attribute dishwasherHotWaterUse.



11173
11174
11175
# File 'lib/BuildingSync.rb', line 11173

def dishwasherHotWaterUse
  @dishwasherHotWaterUse
end

#dishwasherLoadsPerWeekObject

Returns the value of attribute dishwasherLoadsPerWeek.



11171
11172
11173
# File 'lib/BuildingSync.rb', line 11171

def dishwasherLoadsPerWeek
  @dishwasherLoadsPerWeek
end

#dishwasherMachineTypeObject

Returns the value of attribute dishwasherMachineType.



11168
11169
11170
# File 'lib/BuildingSync.rb', line 11168

def dishwasherMachineType
  @dishwasherMachineType
end

#linkedPremisesObject

Returns the value of attribute linkedPremises.



11182
11183
11184
# File 'lib/BuildingSync.rb', line 11182

def linkedPremises
  @linkedPremises
end

#locationObject

Returns the value of attribute location.



11181
11182
11183
# File 'lib/BuildingSync.rb', line 11181

def location
  @location
end

#manufacturerObject

Returns the value of attribute manufacturer.



11179
11180
11181
# File 'lib/BuildingSync.rb', line 11179

def manufacturer
  @manufacturer
end

#modelNumberObject

Returns the value of attribute modelNumber.



11180
11181
11182
# File 'lib/BuildingSync.rb', line 11180

def modelNumber
  @modelNumber
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



11178
11179
11180
# File 'lib/BuildingSync.rb', line 11178

def primaryFuel
  @primaryFuel
end

#quantityObject

Returns the value of attribute quantity.



11184
11185
11186
# File 'lib/BuildingSync.rb', line 11184

def quantity
  @quantity
end

#thirdPartyCertificationObject

Returns the value of attribute thirdPartyCertification.



11175
11176
11177
# File 'lib/BuildingSync.rb', line 11175

def thirdPartyCertification
  @thirdPartyCertification
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



11183
11184
11185
# File 'lib/BuildingSync.rb', line 11183

def userDefinedFields
  @userDefinedFields
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



11176
11177
11178
# File 'lib/BuildingSync.rb', line 11176

def yearInstalled
  @yearInstalled
end

#yearOfManufactureObject

Returns the value of attribute yearOfManufacture.



11177
11178
11179
# File 'lib/BuildingSync.rb', line 11177

def yearOfManufacture
  @yearOfManufacture
end

Instance Method Details

#__xmlattrObject



11186
11187
11188
# File 'lib/BuildingSync.rb', line 11186

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



11190
11191
11192
# File 'lib/BuildingSync.rb', line 11190

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



11194
11195
11196
# File 'lib/BuildingSync.rb', line 11194

def xmlattr_ID=(value)
  __xmlattr[AttrID] = value
end

#xmlattr_StatusObject



11198
11199
11200
# File 'lib/BuildingSync.rb', line 11198

def xmlattr_Status
  __xmlattr[AttrStatus]
end

#xmlattr_Status=(value) ⇒ Object



11202
11203
11204
# File 'lib/BuildingSync.rb', line 11202

def xmlattr_Status=(value)
  __xmlattr[AttrStatus] = value
end