Class: PortfolioManager::Xml::ResidentPopulationType

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

Overview

{}residentPopulationType

Constant Summary collapse

AttrCurrentAsOf =
XSD::QName.new(nil, "currentAsOf")
AttrDefault =
XSD::QName.new(nil, "default")
AttrId =
XSD::QName.new(nil, "id")
AttrTemporary =
XSD::QName.new(nil, "temporary")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(audit = nil, value = nil) ⇒ ResidentPopulationType

Returns a new instance of ResidentPopulationType.



1534
1535
1536
1537
1538
# File 'lib/portfolio_manager/xml.rb', line 1534

def initialize(audit = nil, value = nil)
  @audit = audit
  @value = value
  @__xmlattr = {}
end

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'lib/portfolio_manager/xml.rb', line 1489

class ResidentPopulationType < UseAttributeBase
  AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
  AttrDefault = XSD::QName.new(nil, "default")
  AttrId = XSD::QName.new(nil, "id")
  AttrTemporary = XSD::QName.new(nil, "temporary")

  attr_accessor :audit
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_currentAsOf
    __xmlattr[AttrCurrentAsOf]
  end

  def xmlattr_currentAsOf=(value)
    __xmlattr[AttrCurrentAsOf] = value
  end

  def xmlattr_temporary
    __xmlattr[AttrTemporary]
  end

  def xmlattr_temporary=(value)
    __xmlattr[AttrTemporary] = value
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def initialize(audit = nil, value = nil)
    @audit = audit
    @value = value
    @__xmlattr = {}
  end
end

#valueSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'lib/portfolio_manager/xml.rb', line 1489

class ResidentPopulationType < UseAttributeBase
  AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
  AttrDefault = XSD::QName.new(nil, "default")
  AttrId = XSD::QName.new(nil, "id")
  AttrTemporary = XSD::QName.new(nil, "temporary")

  attr_accessor :audit
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_currentAsOf
    __xmlattr[AttrCurrentAsOf]
  end

  def xmlattr_currentAsOf=(value)
    __xmlattr[AttrCurrentAsOf] = value
  end

  def xmlattr_temporary
    __xmlattr[AttrTemporary]
  end

  def xmlattr_temporary=(value)
    __xmlattr[AttrTemporary] = value
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def initialize(audit = nil, value = nil)
    @audit = audit
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_currentAsOfSOAP::SOAPDate

Returns:

  • (SOAP::SOAPDate)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'lib/portfolio_manager/xml.rb', line 1489

class ResidentPopulationType < UseAttributeBase
  AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
  AttrDefault = XSD::QName.new(nil, "default")
  AttrId = XSD::QName.new(nil, "id")
  AttrTemporary = XSD::QName.new(nil, "temporary")

  attr_accessor :audit
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_currentAsOf
    __xmlattr[AttrCurrentAsOf]
  end

  def xmlattr_currentAsOf=(value)
    __xmlattr[AttrCurrentAsOf] = value
  end

  def xmlattr_temporary
    __xmlattr[AttrTemporary]
  end

  def xmlattr_temporary=(value)
    __xmlattr[AttrTemporary] = value
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def initialize(audit = nil, value = nil)
    @audit = audit
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_defaultSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'lib/portfolio_manager/xml.rb', line 1489

class ResidentPopulationType < UseAttributeBase
  AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
  AttrDefault = XSD::QName.new(nil, "default")
  AttrId = XSD::QName.new(nil, "id")
  AttrTemporary = XSD::QName.new(nil, "temporary")

  attr_accessor :audit
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_currentAsOf
    __xmlattr[AttrCurrentAsOf]
  end

  def xmlattr_currentAsOf=(value)
    __xmlattr[AttrCurrentAsOf] = value
  end

  def xmlattr_temporary
    __xmlattr[AttrTemporary]
  end

  def xmlattr_temporary=(value)
    __xmlattr[AttrTemporary] = value
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def initialize(audit = nil, value = nil)
    @audit = audit
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'lib/portfolio_manager/xml.rb', line 1489

class ResidentPopulationType < UseAttributeBase
  AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
  AttrDefault = XSD::QName.new(nil, "default")
  AttrId = XSD::QName.new(nil, "id")
  AttrTemporary = XSD::QName.new(nil, "temporary")

  attr_accessor :audit
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_currentAsOf
    __xmlattr[AttrCurrentAsOf]
  end

  def xmlattr_currentAsOf=(value)
    __xmlattr[AttrCurrentAsOf] = value
  end

  def xmlattr_temporary
    __xmlattr[AttrTemporary]
  end

  def xmlattr_temporary=(value)
    __xmlattr[AttrTemporary] = value
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def initialize(audit = nil, value = nil)
    @audit = audit
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_temporarySOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'lib/portfolio_manager/xml.rb', line 1489

class ResidentPopulationType < UseAttributeBase
  AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
  AttrDefault = XSD::QName.new(nil, "default")
  AttrId = XSD::QName.new(nil, "id")
  AttrTemporary = XSD::QName.new(nil, "temporary")

  attr_accessor :audit
  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_currentAsOf
    __xmlattr[AttrCurrentAsOf]
  end

  def xmlattr_currentAsOf=(value)
    __xmlattr[AttrCurrentAsOf] = value
  end

  def xmlattr_temporary
    __xmlattr[AttrTemporary]
  end

  def xmlattr_temporary=(value)
    __xmlattr[AttrTemporary] = value
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def initialize(audit = nil, value = nil)
    @audit = audit
    @value = value
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



1498
1499
1500
# File 'lib/portfolio_manager/xml.rb', line 1498

def __xmlattr
  @__xmlattr ||= {}
end