public class RefundableItems 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="billUnitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="arActionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected String |
arActionId |
protected ResourceRef |
billRef |
protected String |
billUnitName |
protected String |
type |
| Constructor and Description |
|---|
RefundableItems() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
String |
getArActionId()
Gets the value of the arActionId property.
|
ResourceRef |
getBillRef()
Gets the value of the billRef property.
|
String |
getBillUnitName()
Gets the value of the billUnitName property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setArActionId(String value)
Sets the value of the arActionId property.
|
void |
setBillRef(ResourceRef value)
Sets the value of the billRef property.
|
void |
setBillUnitName(String value)
Sets the value of the billUnitName property.
|
void |
setType(String value)
Sets the value of the type property.
|
getExtension, setExtensionprotected String billUnitName
protected String type
protected String arActionId
protected ResourceRef billRef
protected BigDecimal amount
public String getBillUnitName()
Stringpublic void setBillUnitName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getArActionId()
Stringpublic void setArActionId(String value)
value - allowed object is
Stringpublic ResourceRef getBillRef()
ResourceRefpublic void setBillRef(ResourceRef value)
value - allowed object is
ResourceRefpublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimal