| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRecord | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic | ||
| ↳ | com.netsuite.webservices.platform.common_2013_2.CurrencyRateSearchBasic | ||
Java class for CurrencyRateSearchBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyRateSearchBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
<sequence>
<element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="effectiveDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
<element name="exchangeRate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
<element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
<element name="transactionCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| baseCurrency | |||||||||||
| effectiveDate | |||||||||||
| exchangeRate | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| transactionCurrency | |||||||||||
| 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 internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the transactionCurrency 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 internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the transactionCurrency property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the baseCurrency property.
SearchMultiSelectField
Gets the value of the effectiveDate property.
SearchDateField
Gets the value of the exchangeRate property.
SearchDoubleField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the transactionCurrency property.
SearchMultiSelectField
Sets the value of the baseCurrency property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is
SearchDateField
|
|---|
Sets the value of the exchangeRate property.
| value | Allowed object is
SearchDoubleField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the transactionCurrency property.
| value | Allowed object is
SearchMultiSelectField
|
|---|