Class: VerifyAddItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddItemRequestType

Constant Summary collapse

@@schema_type =
"VerifyAddItemRequestType"
@@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")]],
["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]],
["externalProductID", ["ExternalProductIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExternalProductID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, item = nil, externalProductID = nil) ⇒ VerifyAddItemRequestType

Returns a new instance of VerifyAddItemRequestType.



11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
# File 'lib/eBay.rb', line 11193

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11185
11186
11187
# File 'lib/eBay.rb', line 11185

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



11179
11180
11181
# File 'lib/eBay.rb', line 11179

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11183
11184
11185
# File 'lib/eBay.rb', line 11183

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11180
11181
11182
# File 'lib/eBay.rb', line 11180

def errorLanguage
  @errorLanguage
end

#externalProductIDObject

Returns the value of attribute externalProductID.



11187
11188
11189
# File 'lib/eBay.rb', line 11187

def externalProductID
  @externalProductID
end

#invocationIDObject

Returns the value of attribute invocationID.



11184
11185
11186
# File 'lib/eBay.rb', line 11184

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



11186
11187
11188
# File 'lib/eBay.rb', line 11186

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



11181
11182
11183
# File 'lib/eBay.rb', line 11181

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



11182
11183
11184
# File 'lib/eBay.rb', line 11182

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11189
11190
11191
# File 'lib/eBay.rb', line 11189

def set_any(elements)
  @__xmlele_any = elements
end