public class

CurrencyRateFilter

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.CurrencyRateFilter

Class Overview

Java class for CurrencyRateFilter complex type.

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

 <complexType name="CurrencyRateFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="fromCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef baseCurrency
protected XMLGregorianCalendar effectiveDate
protected RecordRef fromCurrency
Public Constructors
CurrencyRateFilter()
Public Methods
RecordRef getBaseCurrency()
Gets the value of the baseCurrency property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
RecordRef getFromCurrency()
Gets the value of the fromCurrency property.
void setBaseCurrency(RecordRef value)
Sets the value of the baseCurrency property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setFromCurrency(RecordRef value)
Sets the value of the fromCurrency property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef baseCurrency

protected XMLGregorianCalendar effectiveDate

protected RecordRef fromCurrency

Public Constructors

public CurrencyRateFilter ()

Public Methods

public RecordRef getBaseCurrency ()

Gets the value of the baseCurrency property.

Returns

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getFromCurrency ()

Gets the value of the fromCurrency property.

Returns

public void setBaseCurrency (RecordRef value)

Sets the value of the baseCurrency property.

Parameters
value Allowed object is RecordRef

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFromCurrency (RecordRef value)

Sets the value of the fromCurrency property.

Parameters
value Allowed object is RecordRef