public class

CurrencyRateSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.CurrencyRateSearchRowBasic

Class Overview

Java class for CurrencyRateSearchRowBasic complex type.

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

 <complexType name="CurrencyRateSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="effectiveDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="exchangeRate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transactionCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> baseCurrency
protected List<SearchColumnDateField> effectiveDate
protected List<SearchColumnDoubleField> exchangeRate
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnSelectField> transactionCurrency
Public Constructors
CurrencyRateSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getBaseCurrency()
Gets the value of the baseCurrency property.
List<SearchColumnDateField> getEffectiveDate()
Gets the value of the effectiveDate property.
List<SearchColumnDoubleField> getExchangeRate()
Gets the value of the exchangeRate property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnSelectField> getTransactionCurrency()
Gets the value of the transactionCurrency property.
void setBaseCurrency(List<SearchColumnSelectField> baseCurrency)
Sets the value of the baseCurrency property.
void setEffectiveDate(List<SearchColumnDateField> effectiveDate)
Sets the value of the effectiveDate property.
void setExchangeRate(List<SearchColumnDoubleField> exchangeRate)
Sets the value of the exchangeRate property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setTransactionCurrency(List<SearchColumnSelectField> transactionCurrency)
Sets the value of the transactionCurrency property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> baseCurrency

protected List<SearchColumnDateField> effectiveDate

protected List<SearchColumnDoubleField> exchangeRate

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnSelectField> transactionCurrency

Public Constructors

public CurrencyRateSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getBaseCurrency ()

Gets the value of the baseCurrency property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the baseCurrency property.

For example, to add a new item, do as follows:

    getBaseCurrency().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getEffectiveDate ()

Gets the value of the effectiveDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the effectiveDate property.

For example, to add a new item, do as follows:

    getEffectiveDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnDoubleField> getExchangeRate ()

Gets the value of the exchangeRate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exchangeRate property.

For example, to add a new item, do as follows:

    getExchangeRate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getTransactionCurrency ()

Gets the value of the transactionCurrency property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the transactionCurrency property.

For example, to add a new item, do as follows:

    getTransactionCurrency().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public void setBaseCurrency (List<SearchColumnSelectField> baseCurrency)

Sets the value of the baseCurrency property.

Parameters
baseCurrency Allowed object is SearchColumnSelectField

public void setEffectiveDate (List<SearchColumnDateField> effectiveDate)

Sets the value of the effectiveDate property.

Parameters
effectiveDate Allowed object is SearchColumnDateField

public void setExchangeRate (List<SearchColumnDoubleField> exchangeRate)

Sets the value of the exchangeRate property.

Parameters
exchangeRate Allowed object is SearchColumnDoubleField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setTransactionCurrency (List<SearchColumnSelectField> transactionCurrency)

Sets the value of the transactionCurrency property.

Parameters
transactionCurrency Allowed object is SearchColumnSelectField