Class: GetUserDisputesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserDisputesRequestType

Constant Summary collapse

@@schema_type =
"GetUserDisputesRequestType"
@@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")]],
  ["disputeFilterType", ["DisputeFilterTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeFilterType")]],
  ["disputeSortType", ["DisputeSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeSortType")]],
  ["modTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeFrom")]],
  ["modTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeTo")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) ⇒ GetUserDisputesRequestType

Returns a new instance of GetUserDisputesRequestType.



8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
# File 'lib/eBay.rb', line 8877

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @disputeFilterType = disputeFilterType
  @disputeSortType = disputeSortType
  @modTimeFrom = modTimeFrom
  @modTimeTo = modTimeTo
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8866
8867
8868
# File 'lib/eBay.rb', line 8866

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8859
8860
8861
# File 'lib/eBay.rb', line 8859

def detailLevel
  @detailLevel
end

#disputeFilterTypeObject

Returns the value of attribute disputeFilterType.



8867
8868
8869
# File 'lib/eBay.rb', line 8867

def disputeFilterType
  @disputeFilterType
end

#disputeSortTypeObject

Returns the value of attribute disputeSortType.



8868
8869
8870
# File 'lib/eBay.rb', line 8868

def disputeSortType
  @disputeSortType
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8863
8864
8865
# File 'lib/eBay.rb', line 8863

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8860
8861
8862
# File 'lib/eBay.rb', line 8860

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8864
8865
8866
# File 'lib/eBay.rb', line 8864

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8861
8862
8863
# File 'lib/eBay.rb', line 8861

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



8869
8870
8871
# File 'lib/eBay.rb', line 8869

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



8870
8871
8872
# File 'lib/eBay.rb', line 8870

def modTimeTo
  @modTimeTo
end

#paginationObject

Returns the value of attribute pagination.



8871
8872
8873
# File 'lib/eBay.rb', line 8871

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



8862
8863
8864
# File 'lib/eBay.rb', line 8862

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8865
8866
8867
# File 'lib/eBay.rb', line 8865

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8873
8874
8875
# File 'lib/eBay.rb', line 8873

def set_any(elements)
  @__xmlele_any = elements
end