Class: PortfolioManager::Xml::MeterDeliveryType

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

Overview

{}meterDeliveryType

Constant Summary collapse

AttrEstimatedValue =
XSD::QName.new(nil, "estimatedValue")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil) ⇒ MeterDeliveryType

Returns a new instance of MeterDeliveryType.



7145
7146
7147
7148
7149
7150
7151
7152
# File 'lib/portfolio_manager/xml.rb', line 7145

def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
  @id = id
  @deliveryDate = deliveryDate
  @quantity = quantity
  @cost = cost
  @audit = audit
  @__xmlattr = {}
end

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
# File 'lib/portfolio_manager/xml.rb', line 7124

class MeterDeliveryType
  AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue")

  attr_accessor :id
  attr_accessor :deliveryDate
  attr_accessor :quantity
  attr_accessor :cost
  attr_accessor :audit

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_estimatedValue
    __xmlattr[AttrEstimatedValue]
  end

  def xmlattr_estimatedValue=(value)
    __xmlattr[AttrEstimatedValue] = value
  end

  def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
    @id = id
    @deliveryDate = deliveryDate
    @quantity = quantity
    @cost = cost
    @audit = audit
    @__xmlattr = {}
  end
end

#costObject

Returns:

  • (Object)


7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
# File 'lib/portfolio_manager/xml.rb', line 7124

class MeterDeliveryType
  AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue")

  attr_accessor :id
  attr_accessor :deliveryDate
  attr_accessor :quantity
  attr_accessor :cost
  attr_accessor :audit

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_estimatedValue
    __xmlattr[AttrEstimatedValue]
  end

  def xmlattr_estimatedValue=(value)
    __xmlattr[AttrEstimatedValue] = value
  end

  def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
    @id = id
    @deliveryDate = deliveryDate
    @quantity = quantity
    @cost = cost
    @audit = audit
    @__xmlattr = {}
  end
end

#deliveryDateSOAP::SOAPDate

Returns:

  • (SOAP::SOAPDate)


7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
# File 'lib/portfolio_manager/xml.rb', line 7124

class MeterDeliveryType
  AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue")

  attr_accessor :id
  attr_accessor :deliveryDate
  attr_accessor :quantity
  attr_accessor :cost
  attr_accessor :audit

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_estimatedValue
    __xmlattr[AttrEstimatedValue]
  end

  def xmlattr_estimatedValue=(value)
    __xmlattr[AttrEstimatedValue] = value
  end

  def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
    @id = id
    @deliveryDate = deliveryDate
    @quantity = quantity
    @cost = cost
    @audit = audit
    @__xmlattr = {}
  end
end

#idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
# File 'lib/portfolio_manager/xml.rb', line 7124

class MeterDeliveryType
  AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue")

  attr_accessor :id
  attr_accessor :deliveryDate
  attr_accessor :quantity
  attr_accessor :cost
  attr_accessor :audit

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_estimatedValue
    __xmlattr[AttrEstimatedValue]
  end

  def xmlattr_estimatedValue=(value)
    __xmlattr[AttrEstimatedValue] = value
  end

  def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
    @id = id
    @deliveryDate = deliveryDate
    @quantity = quantity
    @cost = cost
    @audit = audit
    @__xmlattr = {}
  end
end

#quantitySOAP::SOAPDecimal

Returns:

  • (SOAP::SOAPDecimal)


7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
# File 'lib/portfolio_manager/xml.rb', line 7124

class MeterDeliveryType
  AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue")

  attr_accessor :id
  attr_accessor :deliveryDate
  attr_accessor :quantity
  attr_accessor :cost
  attr_accessor :audit

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_estimatedValue
    __xmlattr[AttrEstimatedValue]
  end

  def xmlattr_estimatedValue=(value)
    __xmlattr[AttrEstimatedValue] = value
  end

  def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
    @id = id
    @deliveryDate = deliveryDate
    @quantity = quantity
    @cost = cost
    @audit = audit
    @__xmlattr = {}
  end
end

#xmlattr_estimatedValueSOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
# File 'lib/portfolio_manager/xml.rb', line 7124

class MeterDeliveryType
  AttrEstimatedValue = XSD::QName.new(nil, "estimatedValue")

  attr_accessor :id
  attr_accessor :deliveryDate
  attr_accessor :quantity
  attr_accessor :cost
  attr_accessor :audit

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_estimatedValue
    __xmlattr[AttrEstimatedValue]
  end

  def xmlattr_estimatedValue=(value)
    __xmlattr[AttrEstimatedValue] = value
  end

  def initialize(id = nil, deliveryDate = nil, quantity = nil, cost = nil, audit = nil)
    @id = id
    @deliveryDate = deliveryDate
    @quantity = quantity
    @cost = cost
    @audit = audit
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



7133
7134
7135
# File 'lib/portfolio_manager/xml.rb', line 7133

def __xmlattr
  @__xmlattr ||= {}
end