Class: GetCategoryMappingsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryMappingsRequestType

Constant Summary collapse

@@schema_type =
"GetCategoryMappingsRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["categoryVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryVersion")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryVersion = nil) ⇒ GetCategoryMappingsRequestType

Returns a new instance of GetCategoryMappingsRequestType.



2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
# File 'lib/eBay.rb', line 2844

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryVersion = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @categoryVersion = categoryVersion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2837
2838
2839
# File 'lib/eBay.rb', line 2837

def __xmlele_any
  @__xmlele_any
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



2838
2839
2840
# File 'lib/eBay.rb', line 2838

def categoryVersion
  @categoryVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



2831
2832
2833
# File 'lib/eBay.rb', line 2831

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2835
2836
2837
# File 'lib/eBay.rb', line 2835

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2832
2833
2834
# File 'lib/eBay.rb', line 2832

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2836
2837
2838
# File 'lib/eBay.rb', line 2836

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2833
2834
2835
# File 'lib/eBay.rb', line 2833

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2834
2835
2836
# File 'lib/eBay.rb', line 2834

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2840
2841
2842
# File 'lib/eBay.rb', line 2840

def set_any(elements)
  @__xmlele_any = elements
end