Class InstallmentScheduleBill
java.lang.Object
com.oracle.communications.brm.cc.model.InstallmentScheduleBill
- All Implemented Interfaces:
Serializable
The installment schedule bill information.
Java class for installmentScheduleBill complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="installmentScheduleBill">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createdAt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dueAt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="billNo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="totalAmount" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}money"/>
<element name="dueAmount" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}money"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe installment schedule bill number.protected StringThe date and time the installment schedule bill was created.protected Moneyprotected StringThe date and time the installment schedule bill is due.protected StringThe installment schedule bill ID.protected StringThe installment schedule bill status.protected Money -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe installment schedule bill number.The date and time the installment schedule bill was created.Gets the value of the dueAmount property.getDueAt()The date and time the installment schedule bill is due.getId()The installment schedule bill ID.The installment schedule bill status.Gets the value of the totalAmount property.voidSets the value of the billNo property.voidsetCreatedAt(String value) Sets the value of the createdAt property.voidsetDueAmount(Money value) Sets the value of the dueAmount property.voidSets the value of the dueAt property.voidSets the value of the id property.voidSets the value of the status property.voidsetTotalAmount(Money value) Sets the value of the totalAmount property.
-
Field Details
-
id
The installment schedule bill ID. -
createdAt
The date and time the installment schedule bill was created. -
dueAt
The date and time the installment schedule bill is due. -
billNo
The installment schedule bill number. -
totalAmount
-
dueAmount
-
status
The installment schedule bill status.
-
-
Constructor Details
-
InstallmentScheduleBill
public InstallmentScheduleBill()
-
-
Method Details
-
getId
The installment schedule bill ID.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getCreatedAt
The date and time the installment schedule bill was created.- Returns:
- possible object is
String
-
setCreatedAt
Sets the value of the createdAt property.- Parameters:
value- allowed object isString- See Also:
-
getDueAt
The date and time the installment schedule bill is due.- Returns:
- possible object is
String
-
setDueAt
Sets the value of the dueAt property.- Parameters:
value- allowed object isString- See Also:
-
getBillNo
The installment schedule bill number.- Returns:
- possible object is
String
-
setBillNo
Sets the value of the billNo property.- Parameters:
value- allowed object isString- See Also:
-
getTotalAmount
Gets the value of the totalAmount property.- Returns:
- possible object is
Money
-
setTotalAmount
Sets the value of the totalAmount property.- Parameters:
value- allowed object isMoney
-
getDueAmount
Gets the value of the dueAmount property.- Returns:
- possible object is
Money
-
setDueAmount
Sets the value of the dueAmount property.- Parameters:
value- allowed object isMoney
-
getStatus
The installment schedule bill status.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString- See Also:
-