Class: GetMemberMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMemberMessagesRequestType

Constant Summary collapse

@@schema_type =
"GetMemberMessagesRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["mailMessageType", ["MessageTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MailMessageType")]],
  ["messageStatus", ["MessageStatusTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageStatus")]],
  ["displayToPublic", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayToPublic")]],
  ["startCreationTime", ["SOAP::SOAPDate", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartCreationTime")]],
  ["endCreationTime", ["SOAP::SOAPDate", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndCreationTime")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]],
  ["memberMessageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MemberMessageID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil) ⇒ GetMemberMessagesRequestType

Returns a new instance of GetMemberMessagesRequestType.



4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'lib/eBay.rb', line 4769

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @itemID = itemID
  @mailMessageType = mailMessageType
  @messageStatus = messageStatus
  @displayToPublic = displayToPublic
  @startCreationTime = startCreationTime
  @endCreationTime = endCreationTime
  @pagination = pagination
  @memberMessageID = memberMessageID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4755
4756
4757
# File 'lib/eBay.rb', line 4755

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



4748
4749
4750
# File 'lib/eBay.rb', line 4748

def detailLevel
  @detailLevel
end

#displayToPublicObject

Returns the value of attribute displayToPublic.



4759
4760
4761
# File 'lib/eBay.rb', line 4759

def displayToPublic
  @displayToPublic
end

#endCreationTimeObject

Returns the value of attribute endCreationTime.



4761
4762
4763
# File 'lib/eBay.rb', line 4761

def endCreationTime
  @endCreationTime
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4752
4753
4754
# File 'lib/eBay.rb', line 4752

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4749
4750
4751
# File 'lib/eBay.rb', line 4749

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4753
4754
4755
# File 'lib/eBay.rb', line 4753

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4756
4757
4758
# File 'lib/eBay.rb', line 4756

def itemID
  @itemID
end

#mailMessageTypeObject

Returns the value of attribute mailMessageType.



4757
4758
4759
# File 'lib/eBay.rb', line 4757

def mailMessageType
  @mailMessageType
end

#memberMessageIDObject

Returns the value of attribute memberMessageID.



4763
4764
4765
# File 'lib/eBay.rb', line 4763

def memberMessageID
  @memberMessageID
end

#messageIDObject

Returns the value of attribute messageID.



4750
4751
4752
# File 'lib/eBay.rb', line 4750

def messageID
  @messageID
end

#messageStatusObject

Returns the value of attribute messageStatus.



4758
4759
4760
# File 'lib/eBay.rb', line 4758

def messageStatus
  @messageStatus
end

#paginationObject

Returns the value of attribute pagination.



4762
4763
4764
# File 'lib/eBay.rb', line 4762

def pagination
  @pagination
end

#startCreationTimeObject

Returns the value of attribute startCreationTime.



4760
4761
4762
# File 'lib/eBay.rb', line 4760

def startCreationTime
  @startCreationTime
end

#versionObject

Returns the value of attribute version.



4751
4752
4753
# File 'lib/eBay.rb', line 4751

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4754
4755
4756
# File 'lib/eBay.rb', line 4754

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4765
4766
4767
# File 'lib/eBay.rb', line 4765

def set_any(elements)
  @__xmlele_any = elements
end