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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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, warningLevel = nil, productSearch = []) ⇒ GetProductSearchResultsRequestType

Returns a new instance of GetProductSearchResultsRequestType.



7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
# File 'lib/eBay.rb', line 7475

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7468
7469
7470
# File 'lib/eBay.rb', line 7468

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7461
7462
7463
# File 'lib/eBay.rb', line 7461

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7465
7466
7467
# File 'lib/eBay.rb', line 7465

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7462
7463
7464
# File 'lib/eBay.rb', line 7462

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7466
7467
7468
# File 'lib/eBay.rb', line 7466

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7463
7464
7465
# File 'lib/eBay.rb', line 7463

def messageID
  @messageID
end

#productSearchObject

Returns the value of attribute productSearch.



7469
7470
7471
# File 'lib/eBay.rb', line 7469

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



7464
7465
7466
# File 'lib/eBay.rb', line 7464

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7467
7468
7469
# File 'lib/eBay.rb', line 7467

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7471
7472
7473
# File 'lib/eBay.rb', line 7471

def set_any(elements)
  @__xmlele_any = elements
end