public class

Money

extends Object
java.lang.Object
   ↳ com.coupa.transaction.Money

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="currency" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String content
protected String currency
Public Constructors
Money()
Public Methods
String getContent()
Gets the value of the content property.
String getCurrency()
Gets the value of the currency property.
void setContent(String value)
Sets the value of the content property.
void setCurrency(String value)
Sets the value of the currency property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String content

protected String currency

Public Constructors

public Money ()

Public Methods

public String getContent ()

Gets the value of the content property.

Returns
  • possible object is String

public String getCurrency ()

Gets the value of the currency property.

Returns
  • possible object is String

public void setContent (String value)

Sets the value of the content property.

Parameters
value Allowed object is String

public void setCurrency (String value)

Sets the value of the currency property.

Parameters
value Allowed object is String