Class: SetUserPreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetUserPreferencesRequestType

Constant Summary collapse

@@schema_type =
"SetUserPreferencesRequestType"
@@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")]],
  ["bidderNoticePreferences", ["BidderNoticePreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderNoticePreferences")]],
  ["combinedPaymentPreferences", ["CombinedPaymentPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CombinedPaymentPreferences")]],
  ["crossPromotionPreferences", ["CrossPromotionPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CrossPromotionPreferences")]],
  ["sellerPaymentPreferences", ["SellerPaymentPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerPaymentPreferences")]],
  ["sellerFavoriteItemPreferences", ["SellerFavoriteItemPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerFavoriteItemPreferences")]],
  ["endOfAuctionEmailPreferences", ["EndOfAuctionEmailPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndOfAuctionEmailPreferences")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil) ⇒ SetUserPreferencesRequestType

Returns a new instance of SetUserPreferencesRequestType.



12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
12354
12355
12356
12357
12358
# File 'lib/eBay.rb', line 12343

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @bidderNoticePreferences = bidderNoticePreferences
  @combinedPaymentPreferences = combinedPaymentPreferences
  @crossPromotionPreferences = crossPromotionPreferences
  @sellerPaymentPreferences = sellerPaymentPreferences
  @sellerFavoriteItemPreferences = sellerFavoriteItemPreferences
  @endOfAuctionEmailPreferences = endOfAuctionEmailPreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12331
12332
12333
# File 'lib/eBay.rb', line 12331

def __xmlele_any
  @__xmlele_any
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



12332
12333
12334
# File 'lib/eBay.rb', line 12332

def bidderNoticePreferences
  @bidderNoticePreferences
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



12333
12334
12335
# File 'lib/eBay.rb', line 12333

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



12334
12335
12336
# File 'lib/eBay.rb', line 12334

def crossPromotionPreferences
  @crossPromotionPreferences
end

#detailLevelObject

Returns the value of attribute detailLevel.



12324
12325
12326
# File 'lib/eBay.rb', line 12324

def detailLevel
  @detailLevel
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



12337
12338
12339
# File 'lib/eBay.rb', line 12337

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12328
12329
12330
# File 'lib/eBay.rb', line 12328

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12325
12326
12327
# File 'lib/eBay.rb', line 12325

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



12329
12330
12331
# File 'lib/eBay.rb', line 12329

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



12326
12327
12328
# File 'lib/eBay.rb', line 12326

def messageID
  @messageID
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



12336
12337
12338
# File 'lib/eBay.rb', line 12336

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



12335
12336
12337
# File 'lib/eBay.rb', line 12335

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#versionObject

Returns the value of attribute version.



12327
12328
12329
# File 'lib/eBay.rb', line 12327

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12330
12331
12332
# File 'lib/eBay.rb', line 12330

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12339
12340
12341
# File 'lib/eBay.rb', line 12339

def set_any(elements)
  @__xmlele_any = elements
end