com.ibm.commerce.webservice.datatype.orderfulfillment
Class MonetaryAmount

java.lang.Object
  com.ibm.commerce.webservice.datatype.orderfulfillment.MonetaryAmount
All Implemented Interfaces:
java.io.Serializable

public class MonetaryAmount
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
 
See Also:
Serialized Form

Constructor Summary
MonetaryAmount()
Method Summary
java.lang.String getCurrency()
Gets the currency
java.lang.String getValue()
Gets the value
void setCurrency(java.lang.String currency)
Sets the currency
void setValue(java.lang.String value)
Sets the value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

MonetaryAmount

public MonetaryAmount()
Method Detail

getCurrency

public java.lang.String getCurrency()
Gets the currency
Returns:
Returns a String

getValue

public java.lang.String getValue()
Gets the value
Returns:
Returns a String

setCurrency

public void setCurrency(java.lang.String currency)
Sets the currency
Parameters:
currency - The currency to set

setValue

public void setValue(java.lang.String value)
Sets the value
Parameters:
value - The value to set

Feedback