Class: GetProductSearchResultsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsRequestType

Constant Summary collapse

@@schema_type =
"GetProductSearchResultsRequestType"
@@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")]],
["productSearch", ["ProductSearchType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductSearch")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetProductSearchResultsRequestType.



5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
# File 'lib/eBay.rb', line 5980

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5973
5974
5975
# File 'lib/eBay.rb', line 5973

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5967
5968
5969
# File 'lib/eBay.rb', line 5967

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5971
5972
5973
# File 'lib/eBay.rb', line 5971

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5968
5969
5970
# File 'lib/eBay.rb', line 5968

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5972
5973
5974
# File 'lib/eBay.rb', line 5972

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5969
5970
5971
# File 'lib/eBay.rb', line 5969

def messageID
  @messageID
end

#productSearchObject

Returns the value of attribute productSearch.



5974
5975
5976
# File 'lib/eBay.rb', line 5974

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



5970
5971
5972
# File 'lib/eBay.rb', line 5970

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5976
5977
5978
# File 'lib/eBay.rb', line 5976

def set_any(elements)
  @__xmlele_any = elements
end