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", ["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")]],
  ["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, warningLevel = nil, store = nil) ⇒ SetStoreRequestType

Returns a new instance of SetStoreRequestType.



11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
# File 'lib/eBay.rb', line 11721

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11714
11715
11716
# File 'lib/eBay.rb', line 11714

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



11707
11708
11709
# File 'lib/eBay.rb', line 11707

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11711
11712
11713
# File 'lib/eBay.rb', line 11711

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11708
11709
11710
# File 'lib/eBay.rb', line 11708

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



11712
11713
11714
# File 'lib/eBay.rb', line 11712

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



11709
11710
11711
# File 'lib/eBay.rb', line 11709

def messageID
  @messageID
end

#storeObject

Returns the value of attribute store.



11715
11716
11717
# File 'lib/eBay.rb', line 11715

def store
  @store
end

#versionObject

Returns the value of attribute version.



11710
11711
11712
# File 'lib/eBay.rb', line 11710

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



11713
11714
11715
# File 'lib/eBay.rb', line 11713

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



11717
11718
11719
# File 'lib/eBay.rb', line 11717

def set_any(elements)
  @__xmlele_any = elements
end