Class: CategoryMappingType

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

Overview

urn:ebay:apis:eBLBaseComponentsCategoryMappingType

Constant Summary collapse

@@schema_type =
"CategoryMappingType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_attribute =
{XSD::QName.new(nil, "oldID") => "SOAP::SOAPString", XSD::QName.new(nil, "id") => "SOAP::SOAPString"}
@@schema_element =
[
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCategoryMappingType

Returns a new instance of CategoryMappingType.



12804
12805
12806
12807
# File 'lib/eBay.rb', line 12804

def initialize
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12782
12783
12784
# File 'lib/eBay.rb', line 12782

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



12784
12785
12786
# File 'lib/eBay.rb', line 12784

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



12796
12797
12798
# File 'lib/eBay.rb', line 12796

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

#xmlattr_id=(value) ⇒ Object



12800
12801
12802
# File 'lib/eBay.rb', line 12800

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

#xmlattr_oldIDObject



12788
12789
12790
# File 'lib/eBay.rb', line 12788

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

#xmlattr_oldID=(value) ⇒ Object



12792
12793
12794
# File 'lib/eBay.rb', line 12792

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