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", ["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")]],
["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::SOAPDate", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartCreationTime")]],
["endCreationTime", ["SOAP::SOAPDate", 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, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil) ⇒ GetMemberMessagesRequestType

Returns a new instance of GetMemberMessagesRequestType.



4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
# File 'lib/eBay.rb', line 4326

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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
  @__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.



4312
4313
4314
# File 'lib/eBay.rb', line 4312

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



4306
4307
4308
# File 'lib/eBay.rb', line 4306

def detailLevel
  @detailLevel
end

#displayToPublicObject

Returns the value of attribute displayToPublic.



4316
4317
4318
# File 'lib/eBay.rb', line 4316

def displayToPublic
  @displayToPublic
end

#endCreationTimeObject

Returns the value of attribute endCreationTime.



4318
4319
4320
# File 'lib/eBay.rb', line 4318

def endCreationTime
  @endCreationTime
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4310
4311
4312
# File 'lib/eBay.rb', line 4310

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4307
4308
4309
# File 'lib/eBay.rb', line 4307

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4311
4312
4313
# File 'lib/eBay.rb', line 4311

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4313
4314
4315
# File 'lib/eBay.rb', line 4313

def itemID
  @itemID
end

#mailMessageTypeObject

Returns the value of attribute mailMessageType.



4314
4315
4316
# File 'lib/eBay.rb', line 4314

def mailMessageType
  @mailMessageType
end

#memberMessageIDObject

Returns the value of attribute memberMessageID.



4320
4321
4322
# File 'lib/eBay.rb', line 4320

def memberMessageID
  @memberMessageID
end

#messageIDObject

Returns the value of attribute messageID.



4308
4309
4310
# File 'lib/eBay.rb', line 4308

def messageID
  @messageID
end

#messageStatusObject

Returns the value of attribute messageStatus.



4315
4316
4317
# File 'lib/eBay.rb', line 4315

def messageStatus
  @messageStatus
end

#paginationObject

Returns the value of attribute pagination.



4319
4320
4321
# File 'lib/eBay.rb', line 4319

def pagination
  @pagination
end

#startCreationTimeObject

Returns the value of attribute startCreationTime.



4317
4318
4319
# File 'lib/eBay.rb', line 4317

def startCreationTime
  @startCreationTime
end

#versionObject

Returns the value of attribute version.



4309
4310
4311
# File 'lib/eBay.rb', line 4309

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4322
4323
4324
# File 'lib/eBay.rb', line 4322

def set_any(elements)
  @__xmlele_any = elements
end