public class

CustomerCurrency

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2013_2.CustomerCurrency

Class Overview

Java class for CustomerCurrency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomerCurrency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="balance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="consolBalance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="depositBalance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="consolDepositBalance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="overdueBalance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="consolOverdueBalance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unbilledOrders" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="consolUnbilledOrders" type="{http://www.w3.org/2001/XMLSchema}double" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double balance
protected Double consolBalance
protected Double consolDepositBalance
protected Double consolOverdueBalance
protected Double consolUnbilledOrders
protected RecordRef currency
protected Double depositBalance
protected String displaySymbol
protected Double overdueBalance
protected Boolean overrideCurrencyFormat
protected CurrencySymbolPlacement symbolPlacement
protected Double unbilledOrders
Public Constructors
CustomerCurrency()
Public Methods
Double getBalance()
Gets the value of the balance property.
Double getConsolBalance()
Gets the value of the consolBalance property.
Double getConsolDepositBalance()
Gets the value of the consolDepositBalance property.
Double getConsolOverdueBalance()
Gets the value of the consolOverdueBalance property.
Double getConsolUnbilledOrders()
Gets the value of the consolUnbilledOrders property.
RecordRef getCurrency()
Gets the value of the currency property.
Double getDepositBalance()
Gets the value of the depositBalance property.
String getDisplaySymbol()
Gets the value of the displaySymbol property.
Double getOverdueBalance()
Gets the value of the overdueBalance property.
Boolean getOverrideCurrencyFormat()
Gets the value of the overrideCurrencyFormat property.
CurrencySymbolPlacement getSymbolPlacement()
Gets the value of the symbolPlacement property.
Double getUnbilledOrders()
Gets the value of the unbilledOrders property.
void setBalance(Double value)
Sets the value of the balance property.
void setConsolBalance(Double value)
Sets the value of the consolBalance property.
void setConsolDepositBalance(Double value)
Sets the value of the consolDepositBalance property.
void setConsolOverdueBalance(Double value)
Sets the value of the consolOverdueBalance property.
void setConsolUnbilledOrders(Double value)
Sets the value of the consolUnbilledOrders property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setDepositBalance(Double value)
Sets the value of the depositBalance property.
void setDisplaySymbol(String value)
Sets the value of the displaySymbol property.
void setOverdueBalance(Double value)
Sets the value of the overdueBalance property.
void setOverrideCurrencyFormat(Boolean value)
Sets the value of the overrideCurrencyFormat property.
void setSymbolPlacement(CurrencySymbolPlacement value)
Sets the value of the symbolPlacement property.
void setUnbilledOrders(Double value)
Sets the value of the unbilledOrders property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double balance

protected Double consolBalance

protected Double consolDepositBalance

protected Double consolOverdueBalance

protected Double consolUnbilledOrders

protected RecordRef currency

protected Double depositBalance

protected String displaySymbol

protected Double overdueBalance

protected Boolean overrideCurrencyFormat

protected CurrencySymbolPlacement symbolPlacement

protected Double unbilledOrders

Public Constructors

public CustomerCurrency ()

Public Methods

public Double getBalance ()

Gets the value of the balance property.

Returns
  • possible object is Double

public Double getConsolBalance ()

Gets the value of the consolBalance property.

Returns
  • possible object is Double

public Double getConsolDepositBalance ()

Gets the value of the consolDepositBalance property.

Returns
  • possible object is Double

public Double getConsolOverdueBalance ()

Gets the value of the consolOverdueBalance property.

Returns
  • possible object is Double

public Double getConsolUnbilledOrders ()

Gets the value of the consolUnbilledOrders property.

Returns
  • possible object is Double

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public Double getDepositBalance ()

Gets the value of the depositBalance property.

Returns
  • possible object is Double

public String getDisplaySymbol ()

Gets the value of the displaySymbol property.

Returns
  • possible object is String

public Double getOverdueBalance ()

Gets the value of the overdueBalance property.

Returns
  • possible object is Double

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 CurrencySymbolPlacement getSymbolPlacement ()

Gets the value of the symbolPlacement property.

Returns

public Double getUnbilledOrders ()

Gets the value of the unbilledOrders property.

Returns
  • possible object is Double

public void setBalance (Double value)

Sets the value of the balance property.

Parameters
value Allowed object is Double

public void setConsolBalance (Double value)

Sets the value of the consolBalance property.

Parameters
value Allowed object is Double

public void setConsolDepositBalance (Double value)

Sets the value of the consolDepositBalance property.

Parameters
value Allowed object is Double

public void setConsolOverdueBalance (Double value)

Sets the value of the consolOverdueBalance property.

Parameters
value Allowed object is Double

public void setConsolUnbilledOrders (Double value)

Sets the value of the consolUnbilledOrders property.

Parameters
value Allowed object is Double

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setDepositBalance (Double value)

Sets the value of the depositBalance property.

Parameters
value Allowed object is Double

public void setDisplaySymbol (String value)

Sets the value of the displaySymbol property.

Parameters
value Allowed object is String

public void setOverdueBalance (Double value)

Sets the value of the overdueBalance property.

Parameters
value Allowed object is Double

public void setOverrideCurrencyFormat (Boolean value)

Sets the value of the overrideCurrencyFormat property.

Parameters
value Allowed object is Boolean

public void setSymbolPlacement (CurrencySymbolPlacement value)

Sets the value of the symbolPlacement property.

Parameters
value Allowed object is CurrencySymbolPlacement

public void setUnbilledOrders (Double value)

Sets the value of the unbilledOrders property.

Parameters
value Allowed object is Double