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.



16178
16179
16180
16181
# File 'lib/eBay.rb', line 16178

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16156
16157
16158
# File 'lib/eBay.rb', line 16156

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



16158
16159
16160
# File 'lib/eBay.rb', line 16158

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



16170
16171
16172
# File 'lib/eBay.rb', line 16170

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

#xmlattr_id=(value) ⇒ Object



16174
16175
16176
# File 'lib/eBay.rb', line 16174

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

#xmlattr_oldIDObject



16162
16163
16164
# File 'lib/eBay.rb', line 16162

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

#xmlattr_oldID=(value) ⇒ Object



16166
16167
16168
# File 'lib/eBay.rb', line 16166

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