public class

MoneyType

extends Object
java.lang.Object
   ↳ com.coupa.transaction.MoneyType
Known Direct Subclasses

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

Fields
protected Money money
Public Constructors
MoneyType()
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

Fields

protected Money money

Public Constructors

public MoneyType ()

Public Methods

public Money getMoney ()

Gets the value of the money property.

Returns
  • possible object is Money

public void setMoney (Money value)

Sets the value of the money property.

Parameters
value Allowed object is Money