Class: PortfolioManager::Xml::UseDecimalType

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

Overview

{}useDecimalType

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

Returns a new instance of UseDecimalType.



884
885
886
887
888
# File 'lib/portfolio_manager/xml.rb', line 884

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# File 'lib/portfolio_manager/xml.rb', line 839

class UseDecimalType < 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::SOAPDecimal

Returns:

  • (SOAP::SOAPDecimal)


839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# File 'lib/portfolio_manager/xml.rb', line 839

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


839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# File 'lib/portfolio_manager/xml.rb', line 839

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


839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# File 'lib/portfolio_manager/xml.rb', line 839

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


839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# File 'lib/portfolio_manager/xml.rb', line 839

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


839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# File 'lib/portfolio_manager/xml.rb', line 839

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



848
849
850
# File 'lib/portfolio_manager/xml.rb', line 848

def __xmlattr
  @__xmlattr ||= {}
end