Class: SetPictureManagerDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPictureManagerDetailsRequestType

Constant Summary collapse

@@schema_type =
"SetPictureManagerDetailsRequestType"
@@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")]],
  ["pictureManagerDetails", ["PictureManagerDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureManagerDetails")]],
  ["action", ["PictureManagerActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType

Returns a new instance of SetPictureManagerDetailsRequestType.



11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
# File 'lib/eBay.rb', line 11417

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11409
11410
11411
# File 'lib/eBay.rb', line 11409

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



11411
11412
11413
# File 'lib/eBay.rb', line 11411

def action
  @action
end

#detailLevelObject

Returns the value of attribute detailLevel.



11402
11403
11404
# File 'lib/eBay.rb', line 11402

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11406
11407
11408
# File 'lib/eBay.rb', line 11406

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11403
11404
11405
# File 'lib/eBay.rb', line 11403

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



11407
11408
11409
# File 'lib/eBay.rb', line 11407

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



11404
11405
11406
# File 'lib/eBay.rb', line 11404

def messageID
  @messageID
end

#pictureManagerDetailsObject

Returns the value of attribute pictureManagerDetails.



11410
11411
11412
# File 'lib/eBay.rb', line 11410

def pictureManagerDetails
  @pictureManagerDetails
end

#versionObject

Returns the value of attribute version.



11405
11406
11407
# File 'lib/eBay.rb', line 11405

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



11408
11409
11410
# File 'lib/eBay.rb', line 11408

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



11413
11414
11415
# File 'lib/eBay.rb', line 11413

def set_any(elements)
  @__xmlele_any = elements
end