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", ["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")]],
  ["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, warningLevel = nil, item = nil, externalProductID = nil) ⇒ VerifyAddItemRequestType

Returns a new instance of VerifyAddItemRequestType.



12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
# File 'lib/eBay.rb', line 12561

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12553
12554
12555
# File 'lib/eBay.rb', line 12553

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



12546
12547
12548
# File 'lib/eBay.rb', line 12546

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12550
12551
12552
# File 'lib/eBay.rb', line 12550

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12547
12548
12549
# File 'lib/eBay.rb', line 12547

def errorLanguage
  @errorLanguage
end

#externalProductIDObject

Returns the value of attribute externalProductID.



12555
12556
12557
# File 'lib/eBay.rb', line 12555

def externalProductID
  @externalProductID
end

#invocationIDObject

Returns the value of attribute invocationID.



12551
12552
12553
# File 'lib/eBay.rb', line 12551

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



12554
12555
12556
# File 'lib/eBay.rb', line 12554

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



12548
12549
12550
# File 'lib/eBay.rb', line 12548

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



12549
12550
12551
# File 'lib/eBay.rb', line 12549

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12552
12553
12554
# File 'lib/eBay.rb', line 12552

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12557
12558
12559
# File 'lib/eBay.rb', line 12557

def set_any(elements)
  @__xmlele_any = elements
end