Class: PortfolioManager::Xml::Station

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

Overview

{}station

Constant Summary collapse

AttrCountry =
XSD::QName.new(nil, "country")
AttrCountryName =
XSD::QName.new(nil, "countryName")
AttrId =
XSD::QName.new(nil, "id")
AttrStationName =
XSD::QName.new(nil, "stationName")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStation

Returns a new instance of Station.



10347
10348
10349
# File 'lib/portfolio_manager/xml.rb', line 10347

def initialize
  @__xmlattr = {}
end

Instance Attribute Details

#xmlattr_countrySOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/portfolio_manager/xml.rb', line 10305

class Station
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCountryName = XSD::QName.new(nil, "countryName")
  AttrId = XSD::QName.new(nil, "id")
  AttrStationName = XSD::QName.new(nil, "stationName")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def xmlattr_countryName
    __xmlattr[AttrCountryName]
  end

  def xmlattr_countryName=(value)
    __xmlattr[AttrCountryName] = value
  end

  def xmlattr_stationName
    __xmlattr[AttrStationName]
  end

  def xmlattr_stationName=(value)
    __xmlattr[AttrStationName] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_countryNameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/portfolio_manager/xml.rb', line 10305

class Station
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCountryName = XSD::QName.new(nil, "countryName")
  AttrId = XSD::QName.new(nil, "id")
  AttrStationName = XSD::QName.new(nil, "stationName")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def xmlattr_countryName
    __xmlattr[AttrCountryName]
  end

  def xmlattr_countryName=(value)
    __xmlattr[AttrCountryName] = value
  end

  def xmlattr_stationName
    __xmlattr[AttrStationName]
  end

  def xmlattr_stationName=(value)
    __xmlattr[AttrStationName] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/portfolio_manager/xml.rb', line 10305

class Station
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCountryName = XSD::QName.new(nil, "countryName")
  AttrId = XSD::QName.new(nil, "id")
  AttrStationName = XSD::QName.new(nil, "stationName")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def xmlattr_countryName
    __xmlattr[AttrCountryName]
  end

  def xmlattr_countryName=(value)
    __xmlattr[AttrCountryName] = value
  end

  def xmlattr_stationName
    __xmlattr[AttrStationName]
  end

  def xmlattr_stationName=(value)
    __xmlattr[AttrStationName] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_stationNameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/portfolio_manager/xml.rb', line 10305

class Station
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCountryName = XSD::QName.new(nil, "countryName")
  AttrId = XSD::QName.new(nil, "id")
  AttrStationName = XSD::QName.new(nil, "stationName")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def xmlattr_countryName
    __xmlattr[AttrCountryName]
  end

  def xmlattr_countryName=(value)
    __xmlattr[AttrCountryName] = value
  end

  def xmlattr_stationName
    __xmlattr[AttrStationName]
  end

  def xmlattr_stationName=(value)
    __xmlattr[AttrStationName] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



10311
10312
10313
# File 'lib/portfolio_manager/xml.rb', line 10311

def __xmlattr
  @__xmlattr ||= {}
end