public class EmailDeliveryInfo extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for EmailDeliveryInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailDeliveryInfo">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="DeliveryAddress" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="DeliveryAddressCc" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="DeliveryAddressBcc" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="EmailMessage" type="{http://schema.intuit.com/finance/v3}EmailMessage" minOccurs="0"/>
<element name="AllowOnlinePayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AllowOnlineCreditCardPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AllowOnlineACHPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DeliveryInfo" type="{http://schema.intuit.com/finance/v3}TransactionDeliveryInfo" minOccurs="0"/>
<element name="ETransactionStatus" type="{http://schema.intuit.com/finance/v3}ETransactionStatusEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowOnlineACHPayment |
protected Boolean |
allowOnlineCreditCardPayment |
protected Boolean |
allowOnlinePayment |
protected EmailAddress |
deliveryAddress |
protected EmailAddress |
deliveryAddressBcc |
protected EmailAddress |
deliveryAddressCc |
protected TransactionDeliveryInfo |
deliveryInfo |
protected EmailMessage |
emailMessage |
protected ETransactionStatusEnum |
eTransactionStatus |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
EmailDeliveryInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
EmailAddress |
getDeliveryAddress()
Gets the value of the deliveryAddress property.
|
EmailAddress |
getDeliveryAddressBcc()
Gets the value of the deliveryAddressBcc property.
|
EmailAddress |
getDeliveryAddressCc()
Gets the value of the deliveryAddressCc property.
|
TransactionDeliveryInfo |
getDeliveryInfo()
Gets the value of the deliveryInfo property.
|
EmailMessage |
getEmailMessage()
Gets the value of the emailMessage property.
|
ETransactionStatusEnum |
getETransactionStatus()
Gets the value of the eTransactionStatus property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isAllowOnlineACHPayment()
Gets the value of the allowOnlineACHPayment property.
|
Boolean |
isAllowOnlineCreditCardPayment()
Gets the value of the allowOnlineCreditCardPayment property.
|
Boolean |
isAllowOnlinePayment()
Gets the value of the allowOnlinePayment property.
|
void |
setAllowOnlineACHPayment(Boolean value)
Sets the value of the allowOnlineACHPayment property.
|
void |
setAllowOnlineCreditCardPayment(Boolean value)
Sets the value of the allowOnlineCreditCardPayment property.
|
void |
setAllowOnlinePayment(Boolean value)
Sets the value of the allowOnlinePayment property.
|
void |
setDeliveryAddress(EmailAddress value)
Sets the value of the deliveryAddress property.
|
void |
setDeliveryAddressBcc(EmailAddress value)
Sets the value of the deliveryAddressBcc property.
|
void |
setDeliveryAddressCc(EmailAddress value)
Sets the value of the deliveryAddressCc property.
|
void |
setDeliveryInfo(TransactionDeliveryInfo value)
Sets the value of the deliveryInfo property.
|
void |
setEmailMessage(EmailMessage value)
Sets the value of the emailMessage property.
|
void |
setETransactionStatus(ETransactionStatusEnum value)
Sets the value of the eTransactionStatus property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected EmailAddress deliveryAddress
protected EmailAddress deliveryAddressCc
protected EmailAddress deliveryAddressBcc
protected EmailMessage emailMessage
protected Boolean allowOnlinePayment
protected Boolean allowOnlineCreditCardPayment
protected Boolean allowOnlineACHPayment
protected TransactionDeliveryInfo deliveryInfo
protected ETransactionStatusEnum eTransactionStatus
public EmailAddress getDeliveryAddress()
EmailAddresspublic void setDeliveryAddress(EmailAddress value)
value - allowed object is
EmailAddresspublic EmailAddress getDeliveryAddressCc()
EmailAddresspublic void setDeliveryAddressCc(EmailAddress value)
value - allowed object is
EmailAddresspublic EmailAddress getDeliveryAddressBcc()
EmailAddresspublic void setDeliveryAddressBcc(EmailAddress value)
value - allowed object is
EmailAddresspublic EmailMessage getEmailMessage()
EmailMessagepublic void setEmailMessage(EmailMessage value)
value - allowed object is
EmailMessagepublic Boolean isAllowOnlinePayment()
Booleanpublic void setAllowOnlinePayment(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowOnlineCreditCardPayment()
Booleanpublic void setAllowOnlineCreditCardPayment(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowOnlineACHPayment()
Booleanpublic void setAllowOnlineACHPayment(Boolean value)
value - allowed object is
Booleanpublic TransactionDeliveryInfo getDeliveryInfo()
TransactionDeliveryInfopublic void setDeliveryInfo(TransactionDeliveryInfo value)
value - allowed object is
TransactionDeliveryInfopublic ETransactionStatusEnum getETransactionStatus()
ETransactionStatusEnumpublic void setETransactionStatus(ETransactionStatusEnum value)
value - allowed object is
ETransactionStatusEnumpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.