public class

Money

extends Object
java.lang.Object
   ↳ com.clarizen.api.Money

Class Overview

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>
 

Summary

Fields
protected Currency currency
protected double value
Public Constructors
Money()
Public Methods
Currency getCurrency()
Gets the value of the currency property.
double getValue()
Gets the value of the value property.
void setCurrency(Currency value)
Sets the value of the currency property.
void setValue(double value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Currency currency

protected double value

Public Constructors

public Money ()

Public Methods

public Currency getCurrency ()

Gets the value of the currency property.

Returns

public double getValue ()

Gets the value of the value property.

public void setCurrency (Currency value)

Sets the value of the currency property.

Parameters
value Allowed object is Currency

public void setValue (double value)

Sets the value of the value property.

Parameters
value