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, setSyncToken
protected 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()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public CurrencyCode getCode()
CurrencyCode
public void setCode(CurrencyCode value)
value
- allowed object is
CurrencyCode
public String getSeparator()
String
public void setSeparator(String value)
value
- allowed object is
String
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public BigInteger getDecimalPlaces()
BigInteger
public void setDecimalPlaces(BigInteger value)
value
- allowed object is
BigInteger
public String getDecimalSeparator()
String
public void setDecimalSeparator(String value)
value
- allowed object is
String
public String getSymbol()
String
public void setSymbol(String value)
value
- allowed object is
String
public SymbolPositionEnum getSymbolPosition()
SymbolPositionEnum
public void setSymbolPosition(SymbolPositionEnum value)
value
- allowed object is
SymbolPositionEnum
public Boolean isUserDefined()
Boolean
public void setUserDefined(Boolean value)
value
- allowed object is
Boolean
public BigDecimal getExchangeRate()
BigDecimal
public void setExchangeRate(BigDecimal value)
value
- allowed object is
BigDecimal
public Date getAsOfDate()
String
public void setAsOfDate(Date value)
value
- allowed object is
String
public IntuitAnyType getCurrencyEx()
IntuitAnyType
public void setCurrencyEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
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.