Class InstallmentScheduleBill

java.lang.Object
com.oracle.communications.brm.cc.model.InstallmentScheduleBill
All Implemented Interfaces:
Serializable

public class InstallmentScheduleBill extends Object implements 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 Details

    • id

      protected String id
      The installment schedule bill ID.
    • createdAt

      protected String createdAt
      The date and time the installment schedule bill was created.
    • dueAt

      protected String dueAt
      The date and time the installment schedule bill is due.
    • billNo

      protected String billNo
      The installment schedule bill number.
    • totalAmount

      protected Money totalAmount
    • dueAmount

      protected Money dueAmount
    • status

      protected String status
      The installment schedule bill status.
  • Constructor Details

    • InstallmentScheduleBill

      public InstallmentScheduleBill()
  • Method Details

    • getId

      public String getId()
      The installment schedule bill ID.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCreatedAt

      public String getCreatedAt()
      The date and time the installment schedule bill was created.
      Returns:
      possible object is String
    • setCreatedAt

      public void setCreatedAt(String value)
      Sets the value of the createdAt property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDueAt

      public String getDueAt()
      The date and time the installment schedule bill is due.
      Returns:
      possible object is String
    • setDueAt

      public void setDueAt(String value)
      Sets the value of the dueAt property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBillNo

      public String getBillNo()
      The installment schedule bill number.
      Returns:
      possible object is String
    • setBillNo

      public void setBillNo(String value)
      Sets the value of the billNo property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTotalAmount

      public Money getTotalAmount()
      Gets the value of the totalAmount property.
      Returns:
      possible object is Money
    • setTotalAmount

      public void setTotalAmount(Money value)
      Sets the value of the totalAmount property.
      Parameters:
      value - allowed object is Money
    • getDueAmount

      public Money getDueAmount()
      Gets the value of the dueAmount property.
      Returns:
      possible object is Money
    • setDueAmount

      public void setDueAmount(Money value)
      Sets the value of the dueAmount property.
      Parameters:
      value - allowed object is Money
    • getStatus

      public String getStatus()
      The installment schedule bill status.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      See Also: