Class: GetProductFamilyMembersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFamilyMembersRequestType

Constant Summary collapse

@@schema_type =
"GetProductFamilyMembersRequestType"
@@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")]],
  ["productSearch", ["ProductSearchType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductSearch")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetProductFamilyMembersRequestType.



6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
# File 'lib/eBay.rb', line 6201

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6194
6195
6196
# File 'lib/eBay.rb', line 6194

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



6187
6188
6189
# File 'lib/eBay.rb', line 6187

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6191
6192
6193
# File 'lib/eBay.rb', line 6191

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6188
6189
6190
# File 'lib/eBay.rb', line 6188

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6192
6193
6194
# File 'lib/eBay.rb', line 6192

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6189
6190
6191
# File 'lib/eBay.rb', line 6189

def messageID
  @messageID
end

#productSearchObject

Returns the value of attribute productSearch.



6195
6196
6197
# File 'lib/eBay.rb', line 6195

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



6190
6191
6192
# File 'lib/eBay.rb', line 6190

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6193
6194
6195
# File 'lib/eBay.rb', line 6193

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6197
6198
6199
# File 'lib/eBay.rb', line 6197

def set_any(elements)
  @__xmlele_any = elements
end