Class: DeleteMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteMyMessagesRequestType

Constant Summary collapse

@@schema_type =
"DeleteMyMessagesRequestType"
@@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")]]
]

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) ⇒ DeleteMyMessagesRequestType



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'lib/eBay.rb', line 1617

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1609
1610
1611
# File 'lib/eBay.rb', line 1609

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



1610
1611
1612
# File 'lib/eBay.rb', line 1610

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



1602
1603
1604
# File 'lib/eBay.rb', line 1602

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1606
1607
1608
# File 'lib/eBay.rb', line 1606

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1603
1604
1605
# File 'lib/eBay.rb', line 1603

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1607
1608
1609
# File 'lib/eBay.rb', line 1607

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1604
1605
1606
# File 'lib/eBay.rb', line 1604

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



1611
1612
1613
# File 'lib/eBay.rb', line 1611

def messageIDs
  @messageIDs
end

#versionObject

Returns the value of attribute version.



1605
1606
1607
# File 'lib/eBay.rb', line 1605

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1608
1609
1610
# File 'lib/eBay.rb', line 1608

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1613
1614
1615
# File 'lib/eBay.rb', line 1613

def set_any(elements)
  @__xmlele_any = elements
end