Uses of Class
org.cxml.BuyerCookie
-
Packages that use BuyerCookie Package Description org.cxml -
-
Uses of BuyerCookie in org.cxml
Fields in org.cxml declared as BuyerCookie Modifier and Type Field Description protected BuyerCookiePunchOutOrderMessage. buyerCookieprotected BuyerCookiePunchOutSetupRequest. buyerCookieMethods in org.cxml that return BuyerCookie Modifier and Type Method Description BuyerCookieObjectFactory. createBuyerCookie()Create an instance ofBuyerCookieBuyerCookiePunchOutOrderMessage. getBuyerCookie()Gets the value of the buyerCookie property.BuyerCookiePunchOutSetupRequest. getBuyerCookie()Gets the value of the buyerCookie property.Methods in org.cxml with parameters of type BuyerCookie Modifier and Type Method Description voidPunchOutOrderMessage. setBuyerCookie(BuyerCookie value)Sets the value of the buyerCookie property.voidPunchOutSetupRequest. setBuyerCookie(BuyerCookie value)Sets the value of the buyerCookie property.
-