Class: GetProductSearchPageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchPageRequestType

Constant Summary collapse

@@schema_type =
"GetProductSearchPageRequestType"
@@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")]],
["attributeSetID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetProductSearchPageRequestType.



5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
# File 'lib/eBay.rb', line 5880

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5872
5873
5874
# File 'lib/eBay.rb', line 5872

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



5874
5875
5876
# File 'lib/eBay.rb', line 5874

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



5873
5874
5875
# File 'lib/eBay.rb', line 5873

def attributeSystemVersion
  @attributeSystemVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



5866
5867
5868
# File 'lib/eBay.rb', line 5866

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5870
5871
5872
# File 'lib/eBay.rb', line 5870

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5867
5868
5869
# File 'lib/eBay.rb', line 5867

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5871
5872
5873
# File 'lib/eBay.rb', line 5871

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5868
5869
5870
# File 'lib/eBay.rb', line 5868

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



5869
5870
5871
# File 'lib/eBay.rb', line 5869

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5876
5877
5878
# File 'lib/eBay.rb', line 5876

def set_any(elements)
  @__xmlele_any = elements
end