| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2013_2.CurrencyRate |
Java class for CurrencyRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyRate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="fromCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| baseCurrency | |||||||||||
| effectiveDate | |||||||||||
| exchangeRate | |||||||||||
| fromCurrency | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the baseCurrency property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the exchangeRate property.
| |||||||||||
Gets the value of the fromCurrency property.
| |||||||||||
Sets the value of the baseCurrency property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the exchangeRate property.
| |||||||||||
Sets the value of the fromCurrency property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the baseCurrency property.
RecordRef
Gets the value of the effectiveDate property.
Gets the value of the exchangeRate property.
Gets the value of the fromCurrency property.
RecordRef
Sets the value of the baseCurrency property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the exchangeRate property.
| value |
|---|
Sets the value of the fromCurrency property.
| value | Allowed object is
RecordRef
|
|---|