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")]],
  ["includeExpressRequirements", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeExpressRequirements")]],
  ["includeWatchCount", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeWatchCount")]],
  ["includeCrossPromotion", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeCrossPromotion")]]
]

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, includeExpressRequirements = nil, includeWatchCount = nil, includeCrossPromotion = nil) ⇒ GetItemRequestType

Returns a new instance of GetItemRequestType.



4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
# File 'lib/eBay.rb', line 4652

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4642
4643
4644
# File 'lib/eBay.rb', line 4642

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



4635
4636
4637
# File 'lib/eBay.rb', line 4635

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4639
4640
4641
# File 'lib/eBay.rb', line 4639

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4636
4637
4638
# File 'lib/eBay.rb', line 4636

def errorLanguage
  @errorLanguage
end

#includeCrossPromotionObject

Returns the value of attribute includeCrossPromotion.



4646
4647
4648
# File 'lib/eBay.rb', line 4646

def includeCrossPromotion
  @includeCrossPromotion
end

#includeExpressRequirementsObject

Returns the value of attribute includeExpressRequirements.



4644
4645
4646
# File 'lib/eBay.rb', line 4644

def includeExpressRequirements
  @includeExpressRequirements
end

#includeWatchCountObject

Returns the value of attribute includeWatchCount.



4645
4646
4647
# File 'lib/eBay.rb', line 4645

def includeWatchCount
  @includeWatchCount
end

#invocationIDObject

Returns the value of attribute invocationID.



4640
4641
4642
# File 'lib/eBay.rb', line 4640

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4643
4644
4645
# File 'lib/eBay.rb', line 4643

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4637
4638
4639
# File 'lib/eBay.rb', line 4637

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



4638
4639
4640
# File 'lib/eBay.rb', line 4638

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4641
4642
4643
# File 'lib/eBay.rb', line 4641

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4648
4649
4650
# File 'lib/eBay.rb', line 4648

def set_any(elements)
  @__xmlele_any = elements
end