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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType

Returns a new instance of SetPictureManagerDetailsRequestType.



10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
# File 'lib/eBay.rb', line 10212

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10204
10205
10206
# File 'lib/eBay.rb', line 10204

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



10206
10207
10208
# File 'lib/eBay.rb', line 10206

def action
  @action
end

#detailLevelObject

Returns the value of attribute detailLevel.



10198
10199
10200
# File 'lib/eBay.rb', line 10198

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10202
10203
10204
# File 'lib/eBay.rb', line 10202

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10199
10200
10201
# File 'lib/eBay.rb', line 10199

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10203
10204
10205
# File 'lib/eBay.rb', line 10203

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10200
10201
10202
# File 'lib/eBay.rb', line 10200

def messageID
  @messageID
end

#pictureManagerDetailsObject

Returns the value of attribute pictureManagerDetails.



10205
10206
10207
# File 'lib/eBay.rb', line 10205

def pictureManagerDetails
  @pictureManagerDetails
end

#versionObject

Returns the value of attribute version.



10201
10202
10203
# File 'lib/eBay.rb', line 10201

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10208
10209
10210
# File 'lib/eBay.rb', line 10208

def set_any(elements)
  @__xmlele_any = elements
end