com.google.checkout.checkout
Class DigitalContent
java.lang.Object
com.google.checkout.checkout.DigitalContent
public class DigitalContent
- extends java.lang.Object
Constructor Summary |
DigitalContent()
The default constructor. |
DigitalContent(org.w3c.dom.Document document,
org.w3c.dom.Element element)
A constructor which takes the document and element pointing to the
<digital-content> tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigitalContent
public DigitalContent(org.w3c.dom.Document document,
org.w3c.dom.Element element)
- A constructor which takes the document and element pointing to the
<digital-content> tag.
- Parameters:
document
- The document.element
- The element.
DigitalContent
public DigitalContent()
- The default constructor.
isEmailDelivery
public boolean isEmailDelivery()
setEmailDelivery
public void setEmailDelivery(boolean emailDelivery)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
getRootElement
public org.w3c.dom.Element getRootElement()
- Get the root element, <digital-content>
- Returns:
- The root element, <digital-content>.