| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.ConsolidatedExchangeRate |
Java class for ConsolidatedExchangeRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsolidatedExchangeRate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="period" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="fromSubsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="toSubsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="currentRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="averageRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="historicalRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| averageRate | |||||||||||
| currentRate | |||||||||||
| fromSubsidiary | |||||||||||
| historicalRate | |||||||||||
| period | |||||||||||
| toSubsidiary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the averageRate property.
| |||||||||||
Gets the value of the currentRate property.
| |||||||||||
Gets the value of the fromSubsidiary property.
| |||||||||||
Gets the value of the historicalRate property.
| |||||||||||
Gets the value of the period property.
| |||||||||||
Gets the value of the toSubsidiary property.
| |||||||||||
Sets the value of the averageRate property.
| |||||||||||
Sets the value of the currentRate property.
| |||||||||||
Sets the value of the fromSubsidiary property.
| |||||||||||
Sets the value of the historicalRate property.
| |||||||||||
Sets the value of the period property.
| |||||||||||
Sets the value of the toSubsidiary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the averageRate property.
Gets the value of the currentRate property.
Gets the value of the fromSubsidiary property.
RecordRef
Gets the value of the historicalRate property.
Gets the value of the period property.
RecordRef
Gets the value of the toSubsidiary property.
RecordRef
Sets the value of the averageRate property.
| value | Allowed object is Double |
|---|
Sets the value of the currentRate property.
| value | Allowed object is Double |
|---|
Sets the value of the fromSubsidiary property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the historicalRate property.
| value | Allowed object is Double |
|---|
Sets the value of the period property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the toSubsidiary property.
| value | Allowed object is
RecordRef
|
|---|