public class CurrencyPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CurrencyPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyPrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MultiCurrencyEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HomeCurrency" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
homeCurrency |
protected Boolean |
multiCurrencyEnabled |
| Constructor and Description |
|---|
CurrencyPrefs() |
| 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) |
ReferenceType |
getHomeCurrency()
Gets the value of the homeCurrency property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isMultiCurrencyEnabled()
Gets the value of the multiCurrencyEnabled property.
|
void |
setHomeCurrency(ReferenceType value)
Sets the value of the homeCurrency property.
|
void |
setMultiCurrencyEnabled(Boolean value)
Sets the value of the multiCurrencyEnabled property.
|
protected Boolean multiCurrencyEnabled
protected ReferenceType homeCurrency
public Boolean isMultiCurrencyEnabled()
Booleanpublic void setMultiCurrencyEnabled(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getHomeCurrency()
ReferenceTypepublic void setHomeCurrency(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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.