Class: GetPictureManagerOptionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPictureManagerOptionsRequestType

Constant Summary collapse

@@schema_type =
"GetPictureManagerOptionsRequestType"
@@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")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetPictureManagerOptionsRequestType.



5369
5370
5371
5372
5373
5374
5375
5376
5377
# File 'lib/eBay.rb', line 5369

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5363
5364
5365
# File 'lib/eBay.rb', line 5363

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5357
5358
5359
# File 'lib/eBay.rb', line 5357

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5361
5362
5363
# File 'lib/eBay.rb', line 5361

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5358
5359
5360
# File 'lib/eBay.rb', line 5358

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5362
5363
5364
# File 'lib/eBay.rb', line 5362

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5359
5360
5361
# File 'lib/eBay.rb', line 5359

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



5360
5361
5362
# File 'lib/eBay.rb', line 5360

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5365
5366
5367
# File 'lib/eBay.rb', line 5365

def set_any(elements)
  @__xmlele_any = elements
end