Class: ReviseMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesRequestType

Constant Summary collapse

@@schema_type =
"ReviseMyMessagesRequestType"
@@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")]],
  ["messageIDs", ["MyMessagesMessageIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageIDs")]],
  ["alertIDs", ["MyMessagesAlertIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertIDs")]],
  ["read", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Read")]],
  ["flagged", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Flagged")]],
  ["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, messageIDs = nil, alertIDs = nil, read = nil, flagged = nil, folderID = nil) ⇒ ReviseMyMessagesRequestType

Returns a new instance of ReviseMyMessagesRequestType.



10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
# File 'lib/eBay.rb', line 10870

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10859
10860
10861
# File 'lib/eBay.rb', line 10859

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



10861
10862
10863
# File 'lib/eBay.rb', line 10861

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



10852
10853
10854
# File 'lib/eBay.rb', line 10852

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10856
10857
10858
# File 'lib/eBay.rb', line 10856

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10853
10854
10855
# File 'lib/eBay.rb', line 10853

def errorLanguage
  @errorLanguage
end

#flaggedObject

Returns the value of attribute flagged.



10863
10864
10865
# File 'lib/eBay.rb', line 10863

def flagged
  @flagged
end

#folderIDObject

Returns the value of attribute folderID.



10864
10865
10866
# File 'lib/eBay.rb', line 10864

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



10857
10858
10859
# File 'lib/eBay.rb', line 10857

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10854
10855
10856
# File 'lib/eBay.rb', line 10854

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



10860
10861
10862
# File 'lib/eBay.rb', line 10860

def messageIDs
  @messageIDs
end

#readObject

Returns the value of attribute read.



10862
10863
10864
# File 'lib/eBay.rb', line 10862

def read
  @read
end

#versionObject

Returns the value of attribute version.



10855
10856
10857
# File 'lib/eBay.rb', line 10855

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



10858
10859
10860
# File 'lib/eBay.rb', line 10858

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



10866
10867
10868
# File 'lib/eBay.rb', line 10866

def set_any(elements)
  @__xmlele_any = elements
end