public class

Amount

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.module.servicesource.model.Amount

Summary

Constants
long serialVersionUID
Fields
private Double amount
private PropertyDescriptor code
private NormalizedAmount normalizedAmount
private String type
Public Constructors
Amount()
Public Methods
Double getAmount()
PropertyDescriptor getCode()
NormalizedAmount getNormalizedAmount()
String getType()
void setAmount(Double amount)
void setCode(PropertyDescriptor code)
void setNormalizedAmount(NormalizedAmount normalizedAmount)
void setType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6176741177703380535 (0xaa47ce9fe97649c9)

Fields

private Double amount

private PropertyDescriptor code

private NormalizedAmount normalizedAmount

private String type

Public Constructors

public Amount ()

Public Methods

public Double getAmount ()

public PropertyDescriptor getCode ()

public NormalizedAmount getNormalizedAmount ()

public String getType ()

public void setAmount (Double amount)

Parameters
amount

public void setCode (PropertyDescriptor code)

Parameters
code

public void setNormalizedAmount (NormalizedAmount normalizedAmount)

Parameters
normalizedAmount

public void setType (String type)

Parameters
type