Class: PortfolioManager::Xml::AdditionalIdentifierType

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

Overview

{}additionalIdentifierType

Constant Summary collapse

AttrDescription =
XSD::QName.new(nil, "description")
AttrGroup =
XSD::QName.new(nil, "group")
AttrId =
XSD::QName.new(nil, "id")
AttrName =
XSD::QName.new(nil, "name")
AttrStandardApproved =
XSD::QName.new(nil, "standardApproved")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAdditionalIdentifierType

Returns a new instance of AdditionalIdentifierType.



10074
10075
10076
# File 'lib/portfolio_manager/xml.rb', line 10074

def initialize
  @__xmlattr = {}
end

Instance Attribute Details

#xmlattr_descriptionSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
# File 'lib/portfolio_manager/xml.rb', line 10023

class AdditionalIdentifierType
  AttrDescription = XSD::QName.new(nil, "description")
  AttrGroup = XSD::QName.new(nil, "group")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrStandardApproved = XSD::QName.new(nil, "standardApproved")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_standardApproved
    __xmlattr[AttrStandardApproved]
  end

  def xmlattr_standardApproved=(value)
    __xmlattr[AttrStandardApproved] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_description
    __xmlattr[AttrDescription]
  end

  def xmlattr_description=(value)
    __xmlattr[AttrDescription] = value
  end

  def xmlattr_group
    __xmlattr[AttrGroup]
  end

  def xmlattr_group=(value)
    __xmlattr[AttrGroup] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_groupSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
# File 'lib/portfolio_manager/xml.rb', line 10023

class AdditionalIdentifierType
  AttrDescription = XSD::QName.new(nil, "description")
  AttrGroup = XSD::QName.new(nil, "group")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrStandardApproved = XSD::QName.new(nil, "standardApproved")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_standardApproved
    __xmlattr[AttrStandardApproved]
  end

  def xmlattr_standardApproved=(value)
    __xmlattr[AttrStandardApproved] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_description
    __xmlattr[AttrDescription]
  end

  def xmlattr_description=(value)
    __xmlattr[AttrDescription] = value
  end

  def xmlattr_group
    __xmlattr[AttrGroup]
  end

  def xmlattr_group=(value)
    __xmlattr[AttrGroup] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
# File 'lib/portfolio_manager/xml.rb', line 10023

class AdditionalIdentifierType
  AttrDescription = XSD::QName.new(nil, "description")
  AttrGroup = XSD::QName.new(nil, "group")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrStandardApproved = XSD::QName.new(nil, "standardApproved")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_standardApproved
    __xmlattr[AttrStandardApproved]
  end

  def xmlattr_standardApproved=(value)
    __xmlattr[AttrStandardApproved] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_description
    __xmlattr[AttrDescription]
  end

  def xmlattr_description=(value)
    __xmlattr[AttrDescription] = value
  end

  def xmlattr_group
    __xmlattr[AttrGroup]
  end

  def xmlattr_group=(value)
    __xmlattr[AttrGroup] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_nameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
# File 'lib/portfolio_manager/xml.rb', line 10023

class AdditionalIdentifierType
  AttrDescription = XSD::QName.new(nil, "description")
  AttrGroup = XSD::QName.new(nil, "group")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrStandardApproved = XSD::QName.new(nil, "standardApproved")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_standardApproved
    __xmlattr[AttrStandardApproved]
  end

  def xmlattr_standardApproved=(value)
    __xmlattr[AttrStandardApproved] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_description
    __xmlattr[AttrDescription]
  end

  def xmlattr_description=(value)
    __xmlattr[AttrDescription] = value
  end

  def xmlattr_group
    __xmlattr[AttrGroup]
  end

  def xmlattr_group=(value)
    __xmlattr[AttrGroup] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_standardApprovedSOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
# File 'lib/portfolio_manager/xml.rb', line 10023

class AdditionalIdentifierType
  AttrDescription = XSD::QName.new(nil, "description")
  AttrGroup = XSD::QName.new(nil, "group")
  AttrId = XSD::QName.new(nil, "id")
  AttrName = XSD::QName.new(nil, "name")
  AttrStandardApproved = XSD::QName.new(nil, "standardApproved")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_standardApproved
    __xmlattr[AttrStandardApproved]
  end

  def xmlattr_standardApproved=(value)
    __xmlattr[AttrStandardApproved] = value
  end

  def xmlattr_name
    __xmlattr[AttrName]
  end

  def xmlattr_name=(value)
    __xmlattr[AttrName] = value
  end

  def xmlattr_description
    __xmlattr[AttrDescription]
  end

  def xmlattr_description=(value)
    __xmlattr[AttrDescription] = value
  end

  def xmlattr_group
    __xmlattr[AttrGroup]
  end

  def xmlattr_group=(value)
    __xmlattr[AttrGroup] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



10030
10031
10032
# File 'lib/portfolio_manager/xml.rb', line 10030

def __xmlattr
  @__xmlattr ||= {}
end