public class InstallmentBillItem extends Object implements Serializable
Java class for installmentBillItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="installmentBillItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dueAmount" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}money"/> <element name="createdAt" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="billItemNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="billRef" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="customerRef" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
billItemNumber |
protected String |
billRef |
protected String |
createdAt |
protected String |
customerRef |
protected Money |
dueAmount |
protected String |
id |
Constructor and Description |
---|
InstallmentBillItem() |
Modifier and Type | Method and Description |
---|---|
String |
getBillItemNumber()
Gets the value of the billItemNumber property.
|
String |
getBillRef()
Gets the value of the billRef property.
|
String |
getCreatedAt()
Gets the value of the createdAt property.
|
String |
getCustomerRef()
Gets the value of the customerRef property.
|
Money |
getDueAmount()
Gets the value of the dueAmount property.
|
String |
getId()
Gets the value of the id property.
|
void |
setBillItemNumber(String value)
Sets the value of the billItemNumber property.
|
void |
setBillRef(String value)
Sets the value of the billRef property.
|
void |
setCreatedAt(String value)
Sets the value of the createdAt property.
|
void |
setCustomerRef(String value)
Sets the value of the customerRef property.
|
void |
setDueAmount(Money value)
Sets the value of the dueAmount property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
protected Money dueAmount
protected String createdAt
protected String billItemNumber
protected String billRef
protected String customerRef
public void setId(String value)
value
- allowed object is
String
public Money getDueAmount()
Money
public void setDueAmount(Money value)
value
- allowed object is
Money
public String getCreatedAt()
String
public void setCreatedAt(String value)
value
- allowed object is
String
public String getBillItemNumber()
String
public void setBillItemNumber(String value)
value
- allowed object is
String
public String getBillRef()
String
public void setBillRef(String value)
value
- allowed object is
String
public String getCustomerRef()
String