Class: PortfolioManager::Xml::CustomField
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::CustomField
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}customField
Constant Summary collapse
- AttrName =
XSD::QName.new(nil, "name")
- AttrRequired =
XSD::QName.new(nil, "required")
- AttrValidCharacters =
XSD::QName.new(nil, "validCharacters")
- AttrWhenToPrompt =
XSD::QName.new(nil, "whenToPrompt")
Instance Attribute Summary collapse
- #description ⇒ SOAP::SOAPString
- #displayOrder ⇒ SOAP::SOAPInt
- #example ⇒ SOAP::SOAPString
- #maxChars ⇒ SOAP::SOAPInt
- #minChars ⇒ SOAP::SOAPInt
- #url ⇒ SOAP::SOAPString
- #xmlattr_name ⇒ SOAP::SOAPString
- #xmlattr_required ⇒ SOAP::SOAPBoolean
- #xmlattr_validCharacters ⇒ SOAP::SOAPString
- #xmlattr_whenToPrompt ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) ⇒ CustomField
constructor
A new instance of CustomField.
Constructor Details
#initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) ⇒ CustomField
Returns a new instance of CustomField.
9384 9385 9386 9387 9388 9389 9390 9391 9392 |
# File 'lib/portfolio_manager/xml.rb', line 9384 def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end |
Instance Attribute Details
#description ⇒ SOAP::SOAPString
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#displayOrder ⇒ SOAP::SOAPInt
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#example ⇒ SOAP::SOAPString
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#maxChars ⇒ SOAP::SOAPInt
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#minChars ⇒ SOAP::SOAPInt
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#url ⇒ SOAP::SOAPString
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#xmlattr_required ⇒ SOAP::SOAPBoolean
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#xmlattr_validCharacters ⇒ SOAP::SOAPString
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
#xmlattr_whenToPrompt ⇒ SOAP::SOAPString
9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 |
# File 'lib/portfolio_manager/xml.rb', line 9335 class CustomField AttrName = XSD::QName.new(nil, "name") AttrRequired = XSD::QName.new(nil, "required") AttrValidCharacters = XSD::QName.new(nil, "validCharacters") AttrWhenToPrompt = XSD::QName.new(nil, "whenToPrompt") attr_accessor :minChars attr_accessor :maxChars attr_accessor :description attr_accessor :example attr_accessor :url attr_accessor :displayOrder def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_required __xmlattr[AttrRequired] end def xmlattr_required=(value) __xmlattr[AttrRequired] = value end def xmlattr_validCharacters __xmlattr[AttrValidCharacters] end def xmlattr_validCharacters=(value) __xmlattr[AttrValidCharacters] = value end def xmlattr_whenToPrompt __xmlattr[AttrWhenToPrompt] end def xmlattr_whenToPrompt=(value) __xmlattr[AttrWhenToPrompt] = value end def initialize(minChars = nil, maxChars = nil, description = nil, example = nil, url = nil, displayOrder = nil) @minChars = minChars @maxChars = maxChars @description = description @example = example @url = url @displayOrder = displayOrder @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
9348 9349 9350 |
# File 'lib/portfolio_manager/xml.rb', line 9348 def __xmlattr @__xmlattr ||= {} end |