Class: GetMemberMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMemberMessagesRequestType

Constant Summary collapse

@@schema_type =
"GetMemberMessagesRequestType"
@@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")]],
  ["mailMessageType", ["MessageTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MailMessageType")]],
  ["messageStatus", ["MessageStatusTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageStatus")]],
  ["displayToPublic", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayToPublic")]],
  ["startCreationTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartCreationTime")]],
  ["endCreationTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndCreationTime")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]],
  ["memberMessageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MemberMessageID")]]
]

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, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil) ⇒ GetMemberMessagesRequestType

Returns a new instance of GetMemberMessagesRequestType.



5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
# File 'lib/eBay.rb', line 5466

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @itemID = itemID
  @mailMessageType = mailMessageType
  @messageStatus = messageStatus
  @displayToPublic = displayToPublic
  @startCreationTime = startCreationTime
  @endCreationTime = endCreationTime
  @pagination = pagination
  @memberMessageID = memberMessageID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5452
5453
5454
# File 'lib/eBay.rb', line 5452

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5445
5446
5447
# File 'lib/eBay.rb', line 5445

def detailLevel
  @detailLevel
end

#displayToPublicObject

Returns the value of attribute displayToPublic.



5456
5457
5458
# File 'lib/eBay.rb', line 5456

def displayToPublic
  @displayToPublic
end

#endCreationTimeObject

Returns the value of attribute endCreationTime.



5458
5459
5460
# File 'lib/eBay.rb', line 5458

def endCreationTime
  @endCreationTime
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5449
5450
5451
# File 'lib/eBay.rb', line 5449

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5446
5447
5448
# File 'lib/eBay.rb', line 5446

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5450
5451
5452
# File 'lib/eBay.rb', line 5450

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5453
5454
5455
# File 'lib/eBay.rb', line 5453

def itemID
  @itemID
end

#mailMessageTypeObject

Returns the value of attribute mailMessageType.



5454
5455
5456
# File 'lib/eBay.rb', line 5454

def mailMessageType
  @mailMessageType
end

#memberMessageIDObject

Returns the value of attribute memberMessageID.



5460
5461
5462
# File 'lib/eBay.rb', line 5460

def memberMessageID
  @memberMessageID
end

#messageIDObject

Returns the value of attribute messageID.



5447
5448
5449
# File 'lib/eBay.rb', line 5447

def messageID
  @messageID
end

#messageStatusObject

Returns the value of attribute messageStatus.



5455
5456
5457
# File 'lib/eBay.rb', line 5455

def messageStatus
  @messageStatus
end

#paginationObject

Returns the value of attribute pagination.



5459
5460
5461
# File 'lib/eBay.rb', line 5459

def pagination
  @pagination
end

#startCreationTimeObject

Returns the value of attribute startCreationTime.



5457
5458
5459
# File 'lib/eBay.rb', line 5457

def startCreationTime
  @startCreationTime
end

#versionObject

Returns the value of attribute version.



5448
5449
5450
# File 'lib/eBay.rb', line 5448

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5451
5452
5453
# File 'lib/eBay.rb', line 5451

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5462
5463
5464
# File 'lib/eBay.rb', line 5462

def set_any(elements)
  @__xmlele_any = elements
end