Class RefundDetails.Details
java.lang.Object
com.oracle.communications.brm.cc.model.RefundDetails.Details
- All Implemented Interfaces:
Serializable
- Enclosing class:
RefundDetails
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" minOccurs="0"/> <element name="itemNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="billNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe refund amount.The bill number associated with the refund.The name of the item associated with the refund.The item number associated with the refund.void
setAmount
(BigDecimal value) Sets the value of the amount property.void
Sets the value of the billNo property.void
setItemName
(String value) Sets the value of the itemName property.void
Sets the value of the itemNo property.
-
Field Details
-
amount
The refund amount. -
itemNo
The item number associated with the refund. -
itemName
The name of the item associated with the refund. -
billNo
The bill number associated with the refund.
-
-
Constructor Details
-
Details
public Details()
-
-
Method Details
-
getAmount
The refund amount.- Returns:
- possible object is
BigDecimal
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getItemNo
The item number associated with the refund.- Returns:
- possible object is
String
-
setItemNo
Sets the value of the itemNo property.- Parameters:
value
- allowed object isString
- See Also:
-
getItemName
The name of the item associated with the refund.- Returns:
- possible object is
String
-
setItemName
Sets the value of the itemName property.- Parameters:
value
- allowed object isString
- See Also:
-
getBillNo
The bill number associated with the refund.- Returns:
- possible object is
String
-
setBillNo
Sets the value of the billNo property.- Parameters:
value
- allowed object isString
- See Also:
-