Class: RespondToWantItNowPostRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToWantItNowPostRequestType

Constant Summary collapse

@@schema_type =
"RespondToWantItNowPostRequestType"
@@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")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
["postID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PostID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, postID = nil) ⇒ RespondToWantItNowPostRequestType

Returns a new instance of RespondToWantItNowPostRequestType.



9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
# File 'lib/eBay.rb', line 9336

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9328
9329
9330
# File 'lib/eBay.rb', line 9328

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



9322
9323
9324
# File 'lib/eBay.rb', line 9322

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9326
9327
9328
# File 'lib/eBay.rb', line 9326

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9323
9324
9325
# File 'lib/eBay.rb', line 9323

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9327
9328
9329
# File 'lib/eBay.rb', line 9327

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9329
9330
9331
# File 'lib/eBay.rb', line 9329

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9324
9325
9326
# File 'lib/eBay.rb', line 9324

def messageID
  @messageID
end

#postIDObject

Returns the value of attribute postID.



9330
9331
9332
# File 'lib/eBay.rb', line 9330

def postID
  @postID
end

#versionObject

Returns the value of attribute version.



9325
9326
9327
# File 'lib/eBay.rb', line 9325

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9332
9333
9334
# File 'lib/eBay.rb', line 9332

def set_any(elements)
  @__xmlele_any = elements
end