Class: AddToWatchListRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToWatchListRequestType

Constant Summary collapse

@@schema_type =
"AddToWatchListRequestType"
@@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")]]
]

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 = []) ⇒ AddToWatchListRequestType

Returns a new instance of AddToWatchListRequestType.



916
917
918
919
920
921
922
923
924
925
926
# File 'lib/eBay.rb', line 916

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



909
910
911
# File 'lib/eBay.rb', line 909

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



902
903
904
# File 'lib/eBay.rb', line 902

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



906
907
908
# File 'lib/eBay.rb', line 906

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



903
904
905
# File 'lib/eBay.rb', line 903

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



907
908
909
# File 'lib/eBay.rb', line 907

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



910
911
912
# File 'lib/eBay.rb', line 910

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



904
905
906
# File 'lib/eBay.rb', line 904

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



905
906
907
# File 'lib/eBay.rb', line 905

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



908
909
910
# File 'lib/eBay.rb', line 908

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



912
913
914
# File 'lib/eBay.rb', line 912

def set_any(elements)
  @__xmlele_any = elements
end