Class: MyMessagesMessageType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyMessagesMessageType

Constant Summary collapse

@@schema_type =
"MyMessagesMessageType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["sender", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Sender")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["subject", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Subject")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["externalMessageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExternalMessageID")]],
["contentType", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ContentType")]],
["text", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Text")]],
["flagged", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Flagged")]],
["read", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Read")]],
["creationDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CreationDate")]],
["receiveDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReceiveDate")]],
["expirationDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpirationDate")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
["responseDetails", ["MyMessagesResponseDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ResponseDetails")]],
["forwardDetails", ["MyMessagesForwardDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ForwardDetails")]],
["folder", ["MyMessagesFolderType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Folder")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sender = nil, recipientUserID = nil, subject = nil, messageID = nil, externalMessageID = nil, contentType = nil, text = nil, flagged = nil, read = nil, creationDate = nil, receiveDate = nil, expirationDate = nil, itemID = nil, responseDetails = nil, forwardDetails = nil, folder = nil) ⇒ MyMessagesMessageType

Returns a new instance of MyMessagesMessageType.



15307
15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
15322
15323
15324
15325
# File 'lib/eBay.rb', line 15307

def initialize(sender = nil, recipientUserID = nil, subject = nil, messageID = nil, externalMessageID = nil, contentType = nil, text = nil, flagged = nil, read = nil, creationDate = nil, receiveDate = nil, expirationDate = nil, itemID = nil, responseDetails = nil, forwardDetails = nil, folder = nil)
  @sender = sender
  @recipientUserID = recipientUserID
  @subject = subject
  @messageID = messageID
  @externalMessageID = externalMessageID
  @contentType = contentType
  @text = text
  @flagged = flagged
  @read = read
  @creationDate = creationDate
  @receiveDate = receiveDate
  @expirationDate = expirationDate
  @itemID = itemID
  @responseDetails = responseDetails
  @forwardDetails = forwardDetails
  @folder = folder
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15301
15302
15303
# File 'lib/eBay.rb', line 15301

def __xmlele_any
  @__xmlele_any
end

#contentTypeObject

Returns the value of attribute contentType.



15290
15291
15292
# File 'lib/eBay.rb', line 15290

def contentType
  @contentType
end

#creationDateObject

Returns the value of attribute creationDate.



15294
15295
15296
# File 'lib/eBay.rb', line 15294

def creationDate
  @creationDate
end

#expirationDateObject

Returns the value of attribute expirationDate.



15296
15297
15298
# File 'lib/eBay.rb', line 15296

def expirationDate
  @expirationDate
end

#externalMessageIDObject

Returns the value of attribute externalMessageID.



15289
15290
15291
# File 'lib/eBay.rb', line 15289

def externalMessageID
  @externalMessageID
end

#flaggedObject

Returns the value of attribute flagged.



15292
15293
15294
# File 'lib/eBay.rb', line 15292

def flagged
  @flagged
end

#folderObject

Returns the value of attribute folder.



15300
15301
15302
# File 'lib/eBay.rb', line 15300

def folder
  @folder
end

#forwardDetailsObject

Returns the value of attribute forwardDetails.



15299
15300
15301
# File 'lib/eBay.rb', line 15299

def forwardDetails
  @forwardDetails
end

#itemIDObject

Returns the value of attribute itemID.



15297
15298
15299
# File 'lib/eBay.rb', line 15297

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



15288
15289
15290
# File 'lib/eBay.rb', line 15288

def messageID
  @messageID
end

#readObject

Returns the value of attribute read.



15293
15294
15295
# File 'lib/eBay.rb', line 15293

def read
  @read
end

#receiveDateObject

Returns the value of attribute receiveDate.



15295
15296
15297
# File 'lib/eBay.rb', line 15295

def receiveDate
  @receiveDate
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15286
15287
15288
# File 'lib/eBay.rb', line 15286

def recipientUserID
  @recipientUserID
end

#responseDetailsObject

Returns the value of attribute responseDetails.



15298
15299
15300
# File 'lib/eBay.rb', line 15298

def responseDetails
  @responseDetails
end

#senderObject

Returns the value of attribute sender.



15285
15286
15287
# File 'lib/eBay.rb', line 15285

def sender
  @sender
end

#subjectObject

Returns the value of attribute subject.



15287
15288
15289
# File 'lib/eBay.rb', line 15287

def subject
  @subject
end

#textObject

Returns the value of attribute text.



15291
15292
15293
# File 'lib/eBay.rb', line 15291

def text
  @text
end

Instance Method Details

#set_any(elements) ⇒ Object



15303
15304
15305
# File 'lib/eBay.rb', line 15303

def set_any(elements)
  @__xmlele_any = elements
end