Class: GetPictureManagerDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPictureManagerDetailsRequestType

Constant Summary collapse

@@schema_type =
"GetPictureManagerDetailsRequestType"
@@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")]],
["folderID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderID")]],
["pictureURL", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]],
["pictureManagerDetailLevel", ["PictureManagerDetailLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureManagerDetailLevel")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) ⇒ GetPictureManagerDetailsRequestType

Returns a new instance of GetPictureManagerDetailsRequestType.



5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
# File 'lib/eBay.rb', line 5273

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5264
5265
5266
# File 'lib/eBay.rb', line 5264

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5258
5259
5260
# File 'lib/eBay.rb', line 5258

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5262
5263
5264
# File 'lib/eBay.rb', line 5262

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5259
5260
5261
# File 'lib/eBay.rb', line 5259

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



5265
5266
5267
# File 'lib/eBay.rb', line 5265

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



5263
5264
5265
# File 'lib/eBay.rb', line 5263

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5260
5261
5262
# File 'lib/eBay.rb', line 5260

def messageID
  @messageID
end

#pictureManagerDetailLevelObject

Returns the value of attribute pictureManagerDetailLevel.



5267
5268
5269
# File 'lib/eBay.rb', line 5267

def pictureManagerDetailLevel
  @pictureManagerDetailLevel
end

#pictureURLObject

Returns the value of attribute pictureURL.



5266
5267
5268
# File 'lib/eBay.rb', line 5266

def pictureURL
  @pictureURL
end

#versionObject

Returns the value of attribute version.



5261
5262
5263
# File 'lib/eBay.rb', line 5261

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5269
5270
5271
# File 'lib/eBay.rb', line 5269

def set_any(elements)
  @__xmlele_any = elements
end