| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.Currency | |
Java class for Currency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Currency">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="name" 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="isBaseCurrency" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="locale" type="{urn:types.accounting_2010_2.lists.webservices.netsuite.com}CurrencyLocale" minOccurs="0"/>
<element name="formatSample" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="fxRateUpdateTimezone" type="{urn:types.accounting_2010_2.lists.webservices.netsuite.com}CurrencyFxRateUpdateTimezone" minOccurs="0"/>
<element name="inclInFxRateUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="currencyPrecision" type="{urn:types.accounting_2010_2.lists.webservices.netsuite.com}CurrencyCurrencyPrecision" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyPrecision | |||||||||||
| exchangeRate | |||||||||||
| externalId | |||||||||||
| formatSample | |||||||||||
| fxRateUpdateTimezone | |||||||||||
| inclInFxRateUpdates | |||||||||||
| internalId | |||||||||||
| isBaseCurrency | |||||||||||
| isInactive | |||||||||||
| locale | |||||||||||
| name | |||||||||||
| symbol | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyPrecision property.
| |||||||||||
Gets the value of the exchangeRate property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the formatSample property.
| |||||||||||
Gets the value of the fxRateUpdateTimezone property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the locale property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the symbol property.
| |||||||||||
Gets the value of the inclInFxRateUpdates property.
| |||||||||||
Gets the value of the isBaseCurrency property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Sets the value of the currencyPrecision property.
| |||||||||||
Sets the value of the exchangeRate property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the formatSample property.
| |||||||||||
Sets the value of the fxRateUpdateTimezone property.
| |||||||||||
Sets the value of the inclInFxRateUpdates property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isBaseCurrency property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the locale property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the symbol property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyPrecision property.
CurrencyCurrencyPrecision
Gets the value of the exchangeRate property.
Gets the value of the externalId property.
Gets the value of the formatSample property.
Gets the value of the fxRateUpdateTimezone property.
CurrencyFxRateUpdateTimezone
Gets the value of the internalId property.
Gets the value of the locale property.
CurrencyLocale
Gets the value of the name property.
Gets the value of the symbol property.
Gets the value of the inclInFxRateUpdates property.
Gets the value of the isBaseCurrency property.
Gets the value of the isInactive property.
Sets the value of the currencyPrecision property.
| value | Allowed object is
CurrencyCurrencyPrecision
|
|---|
Sets the value of the exchangeRate property.
| value | Allowed object is Double |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the formatSample property.
| value | Allowed object is String |
|---|
Sets the value of the fxRateUpdateTimezone property.
| value | Allowed object is
CurrencyFxRateUpdateTimezone
|
|---|
Sets the value of the inclInFxRateUpdates property.
| value | Allowed object is Boolean |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the isBaseCurrency property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the locale property.
| value | Allowed object is
CurrencyLocale
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the symbol property.
| value | Allowed object is String |
|---|