Class: BuildingSync::CriticalITSystemType

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

Overview

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

iTSystemType - SOAP::SOAPString
iTPeakPower - BuildingSync::CriticalITSystemType::ITPeakPower
iTStandbyPower - BuildingSync::CriticalITSystemType::ITStandbyPower
iTNominalPower - BuildingSync::CriticalITSystemType::ITNominalPower
controls - BuildingSync::CriticalITSystemType::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, ITNominalPower, ITPeakPower, ITStandbyPower

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(iTSystemType = nil, iTPeakPower = nil, iTStandbyPower = nil, iTNominalPower = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil) ⇒ CriticalITSystemType

Returns a new instance of CriticalITSystemType.



14879
14880
14881
14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'lib/BuildingSync.rb', line 14879

def initialize(iTSystemType = nil, iTPeakPower = nil, iTStandbyPower = nil, iTNominalPower = nil, controls = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil)
  @iTSystemType = iTSystemType
  @iTPeakPower = iTPeakPower
  @iTStandbyPower = iTStandbyPower
  @iTNominalPower = iTNominalPower
  @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.



14847
14848
14849
# File 'lib/BuildingSync.rb', line 14847

def controls
  @controls
end

#iTNominalPowerObject

Returns the value of attribute iTNominalPower.



14846
14847
14848
# File 'lib/BuildingSync.rb', line 14846

def iTNominalPower
  @iTNominalPower
end

#iTPeakPowerObject

Returns the value of attribute iTPeakPower.



14844
14845
14846
# File 'lib/BuildingSync.rb', line 14844

def iTPeakPower
  @iTPeakPower
end

#iTStandbyPowerObject

Returns the value of attribute iTStandbyPower.



14845
14846
14847
# File 'lib/BuildingSync.rb', line 14845

def iTStandbyPower
  @iTStandbyPower
end

#iTSystemTypeObject

Returns the value of attribute iTSystemType.



14843
14844
14845
# File 'lib/BuildingSync.rb', line 14843

def iTSystemType
  @iTSystemType
end

#linkedPremisesObject

Returns the value of attribute linkedPremises.



14855
14856
14857
# File 'lib/BuildingSync.rb', line 14855

def linkedPremises
  @linkedPremises
end

#locationObject

Returns the value of attribute location.



14854
14855
14856
# File 'lib/BuildingSync.rb', line 14854

def location
  @location
end

#manufacturerObject

Returns the value of attribute manufacturer.



14852
14853
14854
# File 'lib/BuildingSync.rb', line 14852

def manufacturer
  @manufacturer
end

#modelNumberObject

Returns the value of attribute modelNumber.



14853
14854
14855
# File 'lib/BuildingSync.rb', line 14853

def modelNumber
  @modelNumber
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



14851
14852
14853
# File 'lib/BuildingSync.rb', line 14851

def primaryFuel
  @primaryFuel
end

#quantityObject

Returns the value of attribute quantity.



14857
14858
14859
# File 'lib/BuildingSync.rb', line 14857

def quantity
  @quantity
end

#thirdPartyCertificationObject

Returns the value of attribute thirdPartyCertification.



14848
14849
14850
# File 'lib/BuildingSync.rb', line 14848

def thirdPartyCertification
  @thirdPartyCertification
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



14856
14857
14858
# File 'lib/BuildingSync.rb', line 14856

def userDefinedFields
  @userDefinedFields
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



14849
14850
14851
# File 'lib/BuildingSync.rb', line 14849

def yearInstalled
  @yearInstalled
end

#yearOfManufactureObject

Returns the value of attribute yearOfManufacture.



14850
14851
14852
# File 'lib/BuildingSync.rb', line 14850

def yearOfManufacture
  @yearOfManufacture
end

Instance Method Details

#__xmlattrObject



14859
14860
14861
# File 'lib/BuildingSync.rb', line 14859

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



14863
14864
14865
# File 'lib/BuildingSync.rb', line 14863

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



14867
14868
14869
# File 'lib/BuildingSync.rb', line 14867

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

#xmlattr_StatusObject



14871
14872
14873
# File 'lib/BuildingSync.rb', line 14871

def xmlattr_Status
  __xmlattr[AttrStatus]
end

#xmlattr_Status=(value) ⇒ Object



14875
14876
14877
# File 'lib/BuildingSync.rb', line 14875

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