Uses of Class
org.cxml.BuyerCookie
Packages that use BuyerCookie
-
Uses of BuyerCookie in org.cxml
Fields in org.cxml declared as BuyerCookieModifier and TypeFieldDescriptionprotected BuyerCookiePunchOutOrderMessage.buyerCookieprotected BuyerCookiePunchOutSetupRequest.buyerCookieMethods in org.cxml that return BuyerCookieModifier and TypeMethodDescriptionObjectFactory.createBuyerCookie()Create an instance ofBuyerCookiePunchOutOrderMessage.getBuyerCookie()Gets the value of the buyerCookie property.PunchOutSetupRequest.getBuyerCookie()Gets the value of the buyerCookie property.Methods in org.cxml with parameters of type BuyerCookieModifier and TypeMethodDescriptionvoidPunchOutOrderMessage.setBuyerCookie(BuyerCookie value) Sets the value of the buyerCookie property.voidPunchOutSetupRequest.setBuyerCookie(BuyerCookie value) Sets the value of the buyerCookie property.