public static class PromiseToPay.Milestones extends Object implements Serializable
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">
<sequence>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected Integer |
interval |
protected Integer |
type |
| Constructor and Description |
|---|
Milestones() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
Integer |
getInterval()
Gets the value of the interval property.
|
Integer |
getType()
Gets the value of the type property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setInterval(Integer value)
Sets the value of the interval property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
protected Integer interval
protected BigDecimal amount
protected Integer type
public Integer getInterval()
Integerpublic void setInterval(Integer value)
value - allowed object is
Integerpublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic Integer getType()
Integer