Class SubBalances
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.SubBalances
- All Implemented Interfaces:
Serializable
A sub-balance.
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="originalBalance" 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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The current amount of the sub-balance.protected Integer
The ID of the element.protected BigDecimal
The number of days until the sub-balance expires.protected BigDecimal
The original balance of the sub-balance.protected Integer
Details about a rollover subbalance.protected Calendar
The date and time the validity period starts.protected Calendar
The date and time the validity period ends. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe current amount of the sub-balance.The ID of the element.The number of days until the sub-balance expires.The original balance of the sub-balance.Details about a rollover subbalance.The date and time the validity period starts.The date and time the validity period ends.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
setOriginalBalance
(BigDecimal value) Sets the value of the originalBalance 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.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
currentBalance
The current amount of the sub-balance. -
originalBalance
The original balance of the sub-balance. -
validFrom
The date and time the validity period starts. -
validTo
The date and time the validity period ends. -
rolloverData
Details about a rollover subbalance. -
expiredBeforeUsing
The number of days until the sub-balance expires. -
elementId
The ID of the element.
-
-
Constructor Details
-
SubBalances
public SubBalances()
-
-
Method Details
-
getCurrentBalance
The current amount of the sub-balance.- Returns:
- possible object is
BigDecimal
-
setCurrentBalance
Sets the value of the currentBalance property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getOriginalBalance
The original balance of the sub-balance.- Returns:
- possible object is
BigDecimal
-
setOriginalBalance
Sets the value of the originalBalance property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getValidFrom
The date and time the validity period starts.- Returns:
- possible object is
String
-
setValidFrom
Sets the value of the validFrom property.- Parameters:
value
- allowed object isString
- See Also:
-
getValidTo
The date and time the validity period ends.- Returns:
- possible object is
String
-
setValidTo
Sets the value of the validTo property.- Parameters:
value
- allowed object isString
- See Also:
-
getRolloverData
Details about a rollover subbalance.- Returns:
- possible object is
Integer
-
setRolloverData
Sets the value of the rolloverData property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getExpiredBeforeUsing
The number of days until the sub-balance expires.- Returns:
- possible object is
BigDecimal
-
setExpiredBeforeUsing
Sets the value of the expiredBeforeUsing property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getElementId
The ID of the element.- Returns:
- possible object is
Integer
-
setElementId
Sets the value of the elementId property.- Parameters:
value
- allowed object isInteger
- See Also:
-