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", ["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")]],
  ["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, warningLevel = nil, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) ⇒ GetPictureManagerDetailsRequestType

Returns a new instance of GetPictureManagerDetailsRequestType.



6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/eBay.rb', line 6712

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6703
6704
6705
# File 'lib/eBay.rb', line 6703

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



6696
6697
6698
# File 'lib/eBay.rb', line 6696

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6700
6701
6702
# File 'lib/eBay.rb', line 6700

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6697
6698
6699
# File 'lib/eBay.rb', line 6697

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



6704
6705
6706
# File 'lib/eBay.rb', line 6704

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



6701
6702
6703
# File 'lib/eBay.rb', line 6701

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6698
6699
6700
# File 'lib/eBay.rb', line 6698

def messageID
  @messageID
end

#pictureManagerDetailLevelObject

Returns the value of attribute pictureManagerDetailLevel.



6706
6707
6708
# File 'lib/eBay.rb', line 6706

def pictureManagerDetailLevel
  @pictureManagerDetailLevel
end

#pictureURLObject

Returns the value of attribute pictureURL.



6705
6706
6707
# File 'lib/eBay.rb', line 6705

def pictureURL
  @pictureURL
end

#versionObject

Returns the value of attribute version.



6699
6700
6701
# File 'lib/eBay.rb', line 6699

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6702
6703
6704
# File 'lib/eBay.rb', line 6702

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6708
6709
6710
# File 'lib/eBay.rb', line 6708

def set_any(elements)
  @__xmlele_any = elements
end