Class: PortfolioManager::Xml::EGridSubregion

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

Overview

{}eGridSubregion

Constant Summary collapse

AttrCode =
XSD::QName.new(nil, "code")
AttrCountry =
XSD::QName.new(nil, "country")
AttrName =
XSD::QName.new(nil, "name")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEGridSubregion

Returns a new instance of EGridSubregion.



10276
10277
10278
# File 'lib/portfolio_manager/xml.rb', line 10276

def initialize
  @__xmlattr = {}
end

Instance Attribute Details

#xmlattr_codeSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
# File 'lib/portfolio_manager/xml.rb', line 10243

class EGridSubregion
  AttrCode = XSD::QName.new(nil, "code")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrName = XSD::QName.new(nil, "name")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_code
    __xmlattr[AttrCode]
  end

  def xmlattr_code=(value)
    __xmlattr[AttrCode] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

  def xmlattr_country=(value)
    __xmlattr[AttrCountry] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_countrySOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
# File 'lib/portfolio_manager/xml.rb', line 10243

class EGridSubregion
  AttrCode = XSD::QName.new(nil, "code")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrName = XSD::QName.new(nil, "name")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_code
    __xmlattr[AttrCode]
  end

  def xmlattr_code=(value)
    __xmlattr[AttrCode] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

  def xmlattr_country=(value)
    __xmlattr[AttrCountry] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_nameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
# File 'lib/portfolio_manager/xml.rb', line 10243

class EGridSubregion
  AttrCode = XSD::QName.new(nil, "code")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrName = XSD::QName.new(nil, "name")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_code
    __xmlattr[AttrCode]
  end

  def xmlattr_code=(value)
    __xmlattr[AttrCode] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

  def xmlattr_country=(value)
    __xmlattr[AttrCountry] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



10248
10249
10250
# File 'lib/portfolio_manager/xml.rb', line 10248

def __xmlattr
  @__xmlattr ||= {}
end