Class: PortfolioManager::Xml::AddressType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::AddressType
- 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
- #xmlattr_address1 ⇒ SOAP::SOAPString
- #xmlattr_address2 ⇒ SOAP::SOAPString
- #xmlattr_city ⇒ SOAP::SOAPString
- #xmlattr_country ⇒ SOAP::SOAPString
- #xmlattr_county ⇒ SOAP::SOAPString
- #xmlattr_otherState ⇒ SOAP::SOAPString
- #xmlattr_postalCode ⇒ SOAP::SOAPString
- #xmlattr_state ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ AddressType
constructor
A new instance of AddressType.
Constructor Details
#initialize ⇒ AddressType
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_address1 ⇒ 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_address2 ⇒ 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_city ⇒ 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_country ⇒ 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_county ⇒ 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_otherState ⇒ 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_postalCode ⇒ 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_state ⇒ 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
#__xmlattr ⇒ Object
337 338 339 |
# File 'lib/portfolio_manager/xml.rb', line 337 def __xmlattr @__xmlattr ||= {} end |