public class Currency extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Currency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Currency">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Code" type="{http://schema.intuit.com/finance/v3}currencyCode" minOccurs="0"/>
<element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DecimalPlaces" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="DecimalSeparator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Symbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SymbolPosition" type="{http://schema.intuit.com/finance/v3}SymbolPositionEnum" minOccurs="0"/>
<element name="UserDefined" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExchangeRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AsOfDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="CurrencyEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Date |
asOfDate |
protected CurrencyCode |
code |
protected IntuitAnyType |
currencyEx |
protected BigInteger |
decimalPlaces |
protected String |
decimalSeparator |
protected BigDecimal |
exchangeRate |
protected String |
format |
protected String |
name |
protected String |
separator |
protected String |
symbol |
protected SymbolPositionEnum |
symbolPosition |
protected Boolean |
userDefined |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Currency() |
| 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) |
Date |
getAsOfDate()
Gets the value of the asOfDate property.
|
CurrencyCode |
getCode()
Gets the value of the code property.
|
IntuitAnyType |
getCurrencyEx()
Gets the value of the currencyEx property.
|
BigInteger |
getDecimalPlaces()
Gets the value of the decimalPlaces property.
|
String |
getDecimalSeparator()
Gets the value of the decimalSeparator property.
|
BigDecimal |
getExchangeRate()
Gets the value of the exchangeRate property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSeparator()
Gets the value of the separator property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
SymbolPositionEnum |
getSymbolPosition()
Gets the value of the symbolPosition property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isUserDefined()
Gets the value of the userDefined property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setAsOfDate(Date value)
Sets the value of the asOfDate property.
|
void |
setCode(CurrencyCode value)
Sets the value of the code property.
|
void |
setCurrencyEx(IntuitAnyType value)
Sets the value of the currencyEx property.
|
void |
setDecimalPlaces(BigInteger value)
Sets the value of the decimalPlaces property.
|
void |
setDecimalSeparator(String value)
Sets the value of the decimalSeparator property.
|
void |
setExchangeRate(BigDecimal value)
Sets the value of the exchangeRate property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSeparator(String value)
Sets the value of the separator property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
void |
setSymbolPosition(SymbolPositionEnum value)
Sets the value of the symbolPosition property.
|
void |
setUserDefined(Boolean value)
Sets the value of the userDefined property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String name
protected Boolean active
protected CurrencyCode code
protected String separator
protected String format
protected BigInteger decimalPlaces
protected String decimalSeparator
protected String symbol
protected SymbolPositionEnum symbolPosition
protected Boolean userDefined
protected BigDecimal exchangeRate
protected Date asOfDate
protected IntuitAnyType currencyEx
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic CurrencyCode getCode()
CurrencyCodepublic void setCode(CurrencyCode value)
value - allowed object is
CurrencyCodepublic String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic BigInteger getDecimalPlaces()
BigIntegerpublic void setDecimalPlaces(BigInteger value)
value - allowed object is
BigIntegerpublic String getDecimalSeparator()
Stringpublic void setDecimalSeparator(String value)
value - allowed object is
Stringpublic String getSymbol()
Stringpublic void setSymbol(String value)
value - allowed object is
Stringpublic SymbolPositionEnum getSymbolPosition()
SymbolPositionEnumpublic void setSymbolPosition(SymbolPositionEnum value)
value - allowed object is
SymbolPositionEnumpublic Boolean isUserDefined()
Booleanpublic void setUserDefined(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getExchangeRate()
BigDecimalpublic void setExchangeRate(BigDecimal value)
value - allowed object is
BigDecimalpublic Date getAsOfDate()
Stringpublic void setAsOfDate(Date value)
value - allowed object is
Stringpublic IntuitAnyType getCurrencyEx()
IntuitAnyTypepublic void setCurrencyEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic 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.