Class: PortfolioManager::Xml::LinkType

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

Overview

{}linkType

Constant Summary collapse

AttrHint =
XSD::QName.new(nil, "hint")
AttrHttpMethod =
XSD::QName.new(nil, "httpMethod")
AttrId =
XSD::QName.new(nil, "id")
XSD::QName.new(nil, "link")
AttrLinkDescription =
XSD::QName.new(nil, "linkDescription")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLinkType

Returns a new instance of LinkType.



187
188
189
# File 'lib/portfolio_manager/xml.rb', line 187

def initialize
  @__xmlattr = {}
end

Instance Attribute Details

#xmlattr_hintSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'lib/portfolio_manager/xml.rb', line 136

class LinkType
  AttrHint = XSD::QName.new(nil, "hint")
  AttrHttpMethod = XSD::QName.new(nil, "httpMethod")
  AttrId = XSD::QName.new(nil, "id")
  AttrLink = XSD::QName.new(nil, "link")
  AttrLinkDescription = XSD::QName.new(nil, "linkDescription")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_linkDescription
    __xmlattr[AttrLinkDescription]
  end

  def xmlattr_linkDescription=(value)
    __xmlattr[AttrLinkDescription] = value
  end

  def xmlattr_link
    __xmlattr[AttrLink]
  end

  def xmlattr_link=(value)
    __xmlattr[AttrLink] = value
  end

  def xmlattr_httpMethod
    __xmlattr[AttrHttpMethod]
  end

  def xmlattr_httpMethod=(value)
    __xmlattr[AttrHttpMethod] = value
  end

  def xmlattr_hint
    __xmlattr[AttrHint]
  end

  def xmlattr_hint=(value)
    __xmlattr[AttrHint] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_httpMethodSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'lib/portfolio_manager/xml.rb', line 136

class LinkType
  AttrHint = XSD::QName.new(nil, "hint")
  AttrHttpMethod = XSD::QName.new(nil, "httpMethod")
  AttrId = XSD::QName.new(nil, "id")
  AttrLink = XSD::QName.new(nil, "link")
  AttrLinkDescription = XSD::QName.new(nil, "linkDescription")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_linkDescription
    __xmlattr[AttrLinkDescription]
  end

  def xmlattr_linkDescription=(value)
    __xmlattr[AttrLinkDescription] = value
  end

  def xmlattr_link
    __xmlattr[AttrLink]
  end

  def xmlattr_link=(value)
    __xmlattr[AttrLink] = value
  end

  def xmlattr_httpMethod
    __xmlattr[AttrHttpMethod]
  end

  def xmlattr_httpMethod=(value)
    __xmlattr[AttrHttpMethod] = value
  end

  def xmlattr_hint
    __xmlattr[AttrHint]
  end

  def xmlattr_hint=(value)
    __xmlattr[AttrHint] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_idSOAP::SOAPInteger

Returns:

  • (SOAP::SOAPInteger)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'lib/portfolio_manager/xml.rb', line 136

class LinkType
  AttrHint = XSD::QName.new(nil, "hint")
  AttrHttpMethod = XSD::QName.new(nil, "httpMethod")
  AttrId = XSD::QName.new(nil, "id")
  AttrLink = XSD::QName.new(nil, "link")
  AttrLinkDescription = XSD::QName.new(nil, "linkDescription")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_linkDescription
    __xmlattr[AttrLinkDescription]
  end

  def xmlattr_linkDescription=(value)
    __xmlattr[AttrLinkDescription] = value
  end

  def xmlattr_link
    __xmlattr[AttrLink]
  end

  def xmlattr_link=(value)
    __xmlattr[AttrLink] = value
  end

  def xmlattr_httpMethod
    __xmlattr[AttrHttpMethod]
  end

  def xmlattr_httpMethod=(value)
    __xmlattr[AttrHttpMethod] = value
  end

  def xmlattr_hint
    __xmlattr[AttrHint]
  end

  def xmlattr_hint=(value)
    __xmlattr[AttrHint] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

Returns:

  • (SOAP::SOAPAnyURI)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'lib/portfolio_manager/xml.rb', line 136

class LinkType
  AttrHint = XSD::QName.new(nil, "hint")
  AttrHttpMethod = XSD::QName.new(nil, "httpMethod")
  AttrId = XSD::QName.new(nil, "id")
  AttrLink = XSD::QName.new(nil, "link")
  AttrLinkDescription = XSD::QName.new(nil, "linkDescription")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_linkDescription
    __xmlattr[AttrLinkDescription]
  end

  def xmlattr_linkDescription=(value)
    __xmlattr[AttrLinkDescription] = value
  end

  def xmlattr_link
    __xmlattr[AttrLink]
  end

  def xmlattr_link=(value)
    __xmlattr[AttrLink] = value
  end

  def xmlattr_httpMethod
    __xmlattr[AttrHttpMethod]
  end

  def xmlattr_httpMethod=(value)
    __xmlattr[AttrHttpMethod] = value
  end

  def xmlattr_hint
    __xmlattr[AttrHint]
  end

  def xmlattr_hint=(value)
    __xmlattr[AttrHint] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

#xmlattr_linkDescriptionSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'lib/portfolio_manager/xml.rb', line 136

class LinkType
  AttrHint = XSD::QName.new(nil, "hint")
  AttrHttpMethod = XSD::QName.new(nil, "httpMethod")
  AttrId = XSD::QName.new(nil, "id")
  AttrLink = XSD::QName.new(nil, "link")
  AttrLinkDescription = XSD::QName.new(nil, "linkDescription")

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_id
    __xmlattr[AttrId]
  end

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

  def xmlattr_linkDescription
    __xmlattr[AttrLinkDescription]
  end

  def xmlattr_linkDescription=(value)
    __xmlattr[AttrLinkDescription] = value
  end

  def xmlattr_link
    __xmlattr[AttrLink]
  end

  def xmlattr_link=(value)
    __xmlattr[AttrLink] = value
  end

  def xmlattr_httpMethod
    __xmlattr[AttrHttpMethod]
  end

  def xmlattr_httpMethod=(value)
    __xmlattr[AttrHttpMethod] = value
  end

  def xmlattr_hint
    __xmlattr[AttrHint]
  end

  def xmlattr_hint=(value)
    __xmlattr[AttrHint] = value
  end

  def initialize
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



143
144
145
# File 'lib/portfolio_manager/xml.rb', line 143

def __xmlattr
  @__xmlattr ||= {}
end