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")]],
  ["includeExpressRequirements", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeExpressRequirements")]],
  ["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, includeExpressRequirements = nil, externalProductID = nil) ⇒ VerifyAddItemRequestType

Returns a new instance of VerifyAddItemRequestType.



14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
14024
# File 'lib/eBay.rb', line 14012

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14003
14004
14005
# File 'lib/eBay.rb', line 14003

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



13996
13997
13998
# File 'lib/eBay.rb', line 13996

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



14000
14001
14002
# File 'lib/eBay.rb', line 14000

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



13997
13998
13999
# File 'lib/eBay.rb', line 13997

def errorLanguage
  @errorLanguage
end

#externalProductIDObject

Returns the value of attribute externalProductID.



14006
14007
14008
# File 'lib/eBay.rb', line 14006

def externalProductID
  @externalProductID
end

#includeExpressRequirementsObject

Returns the value of attribute includeExpressRequirements.



14005
14006
14007
# File 'lib/eBay.rb', line 14005

def includeExpressRequirements
  @includeExpressRequirements
end

#invocationIDObject

Returns the value of attribute invocationID.



14001
14002
14003
# File 'lib/eBay.rb', line 14001

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



14004
14005
14006
# File 'lib/eBay.rb', line 14004

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



13998
13999
14000
# File 'lib/eBay.rb', line 13998

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



13999
14000
14001
# File 'lib/eBay.rb', line 13999

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



14002
14003
14004
# File 'lib/eBay.rb', line 14002

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



14008
14009
14010
# File 'lib/eBay.rb', line 14008

def set_any(elements)
  @__xmlele_any = elements
end