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.



14630
14631
14632
14633
14634
14635
14636
# File 'lib/eBay.rb', line 14630

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.



14624
14625
14626
# File 'lib/eBay.rb', line 14624

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



14621
14622
14623
# File 'lib/eBay.rb', line 14621

def attributeSetID
  @attributeSetID
end

#attributeSetVersionObject

Returns the value of attribute attributeSetVersion.



14622
14623
14624
# File 'lib/eBay.rb', line 14622

def attributeSetVersion
  @attributeSetVersion
end

#characteristicsObject

Returns the value of attribute characteristics.



14623
14624
14625
# File 'lib/eBay.rb', line 14623

def characteristics
  @characteristics
end

#nameObject

Returns the value of attribute name.



14620
14621
14622
# File 'lib/eBay.rb', line 14620

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



14626
14627
14628
# File 'lib/eBay.rb', line 14626

def set_any(elements)
  @__xmlele_any = elements
end