Class: GetNotificationPreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesRequestType

Constant Summary collapse

@@schema_type =
"GetNotificationPreferencesRequestType"
@@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")]],
  ["preferenceLevel", ["NotificationRoleCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PreferenceLevel")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, preferenceLevel = nil) ⇒ GetNotificationPreferencesRequestType

Returns a new instance of GetNotificationPreferencesRequestType.



5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
# File 'lib/eBay.rb', line 5514

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5507
5508
5509
# File 'lib/eBay.rb', line 5507

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5500
5501
5502
# File 'lib/eBay.rb', line 5500

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5504
5505
5506
# File 'lib/eBay.rb', line 5504

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5501
5502
5503
# File 'lib/eBay.rb', line 5501

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5505
5506
5507
# File 'lib/eBay.rb', line 5505

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5502
5503
5504
# File 'lib/eBay.rb', line 5502

def messageID
  @messageID
end

#preferenceLevelObject

Returns the value of attribute preferenceLevel.



5508
5509
5510
# File 'lib/eBay.rb', line 5508

def preferenceLevel
  @preferenceLevel
end

#versionObject

Returns the value of attribute version.



5503
5504
5505
# File 'lib/eBay.rb', line 5503

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5506
5507
5508
# File 'lib/eBay.rb', line 5506

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5510
5511
5512
# File 'lib/eBay.rb', line 5510

def set_any(elements)
  @__xmlele_any = elements
end