Class: AttributeSetType

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

Overview

urn:ebay:apis:eBLBaseComponentsAttributeSetType

Constant Summary collapse

@@schema_type =
"AttributeSetType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_attribute =
{XSD::QName.new(nil, "attributeSetID") => "SOAP::SOAPInt", XSD::QName.new(nil, "attributeSetVersion") => "SOAP::SOAPString"}
@@schema_element =
[
["attribute", ["AttributeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Attribute")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute = []) ⇒ AttributeSetType

Returns a new instance of AttributeSetType.



12207
12208
12209
12210
12211
# File 'lib/eBay.rb', line 12207

def initialize(attribute = [])
  @attribute = attribute
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12185
12186
12187
# File 'lib/eBay.rb', line 12185

def __xmlele_any
  @__xmlele_any
end

#attributeObject

Returns the value of attribute attribute.



12184
12185
12186
# File 'lib/eBay.rb', line 12184

def attribute
  @attribute
end

Instance Method Details

#set_any(elements) ⇒ Object



12187
12188
12189
# File 'lib/eBay.rb', line 12187

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_attributeSetIDObject



12191
12192
12193
# File 'lib/eBay.rb', line 12191

def xmlattr_attributeSetID
  (@__xmlattr ||= {})[XSD::QName.new(nil, "attributeSetID")]
end

#xmlattr_attributeSetID=(value) ⇒ Object



12195
12196
12197
# File 'lib/eBay.rb', line 12195

def xmlattr_attributeSetID=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "attributeSetID")] = value
end

#xmlattr_attributeSetVersionObject



12199
12200
12201
# File 'lib/eBay.rb', line 12199

def xmlattr_attributeSetVersion
  (@__xmlattr ||= {})[XSD::QName.new(nil, "attributeSetVersion")]
end

#xmlattr_attributeSetVersion=(value) ⇒ Object



12203
12204
12205
# File 'lib/eBay.rb', line 12203

def xmlattr_attributeSetVersion=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "attributeSetVersion")] = value
end