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.



14464
14465
14466
14467
# File 'lib/eBay.rb', line 14464

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14442
14443
14444
# File 'lib/eBay.rb', line 14442

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



14444
14445
14446
# File 'lib/eBay.rb', line 14444

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



14456
14457
14458
# File 'lib/eBay.rb', line 14456

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

#xmlattr_id=(value) ⇒ Object



14460
14461
14462
# File 'lib/eBay.rb', line 14460

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

#xmlattr_oldIDObject



14448
14449
14450
# File 'lib/eBay.rb', line 14448

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

#xmlattr_oldID=(value) ⇒ Object



14452
14453
14454
# File 'lib/eBay.rb', line 14452

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