Class: GetProductFinderXSLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderXSLRequestType

Constant Summary collapse

@@schema_type =
"GetProductFinderXSLRequestType"
@@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")]],
["fileName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileName")]],
["fileVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileVersion")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, fileName = nil, fileVersion = nil) ⇒ GetProductFinderXSLRequestType

Returns a new instance of GetProductFinderXSLRequestType.



5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
# File 'lib/eBay.rb', line 5781

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5773
5774
5775
# File 'lib/eBay.rb', line 5773

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5767
5768
5769
# File 'lib/eBay.rb', line 5767

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5771
5772
5773
# File 'lib/eBay.rb', line 5771

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5768
5769
5770
# File 'lib/eBay.rb', line 5768

def errorLanguage
  @errorLanguage
end

#fileNameObject

Returns the value of attribute fileName.



5774
5775
5776
# File 'lib/eBay.rb', line 5774

def fileName
  @fileName
end

#fileVersionObject

Returns the value of attribute fileVersion.



5775
5776
5777
# File 'lib/eBay.rb', line 5775

def fileVersion
  @fileVersion
end

#invocationIDObject

Returns the value of attribute invocationID.



5772
5773
5774
# File 'lib/eBay.rb', line 5772

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5769
5770
5771
# File 'lib/eBay.rb', line 5769

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



5770
5771
5772
# File 'lib/eBay.rb', line 5770

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5777
5778
5779
# File 'lib/eBay.rb', line 5777

def set_any(elements)
  @__xmlele_any = elements
end