Class: SetUserNotesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetUserNotesRequestType

Constant Summary collapse

@@schema_type =
"SetUserNotesRequestType"
@@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")]],
["action", ["SetUserNotesActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]],
["noteText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NoteText")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SetUserNotesRequestType.



10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
# File 'lib/eBay.rb', line 10880

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10871
10872
10873
# File 'lib/eBay.rb', line 10871

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



10873
10874
10875
# File 'lib/eBay.rb', line 10873

def action
  @action
end

#detailLevelObject

Returns the value of attribute detailLevel.



10865
10866
10867
# File 'lib/eBay.rb', line 10865

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10869
10870
10871
# File 'lib/eBay.rb', line 10869

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10866
10867
10868
# File 'lib/eBay.rb', line 10866

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10870
10871
10872
# File 'lib/eBay.rb', line 10870

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



10872
10873
10874
# File 'lib/eBay.rb', line 10872

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



10867
10868
10869
# File 'lib/eBay.rb', line 10867

def messageID
  @messageID
end

#noteTextObject

Returns the value of attribute noteText.



10874
10875
10876
# File 'lib/eBay.rb', line 10874

def noteText
  @noteText
end

#versionObject

Returns the value of attribute version.



10868
10869
10870
# File 'lib/eBay.rb', line 10868

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10876
10877
10878
# File 'lib/eBay.rb', line 10876

def set_any(elements)
  @__xmlele_any = elements
end