Class: PortfolioManager::Xml::TypeOfWasteMeter

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

Overview

{}typeOfWasteMeter

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil) ⇒ TypeOfWasteMeter

Returns a new instance of TypeOfWasteMeter.



2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
# File 'lib/portfolio_manager/xml.rb', line 2940

def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
  @id = id
  @name = name
  @type = type
  @unitOfMeasure = unitOfMeasure
  @dataEntryMethod = dataEntryMethod
  @containerSize = containerSize
  @firstBillDate = firstBillDate
  @inUse = inUse
  @inactiveDate = inactiveDate
  @accessLevel = accessLevel
  @audit = audit
end

Instance Attribute Details

#accessLevelPortfolioManager::Xml::ShareLevelType



2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#auditPortfolioManager::Xml::LogType



2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#containerSizeSOAP::SOAPDecimal

Returns:

  • (SOAP::SOAPDecimal)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#dataEntryMethodSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#firstBillDateSOAP::SOAPDate

Returns:

  • (SOAP::SOAPDate)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#inactiveDateSOAP::SOAPDate

Returns:

  • (SOAP::SOAPDate)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#inUseSOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#nameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#typePortfolioManager::Xml::WasteMeterType



2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end

#unitOfMeasureSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
# File 'lib/portfolio_manager/xml.rb', line 2927

class TypeOfWasteMeter
  attr_accessor :id
  attr_accessor :name
  attr_accessor :type
  attr_accessor :unitOfMeasure
  attr_accessor :dataEntryMethod
  attr_accessor :containerSize
  attr_accessor :firstBillDate
  attr_accessor :inUse
  attr_accessor :inactiveDate
  attr_accessor :accessLevel
  attr_accessor :audit

  def initialize(id = nil, name = nil, type = nil, unitOfMeasure = nil, dataEntryMethod = nil, containerSize = nil, firstBillDate = nil, inUse = nil, inactiveDate = nil, accessLevel = nil, audit = nil)
    @id = id
    @name = name
    @type = type
    @unitOfMeasure = unitOfMeasure
    @dataEntryMethod = dataEntryMethod
    @containerSize = containerSize
    @firstBillDate = firstBillDate
    @inUse = inUse
    @inactiveDate = inactiveDate
    @accessLevel = accessLevel
    @audit = audit
  end
end