public static class TransferBalanceDetails.TargetImpactedBucket 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="validFrom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
amount |
protected Calendar |
validFrom |
protected Calendar |
validTo |
Constructor and Description |
---|
TargetImpactedBucket() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
Calendar |
getValidFrom()
Gets the value of the validFrom property.
|
Calendar |
getValidTo()
Gets the value of the validTo property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setValidFrom(Calendar value)
Sets the value of the validFrom property.
|
void |
setValidTo(Calendar value)
Sets the value of the validTo property.
|
protected Calendar validFrom
protected Calendar validTo
protected BigDecimal amount
public Calendar getValidFrom()
String
public void setValidFrom(Calendar value)
value
- allowed object is
String
public Calendar getValidTo()
String
public void setValidTo(Calendar value)
value
- allowed object is
String
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal