| 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 | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| baseCurrency | |||||||||||
| effectiveDate | |||||||||||
| exchangeRate | |||||||||||
| internalId | |||||||||||
| 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 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 transactionCurrency property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
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
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
Sets the value of the baseCurrency property.
| baseCurrency | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the effectiveDate property.
| effectiveDate | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the exchangeRate property.
| exchangeRate | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the internalId property.
| internalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the transactionCurrency property.
| transactionCurrency | Allowed object is
SearchColumnSelectField
|
|---|