| java.lang.Object |
| ↳ |
com.coupa.transaction.MoneyType |
Known Direct Subclasses
| Tax |
Java class for anonymous complex type. |
|
Class Overview
Java class for MoneyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoneyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Money"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Summary
| Public Methods |
|
Money
|
getMoney()
Gets the value of the money property.
|
|
void
|
setMoney(Money value)
Sets the value of the money property.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
Public Methods
public
Money
getMoney
()
Gets the value of the money property.
public
void
setMoney
(Money value)
Sets the value of the money property.
Parameters
| value
| Allowed object is
Money
|