public class SubBalances extends Extension implements Serializable
Java class for subBalances complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subBalances">
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element name="currentBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<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="rolloverData" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="expiredBeforeUsing" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="elementId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
currentBalance |
protected Integer |
elementId |
protected BigDecimal |
expiredBeforeUsing |
protected Integer |
rolloverData |
protected Calendar |
validFrom |
protected Calendar |
validTo |
| Constructor and Description |
|---|
SubBalances() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
Integer |
getElementId()
Gets the value of the elementId property.
|
BigDecimal |
getExpiredBeforeUsing()
Gets the value of the expiredBeforeUsing property.
|
Integer |
getRolloverData()
Gets the value of the rolloverData 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 |
setElementId(Integer value)
Sets the value of the elementId property.
|
void |
setExpiredBeforeUsing(BigDecimal value)
Sets the value of the expiredBeforeUsing property.
|
void |
setRolloverData(Integer value)
Sets the value of the rolloverData property.
|
void |
setValidFrom(Calendar value)
Sets the value of the validFrom property.
|
void |
setValidTo(Calendar value)
Sets the value of the validTo property.
|
getExtension, setExtensionprotected BigDecimal currentBalance
protected Calendar validFrom
protected Calendar validTo
protected Integer rolloverData
protected BigDecimal expiredBeforeUsing
protected Integer elementId
public BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic Calendar getValidFrom()
Stringpublic void setValidFrom(Calendar value)
value - allowed object is
Stringpublic Calendar getValidTo()
Stringpublic void setValidTo(Calendar value)
value - allowed object is
Stringpublic Integer getRolloverData()
Integerpublic void setRolloverData(Integer value)
value - allowed object is
Integerpublic BigDecimal getExpiredBeforeUsing()
BigDecimalpublic void setExpiredBeforeUsing(BigDecimal value)
value - allowed object is
BigDecimalpublic Integer getElementId()
Integer