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", ["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")]],
  ["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, warningLevel = nil, itemID = nil, action = nil, noteText = nil) ⇒ SetUserNotesRequestType

Returns a new instance of SetUserNotesRequestType.



12233
12234
12235
12236
12237
12238
12239
12240
12241
12242
12243
12244
12245
# File 'lib/eBay.rb', line 12233

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12224
12225
12226
# File 'lib/eBay.rb', line 12224

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



12226
12227
12228
# File 'lib/eBay.rb', line 12226

def action
  @action
end

#detailLevelObject

Returns the value of attribute detailLevel.



12217
12218
12219
# File 'lib/eBay.rb', line 12217

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12221
12222
12223
# File 'lib/eBay.rb', line 12221

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12218
12219
12220
# File 'lib/eBay.rb', line 12218

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



12222
12223
12224
# File 'lib/eBay.rb', line 12222

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



12225
12226
12227
# File 'lib/eBay.rb', line 12225

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



12219
12220
12221
# File 'lib/eBay.rb', line 12219

def messageID
  @messageID
end

#noteTextObject

Returns the value of attribute noteText.



12227
12228
12229
# File 'lib/eBay.rb', line 12227

def noteText
  @noteText
end

#versionObject

Returns the value of attribute version.



12220
12221
12222
# File 'lib/eBay.rb', line 12220

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12223
12224
12225
# File 'lib/eBay.rb', line 12223

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12229
12230
12231
# File 'lib/eBay.rb', line 12229

def set_any(elements)
  @__xmlele_any = elements
end