public class

Currency

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2013_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_2013_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="overrideCurrencyFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="displaySymbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="symbolPlacement" type="{urn:types.common_2013_2.platform.webservices.netsuite.com}CurrencySymbolPlacement" minOccurs="0"/>
         <element name="locale" type="{urn:types.accounting_2013_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_2013_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_2013_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 String displaySymbol
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 Boolean overrideCurrencyFormat
protected String symbol
protected CurrencySymbolPlacement symbolPlacement
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
Currency()
Public Methods
CurrencyCurrencyPrecision getCurrencyPrecision()
Gets the value of the currencyPrecision property.
String getDisplaySymbol()
Gets the value of the displaySymbol 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.
Boolean getInclInFxRateUpdates()
Gets the value of the inclInFxRateUpdates property.
String getInternalId()
Gets the value of the internalId property.
Boolean getIsBaseCurrency()
Gets the value of the isBaseCurrency property.
Boolean getIsInactive()
Gets the value of the isInactive property.
CurrencyLocale getLocale()
Gets the value of the locale property.
String getName()
Gets the value of the name property.
Boolean getOverrideCurrencyFormat()
Gets the value of the overrideCurrencyFormat property.
String getSymbol()
Gets the value of the symbol property.
CurrencySymbolPlacement getSymbolPlacement()
Gets the value of the symbolPlacement property.
void setCurrencyPrecision(CurrencyCurrencyPrecision value)
Sets the value of the currencyPrecision property.
void setDisplaySymbol(String value)
Sets the value of the displaySymbol 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 setOverrideCurrencyFormat(Boolean value)
Sets the value of the overrideCurrencyFormat property.
void setSymbol(String value)
Sets the value of the symbol property.
void setSymbolPlacement(CurrencySymbolPlacement value)
Sets the value of the symbolPlacement property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected CurrencyCurrencyPrecision currencyPrecision

protected String displaySymbol

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 Boolean overrideCurrencyFormat

protected String symbol

protected CurrencySymbolPlacement symbolPlacement

Public Constructors

public Currency ()

Public Methods

public CurrencyCurrencyPrecision getCurrencyPrecision ()

Gets the value of the currencyPrecision property.

Returns

public String getDisplaySymbol ()

Gets the value of the displaySymbol property.

Returns
  • possible object is String

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 Boolean getInclInFxRateUpdates ()

Gets the value of the inclInFxRateUpdates property. This getter has been renamed from isInclInFxRateUpdates() to getInclInFxRateUpdates() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public Boolean getIsBaseCurrency ()

Gets the value of the isBaseCurrency property. This getter has been renamed from isIsBaseCurrency() to getIsBaseCurrency() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 Boolean getOverrideCurrencyFormat ()

Gets the value of the overrideCurrencyFormat property. This getter has been renamed from isOverrideCurrencyFormat() to getOverrideCurrencyFormat() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getSymbol ()

Gets the value of the symbol property.

Returns
  • possible object is String

public CurrencySymbolPlacement getSymbolPlacement ()

Gets the value of the symbolPlacement property.

Returns

public void setCurrencyPrecision (CurrencyCurrencyPrecision value)

Sets the value of the currencyPrecision property.

Parameters
value Allowed object is CurrencyCurrencyPrecision

public void setDisplaySymbol (String value)

Sets the value of the displaySymbol property.

Parameters
value Allowed object is String

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 setOverrideCurrencyFormat (Boolean value)

Sets the value of the overrideCurrencyFormat property.

Parameters
value Allowed object is Boolean

public void setSymbol (String value)

Sets the value of the symbol property.

Parameters
value Allowed object is String

public void setSymbolPlacement (CurrencySymbolPlacement value)

Sets the value of the symbolPlacement property.

Parameters
value Allowed object is CurrencySymbolPlacement