public class ConversionRate extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromCurrency" type="{http://www.webserviceX.NET/}Currency"/>
<element name="ToCurrency" type="{http://www.webserviceX.NET/}Currency"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Currency |
fromCurrency |
protected Currency |
toCurrency |
| Constructor and Description |
|---|
ConversionRate() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getFromCurrency()
Gets the value of the fromCurrency property.
|
Currency |
getToCurrency()
Gets the value of the toCurrency property.
|
void |
setFromCurrency(Currency value)
Sets the value of the fromCurrency property.
|
void |
setToCurrency(Currency value)
Sets the value of the toCurrency property.
|
public Currency getFromCurrency()
Currencypublic void setFromCurrency(Currency value)
value - allowed object is
Currencypublic Currency getToCurrency()
CurrencyCopyright © 2013 jbundle.org. All Rights Reserved.