Class: RemoveFromWatchListRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRemoveFromWatchListRequestType

Constant Summary collapse

@@schema_type =
"RemoveFromWatchListRequestType"
@@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")]],
  ["removeAllItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RemoveAllItems")]]
]

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 = [], removeAllItems = nil) ⇒ RemoveFromWatchListRequestType

Returns a new instance of RemoveFromWatchListRequestType.



11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
# File 'lib/eBay.rb', line 11298

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11290
11291
11292
# File 'lib/eBay.rb', line 11290

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



11283
11284
11285
# File 'lib/eBay.rb', line 11283

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11287
11288
11289
# File 'lib/eBay.rb', line 11287

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11284
11285
11286
# File 'lib/eBay.rb', line 11284

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



11288
11289
11290
# File 'lib/eBay.rb', line 11288

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



11291
11292
11293
# File 'lib/eBay.rb', line 11291

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



11285
11286
11287
# File 'lib/eBay.rb', line 11285

def messageID
  @messageID
end

#removeAllItemsObject

Returns the value of attribute removeAllItems.



11292
11293
11294
# File 'lib/eBay.rb', line 11292

def removeAllItems
  @removeAllItems
end

#versionObject

Returns the value of attribute version.



11286
11287
11288
# File 'lib/eBay.rb', line 11286

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



11289
11290
11291
# File 'lib/eBay.rb', line 11289

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



11294
11295
11296
# File 'lib/eBay.rb', line 11294

def set_any(elements)
  @__xmlele_any = elements
end