Class: PortfolioManager::Xml::Metric

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

Overview

{}metric

Constant Summary collapse

AttrAutoGenerated =
XSD::QName.new(nil, "autoGenerated")
AttrDataType =
XSD::QName.new(nil, "dataType")
AttrId =
XSD::QName.new(nil, "id")
AttrName =
XSD::QName.new(nil, "name")
AttrUom =
XSD::QName.new(nil, "uom")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(monthlyMetric = [], value = nil) ⇒ Metric

Returns a new instance of Metric.



3267
3268
3269
3270
3271
# File 'lib/portfolio_manager/xml.rb', line 3267

def initialize(monthlyMetric = [], value = nil)
  @monthlyMetric = monthlyMetric
  @value = value
  @__xmlattr = {}
end

Instance Attribute Details

#monthlyMetricPortfolioManager::Xml::ReportMetricValuesWs



3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

#valueSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_autoGeneratedSOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_dataTypeSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_nameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_uomSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/portfolio_manager/xml.rb', line 3213

class Metric
  AttrAutoGenerated = XSD::QName.new(nil, "autoGenerated")
  AttrDataType = XSD::QName.new(nil, "dataType")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrUom = XSD::QName.new(nil, "uom")

  attr_accessor :monthlyMetric
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

  def xmlattr_id=(value)
    __xmlattr[AttrId] = value
  end

  def xmlattr_uom
    __xmlattr[AttrUom]
  end

  def xmlattr_uom=(value)
    __xmlattr[AttrUom] = value
  end

  def xmlattr_dataType
    __xmlattr[AttrDataType]
  end

  def xmlattr_dataType=(value)
    __xmlattr[AttrDataType] = value
  end

  def xmlattr_autoGenerated
    __xmlattr[AttrAutoGenerated]
  end

  def xmlattr_autoGenerated=(value)
    __xmlattr[AttrAutoGenerated] = value
  end

  def initialize(monthlyMetric = [], value = nil)
    @monthlyMetric = monthlyMetric
    @value = value
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



3223
3224
3225
# File 'lib/portfolio_manager/xml.rb', line 3223

def __xmlattr
  @__xmlattr ||= {}
end