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", ["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")]],
  ["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, warningLevel = nil, alertIDs = nil, messageIDs = nil, folderID = nil) ⇒ GetMyMessagesRequestType

Returns a new instance of GetMyMessagesRequestType.



5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
# File 'lib/eBay.rb', line 5587

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5578
5579
5580
# File 'lib/eBay.rb', line 5578

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



5579
5580
5581
# File 'lib/eBay.rb', line 5579

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



5571
5572
5573
# File 'lib/eBay.rb', line 5571

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5575
5576
5577
# File 'lib/eBay.rb', line 5575

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5572
5573
5574
# File 'lib/eBay.rb', line 5572

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



5581
5582
5583
# File 'lib/eBay.rb', line 5581

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



5576
5577
5578
# File 'lib/eBay.rb', line 5576

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5573
5574
5575
# File 'lib/eBay.rb', line 5573

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



5580
5581
5582
# File 'lib/eBay.rb', line 5580

def messageIDs
  @messageIDs
end

#versionObject

Returns the value of attribute version.



5574
5575
5576
# File 'lib/eBay.rb', line 5574

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5577
5578
5579
# File 'lib/eBay.rb', line 5577

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5583
5584
5585
# File 'lib/eBay.rb', line 5583

def set_any(elements)
  @__xmlele_any = elements
end