| java.lang.Object | |
| ↳ | com.clarizen.api.Money |
Java class for Money complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Money">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Currency" type="{http://clarizen.com/api}Currency"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currency | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currency property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currency property.
Currency
Gets the value of the value property.
Sets the value of the currency property.
| value | Allowed object is
Currency
|
|---|
Sets the value of the value property.
| value |
|---|