Class: PortfolioManager::Xml::AddressType

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

Overview

{}addressType

Constant Summary collapse

AttrAddress1 =
XSD::QName.new(nil, "address1")
AttrAddress2 =
XSD::QName.new(nil, "address2")
AttrCity =
XSD::QName.new(nil, "city")
AttrCountry =
XSD::QName.new(nil, "country")
AttrCounty =
XSD::QName.new(nil, "county")
AttrOtherState =
XSD::QName.new(nil, "otherState")
AttrPostalCode =
XSD::QName.new(nil, "postalCode")
AttrState =
XSD::QName.new(nil, "state")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAddressType

Returns a new instance of AddressType.



405
406
407
# File 'lib/portfolio_manager/xml.rb', line 405

def initialize
  @__xmlattr = {}
end

Instance Attribute Details

#xmlattr_address1SOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = value
  end

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_address2SOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = value
  end

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_citySOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = 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)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = value
  end

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_countySOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = value
  end

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_otherStateSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = value
  end

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_postalCodeSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = value
  end

  def xmlattr_country
    __xmlattr[AttrCountry]
  end

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

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_stateSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# File 'lib/portfolio_manager/xml.rb', line 327

class AddressType
  AttrAddress1 = XSD::QName.new(nil, "address1")
  AttrAddress2 = XSD::QName.new(nil, "address2")
  AttrCity = XSD::QName.new(nil, "city")
  AttrCountry = XSD::QName.new(nil, "country")
  AttrCounty = XSD::QName.new(nil, "county")
  AttrOtherState = XSD::QName.new(nil, "otherState")
  AttrPostalCode = XSD::QName.new(nil, "postalCode")
  AttrState = XSD::QName.new(nil, "state")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_address1
    __xmlattr[AttrAddress1]
  end

  def xmlattr_address1=(value)
    __xmlattr[AttrAddress1] = value
  end

  def xmlattr_address2
    __xmlattr[AttrAddress2]
  end

  def xmlattr_address2=(value)
    __xmlattr[AttrAddress2] = value
  end

  def xmlattr_city
    __xmlattr[AttrCity]
  end

  def xmlattr_city=(value)
    __xmlattr[AttrCity] = value
  end

  def xmlattr_county
    __xmlattr[AttrCounty]
  end

  def xmlattr_county=(value)
    __xmlattr[AttrCounty] = value
  end

  def xmlattr_postalCode
    __xmlattr[AttrPostalCode]
  end

  def xmlattr_postalCode=(value)
    __xmlattr[AttrPostalCode] = value
  end

  def xmlattr_state
    __xmlattr[AttrState]
  end

  def xmlattr_state=(value)
    __xmlattr[AttrState] = value
  end

  def xmlattr_otherState
    __xmlattr[AttrOtherState]
  end

  def xmlattr_otherState=(value)
    __xmlattr[AttrOtherState] = 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



337
338
339
# File 'lib/portfolio_manager/xml.rb', line 337

def __xmlattr
  @__xmlattr ||= {}
end