Class: GetItemRecommendationsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsRequestType

Constant Summary collapse

@@schema_type =
"GetItemRecommendationsRequestType"
@@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")]],
["getRecommendationsRequestContainer", ["GetRecommendationsRequestContainerType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GetRecommendationsRequestContainer")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetItemRecommendationsRequestType.



3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'lib/eBay.rb', line 3781

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3774
3775
3776
# File 'lib/eBay.rb', line 3774

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3768
3769
3770
# File 'lib/eBay.rb', line 3768

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3772
3773
3774
# File 'lib/eBay.rb', line 3772

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3769
3770
3771
# File 'lib/eBay.rb', line 3769

def errorLanguage
  @errorLanguage
end

#getRecommendationsRequestContainerObject

Returns the value of attribute getRecommendationsRequestContainer.



3775
3776
3777
# File 'lib/eBay.rb', line 3775

def getRecommendationsRequestContainer
  @getRecommendationsRequestContainer
end

#invocationIDObject

Returns the value of attribute invocationID.



3773
3774
3775
# File 'lib/eBay.rb', line 3773

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3770
3771
3772
# File 'lib/eBay.rb', line 3770

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3771
3772
3773
# File 'lib/eBay.rb', line 3771

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3777
3778
3779
# File 'lib/eBay.rb', line 3777

def set_any(elements)
  @__xmlele_any = elements
end