Class: SetStoreCategoriesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCategoriesRequestType

Constant Summary collapse

@@schema_type =
"SetStoreCategoriesRequestType"
@@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")]],
  ["action", ["StoreCategoryUpdateActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]],
  ["itemDestinationCategoryID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemDestinationCategoryID")]],
  ["destinationParentCategoryID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DestinationParentCategoryID")]],
  ["storeCategories", ["StoreCustomCategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreCategories")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, action = nil, itemDestinationCategoryID = nil, destinationParentCategoryID = nil, storeCategories = nil) ⇒ SetStoreCategoriesRequestType

Returns a new instance of SetStoreCategoriesRequestType.



11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
11838
# File 'lib/eBay.rb', line 11825

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, action = nil, itemDestinationCategoryID = nil, destinationParentCategoryID = nil, storeCategories = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @action = action
  @itemDestinationCategoryID = itemDestinationCategoryID
  @destinationParentCategoryID = destinationParentCategoryID
  @storeCategories = storeCategories
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11815
11816
11817
# File 'lib/eBay.rb', line 11815

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



11816
11817
11818
# File 'lib/eBay.rb', line 11816

def action
  @action
end

#destinationParentCategoryIDObject

Returns the value of attribute destinationParentCategoryID.



11818
11819
11820
# File 'lib/eBay.rb', line 11818

def destinationParentCategoryID
  @destinationParentCategoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



11808
11809
11810
# File 'lib/eBay.rb', line 11808

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11812
11813
11814
# File 'lib/eBay.rb', line 11812

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11809
11810
11811
# File 'lib/eBay.rb', line 11809

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



11813
11814
11815
# File 'lib/eBay.rb', line 11813

def invocationID
  @invocationID
end

#itemDestinationCategoryIDObject

Returns the value of attribute itemDestinationCategoryID.



11817
11818
11819
# File 'lib/eBay.rb', line 11817

def itemDestinationCategoryID
  @itemDestinationCategoryID
end

#messageIDObject

Returns the value of attribute messageID.



11810
11811
11812
# File 'lib/eBay.rb', line 11810

def messageID
  @messageID
end

#storeCategoriesObject

Returns the value of attribute storeCategories.



11819
11820
11821
# File 'lib/eBay.rb', line 11819

def storeCategories
  @storeCategories
end

#versionObject

Returns the value of attribute version.



11811
11812
11813
# File 'lib/eBay.rb', line 11811

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



11814
11815
11816
# File 'lib/eBay.rb', line 11814

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



11821
11822
11823
# File 'lib/eBay.rb', line 11821

def set_any(elements)
  @__xmlele_any = elements
end