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.



5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
# File 'lib/eBay.rb', line 5881

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.



5872
5873
5874
# File 'lib/eBay.rb', line 5872

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5865
5866
5867
# File 'lib/eBay.rb', line 5865

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5869
5870
5871
# File 'lib/eBay.rb', line 5869

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5866
5867
5868
# File 'lib/eBay.rb', line 5866

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



5873
5874
5875
# File 'lib/eBay.rb', line 5873

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



5870
5871
5872
# File 'lib/eBay.rb', line 5870

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5867
5868
5869
# File 'lib/eBay.rb', line 5867

def messageID
  @messageID
end

#pictureManagerDetailLevelObject

Returns the value of attribute pictureManagerDetailLevel.



5875
5876
5877
# File 'lib/eBay.rb', line 5875

def pictureManagerDetailLevel
  @pictureManagerDetailLevel
end

#pictureURLObject

Returns the value of attribute pictureURL.



5874
5875
5876
# File 'lib/eBay.rb', line 5874

def pictureURL
  @pictureURL
end

#versionObject

Returns the value of attribute version.



5868
5869
5870
# File 'lib/eBay.rb', line 5868

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5871
5872
5873
# File 'lib/eBay.rb', line 5871

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5877
5878
5879
# File 'lib/eBay.rb', line 5877

def set_any(elements)
  @__xmlele_any = elements
end