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", ["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")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = []) ⇒ AddToWatchListRequestType

Returns a new instance of AddToWatchListRequestType.



873
874
875
876
877
878
879
880
881
882
# File 'lib/eBay.rb', line 873

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



866
867
868
# File 'lib/eBay.rb', line 866

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



860
861
862
# File 'lib/eBay.rb', line 860

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



864
865
866
# File 'lib/eBay.rb', line 864

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



861
862
863
# File 'lib/eBay.rb', line 861

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



865
866
867
# File 'lib/eBay.rb', line 865

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



867
868
869
# File 'lib/eBay.rb', line 867

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



862
863
864
# File 'lib/eBay.rb', line 862

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



863
864
865
# File 'lib/eBay.rb', line 863

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



869
870
871
# File 'lib/eBay.rb', line 869

def set_any(elements)
  @__xmlele_any = elements
end