Class: PortfolioManager::Xml::OwnedByType

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

Overview

{}ownedByType

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) ⇒ OwnedByType

Returns a new instance of OwnedByType.



1664
1665
1666
1667
1668
# File 'lib/portfolio_manager/xml.rb', line 1664

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/portfolio_manager/xml.rb', line 1619

class OwnedByType < 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)


1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/portfolio_manager/xml.rb', line 1619

class OwnedByType < 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)


1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/portfolio_manager/xml.rb', line 1619

class OwnedByType < 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)


1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/portfolio_manager/xml.rb', line 1619

class OwnedByType < 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)


1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/portfolio_manager/xml.rb', line 1619

class OwnedByType < 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)


1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/portfolio_manager/xml.rb', line 1619

class OwnedByType < 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



1628
1629
1630
# File 'lib/portfolio_manager/xml.rb', line 1628

def __xmlattr
  @__xmlattr ||= {}
end