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.



12967
12968
12969
12970
12971
12972
12973
# File 'lib/eBay.rb', line 12967

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.



12961
12962
12963
# File 'lib/eBay.rb', line 12961

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



12958
12959
12960
# File 'lib/eBay.rb', line 12958

def attributeSetID
  @attributeSetID
end

#attributeSetVersionObject

Returns the value of attribute attributeSetVersion.



12959
12960
12961
# File 'lib/eBay.rb', line 12959

def attributeSetVersion
  @attributeSetVersion
end

#characteristicsObject

Returns the value of attribute characteristics.



12960
12961
12962
# File 'lib/eBay.rb', line 12960

def characteristics
  @characteristics
end

#nameObject

Returns the value of attribute name.



12957
12958
12959
# File 'lib/eBay.rb', line 12957

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



12963
12964
12965
# File 'lib/eBay.rb', line 12963

def set_any(elements)
  @__xmlele_any = elements
end