Class: GetStoreRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreRequestType

Constant Summary collapse

@@schema_type =
"GetStoreRequestType"
@@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) ⇒ GetStoreRequestType

Returns a new instance of GetStoreRequestType.



7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'lib/eBay.rb', line 7322

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.



7316
7317
7318
# File 'lib/eBay.rb', line 7316

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7310
7311
7312
# File 'lib/eBay.rb', line 7310

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7314
7315
7316
# File 'lib/eBay.rb', line 7314

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7311
7312
7313
# File 'lib/eBay.rb', line 7311

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7315
7316
7317
# File 'lib/eBay.rb', line 7315

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7312
7313
7314
# File 'lib/eBay.rb', line 7312

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



7313
7314
7315
# File 'lib/eBay.rb', line 7313

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7318
7319
7320
# File 'lib/eBay.rb', line 7318

def set_any(elements)
  @__xmlele_any = elements
end