Class: CharacteristicsSetType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharacteristicsSetType

Constant Summary collapse

@@schema_type =
"CharacteristicsSetType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
  ["attributeSetID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetID")]],
  ["attributeSetVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetVersion")]],
  ["characteristics", ["CharacteristicType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Characteristics")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, attributeSetID = nil, attributeSetVersion = nil, characteristics = []) ⇒ CharacteristicsSetType

Returns a new instance of CharacteristicsSetType.



16344
16345
16346
16347
16348
16349
16350
# File 'lib/eBay.rb', line 16344

def initialize(name = nil, attributeSetID = nil, attributeSetVersion = nil, characteristics = [])
  @name = name
  @attributeSetID = attributeSetID
  @attributeSetVersion = attributeSetVersion
  @characteristics = characteristics
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16338
16339
16340
# File 'lib/eBay.rb', line 16338

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



16335
16336
16337
# File 'lib/eBay.rb', line 16335

def attributeSetID
  @attributeSetID
end

#attributeSetVersionObject

Returns the value of attribute attributeSetVersion.



16336
16337
16338
# File 'lib/eBay.rb', line 16336

def attributeSetVersion
  @attributeSetVersion
end

#characteristicsObject

Returns the value of attribute characteristics.



16337
16338
16339
# File 'lib/eBay.rb', line 16337

def characteristics
  @characteristics
end

#nameObject

Returns the value of attribute name.



16334
16335
16336
# File 'lib/eBay.rb', line 16334

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



16340
16341
16342
# File 'lib/eBay.rb', line 16340

def set_any(elements)
  @__xmlele_any = elements
end