public class Payment extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="payinfoTypeObject" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}typeForSinglePayment"/> <element name="currency" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="selectedBillUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="itemPaymentRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="notes" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}notes" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
amount |
protected int |
currency |
protected String |
itemPaymentRef |
protected Notes |
notes |
protected PaymentTypeBase |
payinfoTypeObject |
protected String |
selectedBillUnit |
Constructor and Description |
---|
Payment() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
int |
getCurrency()
Gets the value of the currency property.
|
String |
getItemPaymentRef()
Gets the value of the itemPaymentRef property.
|
Notes |
getNotes()
Gets the value of the notes property.
|
PaymentTypeBase |
getPayinfoTypeObject()
Gets the value of the payinfoTypeObject property.
|
String |
getSelectedBillUnit()
Gets the value of the selectedBillUnit property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setCurrency(int value)
Sets the value of the currency property.
|
void |
setItemPaymentRef(String value)
Sets the value of the itemPaymentRef property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setPayinfoTypeObject(PaymentTypeBase value)
Sets the value of the payinfoTypeObject property.
|
void |
setSelectedBillUnit(String value)
Sets the value of the selectedBillUnit property.
|
getExtension, setExtension
protected PaymentTypeBase payinfoTypeObject
protected int currency
protected String selectedBillUnit
protected String itemPaymentRef
protected BigDecimal amount
protected Notes notes
public PaymentTypeBase getPayinfoTypeObject()
PaymentTypeBase
public void setPayinfoTypeObject(PaymentTypeBase value)
value
- allowed object is
PaymentTypeBase
public int getCurrency()
public void setCurrency(int value)
public String getSelectedBillUnit()
String
public void setSelectedBillUnit(String value)
value
- allowed object is
String
public String getItemPaymentRef()
String
public void setItemPaymentRef(String value)
value
- allowed object is
String
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public Notes getNotes()
Notes