Class: SetNotificationPreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetNotificationPreferencesRequestType

Constant Summary collapse

@@schema_type =
"SetNotificationPreferencesRequestType"
@@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")]],
["applicationDeliveryPreferences", ["ApplicationDeliveryPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApplicationDeliveryPreferences")]],
["userDeliveryPreferenceArray", ["NotificationEnableArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserDeliveryPreferenceArray")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil) ⇒ SetNotificationPreferencesRequestType

Returns a new instance of SetNotificationPreferencesRequestType.



10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
# File 'lib/eBay.rb', line 10116

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10108
10109
10110
# File 'lib/eBay.rb', line 10108

def __xmlele_any
  @__xmlele_any
end

#applicationDeliveryPreferencesObject

Returns the value of attribute applicationDeliveryPreferences.



10109
10110
10111
# File 'lib/eBay.rb', line 10109

def applicationDeliveryPreferences
  @applicationDeliveryPreferences
end

#detailLevelObject

Returns the value of attribute detailLevel.



10102
10103
10104
# File 'lib/eBay.rb', line 10102

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10106
10107
10108
# File 'lib/eBay.rb', line 10106

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10103
10104
10105
# File 'lib/eBay.rb', line 10103

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10107
10108
10109
# File 'lib/eBay.rb', line 10107

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10104
10105
10106
# File 'lib/eBay.rb', line 10104

def messageID
  @messageID
end

#userDeliveryPreferenceArrayObject

Returns the value of attribute userDeliveryPreferenceArray.



10110
10111
10112
# File 'lib/eBay.rb', line 10110

def userDeliveryPreferenceArray
  @userDeliveryPreferenceArray
end

#versionObject

Returns the value of attribute version.



10105
10106
10107
# File 'lib/eBay.rb', line 10105

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10112
10113
10114
# File 'lib/eBay.rb', line 10112

def set_any(elements)
  @__xmlele_any = elements
end