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", ["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")]],
  ["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, warningLevel = nil, attributeSystemVersion = nil, attributeSetID = []) ⇒ GetProductSearchPageRequestType

Returns a new instance of GetProductSearchPageRequestType.



6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
# File 'lib/eBay.rb', line 6518

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6510
6511
6512
# File 'lib/eBay.rb', line 6510

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



6512
6513
6514
# File 'lib/eBay.rb', line 6512

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



6511
6512
6513
# File 'lib/eBay.rb', line 6511

def attributeSystemVersion
  @attributeSystemVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



6503
6504
6505
# File 'lib/eBay.rb', line 6503

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6507
6508
6509
# File 'lib/eBay.rb', line 6507

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6504
6505
6506
# File 'lib/eBay.rb', line 6504

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6508
6509
6510
# File 'lib/eBay.rb', line 6508

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6505
6506
6507
# File 'lib/eBay.rb', line 6505

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



6506
6507
6508
# File 'lib/eBay.rb', line 6506

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6509
6510
6511
# File 'lib/eBay.rb', line 6509

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6514
6515
6516
# File 'lib/eBay.rb', line 6514

def set_any(elements)
  @__xmlele_any = elements
end