Class: GetItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemRequestType

Constant Summary collapse

@@schema_type =
"GetItemRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["includeWatchCount", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeWatchCount")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, includeWatchCount = nil) ⇒ GetItemRequestType

Returns a new instance of GetItemRequestType.



3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
# File 'lib/eBay.rb', line 3978

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3970
3971
3972
# File 'lib/eBay.rb', line 3970

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3963
3964
3965
# File 'lib/eBay.rb', line 3963

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3967
3968
3969
# File 'lib/eBay.rb', line 3967

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3964
3965
3966
# File 'lib/eBay.rb', line 3964

def errorLanguage
  @errorLanguage
end

#includeWatchCountObject

Returns the value of attribute includeWatchCount.



3972
3973
3974
# File 'lib/eBay.rb', line 3972

def includeWatchCount
  @includeWatchCount
end

#invocationIDObject

Returns the value of attribute invocationID.



3968
3969
3970
# File 'lib/eBay.rb', line 3968

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3971
3972
3973
# File 'lib/eBay.rb', line 3971

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



3965
3966
3967
# File 'lib/eBay.rb', line 3965

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3966
3967
3968
# File 'lib/eBay.rb', line 3966

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3969
3970
3971
# File 'lib/eBay.rb', line 3969

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3974
3975
3976
# File 'lib/eBay.rb', line 3974

def set_any(elements)
  @__xmlele_any = elements
end