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, setSyncToken
protected 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()
EmailAddress
public void setDeliveryAddress(EmailAddress value)
value
- allowed object is
EmailAddress
public EmailAddress getDeliveryAddressCc()
EmailAddress
public void setDeliveryAddressCc(EmailAddress value)
value
- allowed object is
EmailAddress
public EmailAddress getDeliveryAddressBcc()
EmailAddress
public void setDeliveryAddressBcc(EmailAddress value)
value
- allowed object is
EmailAddress
public EmailMessage getEmailMessage()
EmailMessage
public void setEmailMessage(EmailMessage value)
value
- allowed object is
EmailMessage
public Boolean isAllowOnlinePayment()
Boolean
public void setAllowOnlinePayment(Boolean value)
value
- allowed object is
Boolean
public Boolean isAllowOnlineCreditCardPayment()
Boolean
public void setAllowOnlineCreditCardPayment(Boolean value)
value
- allowed object is
Boolean
public Boolean isAllowOnlineACHPayment()
Boolean
public void setAllowOnlineACHPayment(Boolean value)
value
- allowed object is
Boolean
public TransactionDeliveryInfo getDeliveryInfo()
TransactionDeliveryInfo
public void setDeliveryInfo(TransactionDeliveryInfo value)
value
- allowed object is
TransactionDeliveryInfo
public ETransactionStatusEnum getETransactionStatus()
ETransactionStatusEnum
public void setETransactionStatus(ETransactionStatusEnum value)
value
- allowed object is
ETransactionStatusEnum
public 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.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.