public class EmailMessagesPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for EmailMessagesPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailMessagesPrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NameValue" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="InvoiceMessage" type="{http://schema.intuit.com/finance/v3}EmailMessage" minOccurs="0"/>
<element name="EstimateMessage" type="{http://schema.intuit.com/finance/v3}EmailMessage" minOccurs="0"/>
<element name="SalesReceiptMessage" type="{http://schema.intuit.com/finance/v3}EmailMessage" minOccurs="0"/>
<element name="StatementMessage" type="{http://schema.intuit.com/finance/v3}EmailMessage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmailMessage |
estimateMessage |
protected EmailMessage |
invoiceMessage |
protected List<NameValue> |
nameValue |
protected EmailMessage |
salesReceiptMessage |
protected EmailMessage |
statementMessage |
| Constructor and Description |
|---|
EmailMessagesPrefs() |
| 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) |
EmailMessage |
getEstimateMessage()
Gets the value of the estimateMessage property.
|
EmailMessage |
getInvoiceMessage()
Gets the value of the invoiceMessage property.
|
List<NameValue> |
getNameValue()
Gets the value of the nameValue property.
|
EmailMessage |
getSalesReceiptMessage()
Gets the value of the salesReceiptMessage property.
|
EmailMessage |
getStatementMessage()
Gets the value of the statementMessage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setEstimateMessage(EmailMessage value)
Sets the value of the estimateMessage property.
|
void |
setInvoiceMessage(EmailMessage value)
Sets the value of the invoiceMessage property.
|
void |
setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
setSalesReceiptMessage(EmailMessage value)
Sets the value of the salesReceiptMessage property.
|
void |
setStatementMessage(EmailMessage value)
Sets the value of the statementMessage property.
|
protected EmailMessage invoiceMessage
protected EmailMessage estimateMessage
protected EmailMessage salesReceiptMessage
protected EmailMessage statementMessage
public List<NameValue> getNameValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameValue property.
For example, to add a new item, do as follows:
getNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public EmailMessage getInvoiceMessage()
EmailMessagepublic void setInvoiceMessage(EmailMessage value)
value - allowed object is
EmailMessagepublic EmailMessage getEstimateMessage()
EmailMessagepublic void setEstimateMessage(EmailMessage value)
value - allowed object is
EmailMessagepublic EmailMessage getSalesReceiptMessage()
EmailMessagepublic void setSalesReceiptMessage(EmailMessage value)
value - allowed object is
EmailMessagepublic EmailMessage getStatementMessage()
EmailMessagepublic void setStatementMessage(EmailMessage value)
value - allowed object is
EmailMessagepublic void setNameValue(List<NameValue> nameValue)
nameValue - allowed object is
NameValuepublic 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.