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.



4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
# File 'lib/eBay.rb', line 4887

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.



4878
4879
4880
# File 'lib/eBay.rb', line 4878

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



4879
4880
4881
# File 'lib/eBay.rb', line 4879

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



4871
4872
4873
# File 'lib/eBay.rb', line 4871

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4875
4876
4877
# File 'lib/eBay.rb', line 4875

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4872
4873
4874
# File 'lib/eBay.rb', line 4872

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



4881
4882
4883
# File 'lib/eBay.rb', line 4881

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



4876
4877
4878
# File 'lib/eBay.rb', line 4876

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4873
4874
4875
# File 'lib/eBay.rb', line 4873

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



4880
4881
4882
# File 'lib/eBay.rb', line 4880

def messageIDs
  @messageIDs
end

#versionObject

Returns the value of attribute version.



4874
4875
4876
# File 'lib/eBay.rb', line 4874

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4877
4878
4879
# File 'lib/eBay.rb', line 4877

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4883
4884
4885
# File 'lib/eBay.rb', line 4883

def set_any(elements)
  @__xmlele_any = elements
end