Class: SetStoreRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreRequestType

Constant Summary collapse

@@schema_type =
"SetStoreRequestType"
@@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")]],
["store", ["StoreType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Store")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SetStoreRequestType.



10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
# File 'lib/eBay.rb', line 10501

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10494
10495
10496
# File 'lib/eBay.rb', line 10494

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



10488
10489
10490
# File 'lib/eBay.rb', line 10488

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10492
10493
10494
# File 'lib/eBay.rb', line 10492

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10489
10490
10491
# File 'lib/eBay.rb', line 10489

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10493
10494
10495
# File 'lib/eBay.rb', line 10493

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10490
10491
10492
# File 'lib/eBay.rb', line 10490

def messageID
  @messageID
end

#storeObject

Returns the value of attribute store.



10495
10496
10497
# File 'lib/eBay.rb', line 10495

def store
  @store
end

#versionObject

Returns the value of attribute version.



10491
10492
10493
# File 'lib/eBay.rb', line 10491

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10497
10498
10499
# File 'lib/eBay.rb', line 10497

def set_any(elements)
  @__xmlele_any = elements
end