public class StoredValueAccountStatusType extends Object
Java class for StoredValueAccountStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueAccountStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoredValueAccountID" type="{}StoredValueAccountIDType"/>
</sequence>
<attribute name="CurrentBalance" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
currentBalance |
protected StoredValueAccountIDType |
storedValueAccountID |
| Constructor and Description |
|---|
StoredValueAccountStatusType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
StoredValueAccountIDType |
getStoredValueAccountID()
Gets the value of the storedValueAccountID property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setStoredValueAccountID(StoredValueAccountIDType value)
Sets the value of the storedValueAccountID property.
|
protected StoredValueAccountIDType storedValueAccountID
protected BigDecimal currentBalance
public StoredValueAccountIDType getStoredValueAccountID()
StoredValueAccountIDTypepublic void setStoredValueAccountID(StoredValueAccountIDType value)
value - allowed object is
StoredValueAccountIDTypepublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.