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

Returns a new instance of RemoveFromWatchListRequestType.



9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
# File 'lib/eBay.rb', line 9021

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9013
9014
9015
# File 'lib/eBay.rb', line 9013

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



9007
9008
9009
# File 'lib/eBay.rb', line 9007

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9011
9012
9013
# File 'lib/eBay.rb', line 9011

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9008
9009
9010
# File 'lib/eBay.rb', line 9008

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9012
9013
9014
# File 'lib/eBay.rb', line 9012

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9014
9015
9016
# File 'lib/eBay.rb', line 9014

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9009
9010
9011
# File 'lib/eBay.rb', line 9009

def messageID
  @messageID
end

#removeAllItemsObject

Returns the value of attribute removeAllItems.



9015
9016
9017
# File 'lib/eBay.rb', line 9015

def removeAllItems
  @removeAllItems
end

#versionObject

Returns the value of attribute version.



9010
9011
9012
# File 'lib/eBay.rb', line 9010

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9017
9018
9019
# File 'lib/eBay.rb', line 9017

def set_any(elements)
  @__xmlele_any = elements
end