Class: PortfolioManager::Xml::CustomField

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#descriptionSOAP::SOAPString

Returns:

  • (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

#displayOrderSOAP::SOAPInt

Returns:

  • (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

#exampleSOAP::SOAPString

Returns:

  • (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

#maxCharsSOAP::SOAPInt

Returns:

  • (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

#minCharsSOAP::SOAPInt

Returns:

  • (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

#urlSOAP::SOAPString

Returns:

  • (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_nameSOAP::SOAPString

Returns:

  • (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_requiredSOAP::SOAPBoolean

Returns:

  • (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_validCharactersSOAP::SOAPString

Returns:

  • (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_whenToPromptSOAP::SOAPString

Returns:

  • (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

#__xmlattrObject



9348
9349
9350
# File 'lib/portfolio_manager/xml.rb', line 9348

def __xmlattr
  @__xmlattr ||= {}
end