Class: GetReturnURLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetReturnURLRequestType

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetReturnURLRequestType.



6401
6402
6403
6404
6405
6406
6407
6408
6409
# File 'lib/eBay.rb', line 6401

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6395
6396
6397
# File 'lib/eBay.rb', line 6395

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



6389
6390
6391
# File 'lib/eBay.rb', line 6389

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6393
6394
6395
# File 'lib/eBay.rb', line 6393

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6390
6391
6392
# File 'lib/eBay.rb', line 6390

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6394
6395
6396
# File 'lib/eBay.rb', line 6394

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6391
6392
6393
# File 'lib/eBay.rb', line 6391

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



6392
6393
6394
# File 'lib/eBay.rb', line 6392

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6397
6398
6399
# File 'lib/eBay.rb', line 6397

def set_any(elements)
  @__xmlele_any = elements
end