Class: GetProductFinderRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderRequestType

Constant Summary collapse

@@schema_type =
"GetProductFinderRequestType"
@@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")]],
["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]],
["productFinderID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, attributeSystemVersion = nil, productFinderID = []) ⇒ GetProductFinderRequestType

Returns a new instance of GetProductFinderRequestType.



5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
# File 'lib/eBay.rb', line 5679

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5671
5672
5673
# File 'lib/eBay.rb', line 5671

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



5672
5673
5674
# File 'lib/eBay.rb', line 5672

def attributeSystemVersion
  @attributeSystemVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



5665
5666
5667
# File 'lib/eBay.rb', line 5665

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5669
5670
5671
# File 'lib/eBay.rb', line 5669

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5666
5667
5668
# File 'lib/eBay.rb', line 5666

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5670
5671
5672
# File 'lib/eBay.rb', line 5670

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5667
5668
5669
# File 'lib/eBay.rb', line 5667

def messageID
  @messageID
end

#productFinderIDObject

Returns the value of attribute productFinderID.



5673
5674
5675
# File 'lib/eBay.rb', line 5673

def productFinderID
  @productFinderID
end

#versionObject

Returns the value of attribute version.



5668
5669
5670
# File 'lib/eBay.rb', line 5668

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5675
5676
5677
# File 'lib/eBay.rb', line 5675

def set_any(elements)
  @__xmlele_any = elements
end