Class: GetMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyMessagesRequestType

Constant Summary collapse

@@schema_type =
"GetMyMessagesRequestType"
@@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")]],
["alertIDs", ["MyMessagesAlertIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertIDs")]],
["messageIDs", ["MyMessagesMessageIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageIDs")]],
["folderID", ["SOAP::SOAPLong", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, alertIDs = nil, messageIDs = nil, folderID = nil) ⇒ GetMyMessagesRequestType

Returns a new instance of GetMyMessagesRequestType.



4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
# File 'lib/eBay.rb', line 4439

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4430
4431
4432
# File 'lib/eBay.rb', line 4430

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



4431
4432
4433
# File 'lib/eBay.rb', line 4431

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



4424
4425
4426
# File 'lib/eBay.rb', line 4424

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4428
4429
4430
# File 'lib/eBay.rb', line 4428

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4425
4426
4427
# File 'lib/eBay.rb', line 4425

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



4433
4434
4435
# File 'lib/eBay.rb', line 4433

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



4429
4430
4431
# File 'lib/eBay.rb', line 4429

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4426
4427
4428
# File 'lib/eBay.rb', line 4426

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



4432
4433
4434
# File 'lib/eBay.rb', line 4432

def messageIDs
  @messageIDs
end

#versionObject

Returns the value of attribute version.



4427
4428
4429
# File 'lib/eBay.rb', line 4427

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4435
4436
4437
# File 'lib/eBay.rb', line 4435

def set_any(elements)
  @__xmlele_any = elements
end