| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.ConsolidatedExchangeRateFilter |
Java class for ConsolidatedExchangeRateFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsolidatedExchangeRateFilter">
<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" minOccurs="0"/>
<element name="toSubsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fromSubsidiary | |||||||||||
| period | |||||||||||
| toSubsidiary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fromSubsidiary property.
| |||||||||||
Gets the value of the period property.
| |||||||||||
Gets the value of the toSubsidiary property.
| |||||||||||
Sets the value of the fromSubsidiary property.
| |||||||||||
Sets the value of the period property.
| |||||||||||
Sets the value of the toSubsidiary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| period | |
|---|---|
| fromSubsidiary | |
| toSubsidiary |
Gets the value of the fromSubsidiary property.
RecordRef
Gets the value of the period property.
RecordRef
Gets the value of the toSubsidiary property.
RecordRef
Sets the value of the fromSubsidiary property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the period property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the toSubsidiary property.
| value | Allowed object is
RecordRef
|
|---|