public class FullRefund extends Extension implements Serializable
Java class for fullRefund complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fullRefund"> <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="notes" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}notes" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Notes |
notes |
protected PaymentTypeBase |
payinfoTypeObject |
Constructor and Description |
---|
FullRefund() |
Modifier and Type | Method and Description |
---|---|
Notes |
getNotes()
Gets the value of the notes property.
|
PaymentTypeBase |
getPayinfoTypeObject()
Gets the value of the payinfoTypeObject property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setPayinfoTypeObject(PaymentTypeBase value)
Sets the value of the payinfoTypeObject property.
|
getExtension, setExtension
protected PaymentTypeBase payinfoTypeObject
protected Notes notes
public PaymentTypeBase getPayinfoTypeObject()
PaymentTypeBase
public void setPayinfoTypeObject(PaymentTypeBase value)
value
- allowed object is
PaymentTypeBase
public Notes getNotes()
Notes