|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.webservicex.currencyconverter.ConversionRate
public class ConversionRate
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>
| Field Summary | |
|---|---|
protected Currency |
fromCurrency
|
protected Currency |
toCurrency
|
| Constructor Summary | |
|---|---|
ConversionRate()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Currency fromCurrency
protected Currency toCurrency
| Constructor Detail |
|---|
public ConversionRate()
| Method Detail |
|---|
public Currency getFromCurrency()
Currencypublic void setFromCurrency(Currency value)
value - allowed object is
Currencypublic Currency getToCurrency()
Currencypublic void setToCurrency(Currency value)
value - allowed object is
Currency
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||