public static class RecyclePayment.Details.Bills extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="billNo" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
amount |
protected String |
billNo |
Constructor and Description |
---|
Bills() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
String |
getBillNo()
Gets the value of the billNo property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setBillNo(String value)
Sets the value of the billNo property.
|
protected BigDecimal amount
protected String billNo
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public String getBillNo()
String