Class: SellerReverseDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerReverseDisputeRequestType

Constant Summary collapse

@@schema_type =
"SellerReverseDisputeRequestType"
@@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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["disputeID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeID")]],
["disputeResolutionReason", ["DisputeResolutionReasonCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeResolutionReason")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, disputeID = nil, disputeResolutionReason = nil) ⇒ SellerReverseDisputeRequestType

Returns a new instance of SellerReverseDisputeRequestType.



9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
# File 'lib/eBay.rb', line 9894

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, disputeID = nil, disputeResolutionReason = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @disputeID = disputeID
  @disputeResolutionReason = disputeResolutionReason
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9886
9887
9888
# File 'lib/eBay.rb', line 9886

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



9880
9881
9882
# File 'lib/eBay.rb', line 9880

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



9887
9888
9889
# File 'lib/eBay.rb', line 9887

def disputeID
  @disputeID
end

#disputeResolutionReasonObject

Returns the value of attribute disputeResolutionReason.



9888
9889
9890
# File 'lib/eBay.rb', line 9888

def disputeResolutionReason
  @disputeResolutionReason
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9884
9885
9886
# File 'lib/eBay.rb', line 9884

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9881
9882
9883
# File 'lib/eBay.rb', line 9881

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9885
9886
9887
# File 'lib/eBay.rb', line 9885

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



9882
9883
9884
# File 'lib/eBay.rb', line 9882

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



9883
9884
9885
# File 'lib/eBay.rb', line 9883

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9890
9891
9892
# File 'lib/eBay.rb', line 9890

def set_any(elements)
  @__xmlele_any = elements
end