public class

GetConsolidatedExchangeRateResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.GetConsolidatedExchangeRateResult

Class Overview

Java class for GetConsolidatedExchangeRateResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetConsolidatedExchangeRateResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}status"/>
         <element name="consolidatedExchangeRateList" type="{urn:core_2010_2.platform.webservices.netsuite.com}ConsolidatedExchangeRateList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ConsolidatedExchangeRateList consolidatedExchangeRateList
protected Status status
Public Constructors
GetConsolidatedExchangeRateResult()
Public Methods
ConsolidatedExchangeRateList getConsolidatedExchangeRateList()
Gets the value of the consolidatedExchangeRateList property.
Status getStatus()
Gets the value of the status property.
void setConsolidatedExchangeRateList(ConsolidatedExchangeRateList value)
Sets the value of the consolidatedExchangeRateList property.
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ConsolidatedExchangeRateList consolidatedExchangeRateList

protected Status status

Public Constructors

public GetConsolidatedExchangeRateResult ()

Public Methods

public ConsolidatedExchangeRateList getConsolidatedExchangeRateList ()

Gets the value of the consolidatedExchangeRateList property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public void setConsolidatedExchangeRateList (ConsolidatedExchangeRateList value)

Sets the value of the consolidatedExchangeRateList property.

Parameters
value Allowed object is ConsolidatedExchangeRateList

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status