public static class TransferBalanceCreateResponse.TargetBucket 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"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="currentBalance" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
currentBalance |
protected Calendar |
validFrom |
protected Calendar |
validTo |
Constructor and Description |
---|
TargetBucket() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
Calendar |
getValidFrom()
Gets the value of the validFrom property.
|
Calendar |
getValidTo()
Gets the value of the validTo property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance 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 currentBalance
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 getCurrentBalance()
BigDecimal
public void setCurrentBalance(BigDecimal value)
value
- allowed object is
BigDecimal