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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, itemID = nil, includeWatchCount = nil) ⇒ GetItemRequestType

Returns a new instance of GetItemRequestType.



3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
# File 'lib/eBay.rb', line 3684

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3676
3677
3678
# File 'lib/eBay.rb', line 3676

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3670
3671
3672
# File 'lib/eBay.rb', line 3670

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3674
3675
3676
# File 'lib/eBay.rb', line 3674

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3671
3672
3673
# File 'lib/eBay.rb', line 3671

def errorLanguage
  @errorLanguage
end

#includeWatchCountObject

Returns the value of attribute includeWatchCount.



3678
3679
3680
# File 'lib/eBay.rb', line 3678

def includeWatchCount
  @includeWatchCount
end

#invocationIDObject

Returns the value of attribute invocationID.



3675
3676
3677
# File 'lib/eBay.rb', line 3675

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3677
3678
3679
# File 'lib/eBay.rb', line 3677

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



3672
3673
3674
# File 'lib/eBay.rb', line 3672

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3673
3674
3675
# File 'lib/eBay.rb', line 3673

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3680
3681
3682
# File 'lib/eBay.rb', line 3680

def set_any(elements)
  @__xmlele_any = elements
end