public class

Currency

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.Currency

Class Overview

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>
 

Summary

Fields
protected CurrencyCurrencyPrecision currencyPrecision
protected Double exchangeRate
protected String externalId
protected String formatSample
protected CurrencyFxRateUpdateTimezone fxRateUpdateTimezone
protected Boolean inclInFxRateUpdates
protected String internalId
protected Boolean isBaseCurrency
protected Boolean isInactive
protected CurrencyLocale locale
protected String name
protected String symbol
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Currency()
Public Methods
CurrencyCurrencyPrecision getCurrencyPrecision()
Gets the value of the currencyPrecision property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
String getExternalId()
Gets the value of the externalId property.
String getFormatSample()
Gets the value of the formatSample property.
CurrencyFxRateUpdateTimezone getFxRateUpdateTimezone()
Gets the value of the fxRateUpdateTimezone property.
String getInternalId()
Gets the value of the internalId property.
CurrencyLocale getLocale()
Gets the value of the locale property.
String getName()
Gets the value of the name property.
String getSymbol()
Gets the value of the symbol property.
Boolean isInclInFxRateUpdates()
Gets the value of the inclInFxRateUpdates property.
Boolean isIsBaseCurrency()
Gets the value of the isBaseCurrency property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setCurrencyPrecision(CurrencyCurrencyPrecision value)
Sets the value of the currencyPrecision property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setFormatSample(String value)
Sets the value of the formatSample property.
void setFxRateUpdateTimezone(CurrencyFxRateUpdateTimezone value)
Sets the value of the fxRateUpdateTimezone property.
void setInclInFxRateUpdates(Boolean value)
Sets the value of the inclInFxRateUpdates property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsBaseCurrency(Boolean value)
Sets the value of the isBaseCurrency property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setLocale(CurrencyLocale value)
Sets the value of the locale property.
void setName(String value)
Sets the value of the name property.
void setSymbol(String value)
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

Fields

protected CurrencyCurrencyPrecision currencyPrecision

protected Double exchangeRate

protected String externalId

protected String formatSample

protected CurrencyFxRateUpdateTimezone fxRateUpdateTimezone

protected Boolean inclInFxRateUpdates

protected String internalId

protected Boolean isBaseCurrency

protected Boolean isInactive

protected CurrencyLocale locale

protected String name

protected String symbol

Public Constructors

public Currency ()

Public Methods

public CurrencyCurrencyPrecision getCurrencyPrecision ()

Gets the value of the currencyPrecision property.

Returns

public Double getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is Double

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getFormatSample ()

Gets the value of the formatSample property.

Returns
  • possible object is String

public CurrencyFxRateUpdateTimezone getFxRateUpdateTimezone ()

Gets the value of the fxRateUpdateTimezone property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public CurrencyLocale getLocale ()

Gets the value of the locale property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getSymbol ()

Gets the value of the symbol property.

Returns
  • possible object is String

public Boolean isInclInFxRateUpdates ()

Gets the value of the inclInFxRateUpdates property.

Returns
  • possible object is Boolean

public Boolean isIsBaseCurrency ()

Gets the value of the isBaseCurrency property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public void setCurrencyPrecision (CurrencyCurrencyPrecision value)

Sets the value of the currencyPrecision property.

Parameters
value Allowed object is CurrencyCurrencyPrecision

public void setExchangeRate (Double value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is Double

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setFormatSample (String value)

Sets the value of the formatSample property.

Parameters
value Allowed object is String

public void setFxRateUpdateTimezone (CurrencyFxRateUpdateTimezone value)

Sets the value of the fxRateUpdateTimezone property.

Parameters
value Allowed object is CurrencyFxRateUpdateTimezone

public void setInclInFxRateUpdates (Boolean value)

Sets the value of the inclInFxRateUpdates property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsBaseCurrency (Boolean value)

Sets the value of the isBaseCurrency property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setLocale (CurrencyLocale value)

Sets the value of the locale property.

Parameters
value Allowed object is CurrencyLocale

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSymbol (String value)

Sets the value of the symbol property.

Parameters
value Allowed object is String