Class: PortfolioManager::Xml::UseYesNoType

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

Overview

{}useYesNoType

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

Returns a new instance of UseYesNoType.



754
755
756
757
758
# File 'lib/portfolio_manager/xml.rb', line 754

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
# File 'lib/portfolio_manager/xml.rb', line 709

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

#valuePortfolioManager::Xml::YesNo



709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
# File 'lib/portfolio_manager/xml.rb', line 709

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


709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
# File 'lib/portfolio_manager/xml.rb', line 709

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


709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
# File 'lib/portfolio_manager/xml.rb', line 709

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


709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
# File 'lib/portfolio_manager/xml.rb', line 709

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


709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
# File 'lib/portfolio_manager/xml.rb', line 709

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



718
719
720
# File 'lib/portfolio_manager/xml.rb', line 718

def __xmlattr
  @__xmlattr ||= {}
end