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")]],
  ["eBxOptInPreference", "EBxOptInPreferenceType"],
  ["expressPreferences", ["ExpressPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressPreferences")]]
]

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, eBxOptInPreference = nil, expressPreferences = nil) ⇒ SetUserPreferencesRequestType

Returns a new instance of SetUserPreferencesRequestType.



13674
13675
13676
13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
13688
13689
13690
13691
# File 'lib/eBay.rb', line 13674

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, eBxOptInPreference = nil, expressPreferences = 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
  @eBxOptInPreference = eBxOptInPreference
  @expressPreferences = expressPreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13660
13661
13662
# File 'lib/eBay.rb', line 13660

def __xmlele_any
  @__xmlele_any
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



13661
13662
13663
# File 'lib/eBay.rb', line 13661

def bidderNoticePreferences
  @bidderNoticePreferences
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



13662
13663
13664
# File 'lib/eBay.rb', line 13662

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



13663
13664
13665
# File 'lib/eBay.rb', line 13663

def crossPromotionPreferences
  @crossPromotionPreferences
end

#detailLevelObject

Returns the value of attribute detailLevel.



13653
13654
13655
# File 'lib/eBay.rb', line 13653

def detailLevel
  @detailLevel
end

#eBxOptInPreferenceObject

Returns the value of attribute eBxOptInPreference.



13667
13668
13669
# File 'lib/eBay.rb', line 13667

def eBxOptInPreference
  @eBxOptInPreference
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



13666
13667
13668
# File 'lib/eBay.rb', line 13666

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#errorHandlingObject

Returns the value of attribute errorHandling.



13657
13658
13659
# File 'lib/eBay.rb', line 13657

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



13654
13655
13656
# File 'lib/eBay.rb', line 13654

def errorLanguage
  @errorLanguage
end

#expressPreferencesObject

Returns the value of attribute expressPreferences.



13668
13669
13670
# File 'lib/eBay.rb', line 13668

def expressPreferences
  @expressPreferences
end

#invocationIDObject

Returns the value of attribute invocationID.



13658
13659
13660
# File 'lib/eBay.rb', line 13658

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



13655
13656
13657
# File 'lib/eBay.rb', line 13655

def messageID
  @messageID
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



13665
13666
13667
# File 'lib/eBay.rb', line 13665

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



13664
13665
13666
# File 'lib/eBay.rb', line 13664

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#versionObject

Returns the value of attribute version.



13656
13657
13658
# File 'lib/eBay.rb', line 13656

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



13659
13660
13661
# File 'lib/eBay.rb', line 13659

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



13670
13671
13672
# File 'lib/eBay.rb', line 13670

def set_any(elements)
  @__xmlele_any = elements
end