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.



7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
# File 'lib/eBay.rb', line 7041

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.



7034
7035
7036
# File 'lib/eBay.rb', line 7034

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7027
7028
7029
# File 'lib/eBay.rb', line 7027

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7031
7032
7033
# File 'lib/eBay.rb', line 7031

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7028
7029
7030
# File 'lib/eBay.rb', line 7028

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7032
7033
7034
# File 'lib/eBay.rb', line 7032

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7029
7030
7031
# File 'lib/eBay.rb', line 7029

def messageID
  @messageID
end

#productSearchObject

Returns the value of attribute productSearch.



7035
7036
7037
# File 'lib/eBay.rb', line 7035

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



7030
7031
7032
# File 'lib/eBay.rb', line 7030

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7033
7034
7035
# File 'lib/eBay.rb', line 7033

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7037
7038
7039
# File 'lib/eBay.rb', line 7037

def set_any(elements)
  @__xmlele_any = elements
end