com.google.checkout.notification
Class BuyerMarketingPreferences

java.lang.Object
  extended by com.google.checkout.notification.BuyerMarketingPreferences

public class BuyerMarketingPreferences
extends java.lang.Object

Author:
Charles Dang (cdang@google.com)

Constructor Summary
BuyerMarketingPreferences(org.w3c.dom.Document document, org.w3c.dom.Element buyerMarketingPreferences)
           
 
Method Summary
 boolean isMarketingEmailAllowed()
          Retrieves the value of the <email-allowed> element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyerMarketingPreferences

public BuyerMarketingPreferences(org.w3c.dom.Document document,
                                 org.w3c.dom.Element buyerMarketingPreferences)
Method Detail

isMarketingEmailAllowed

public boolean isMarketingEmailAllowed()
Retrieves the value of the <email-allowed> element.

Returns:
The marketing preferences flag.