Class PaymentDetails.RefundedDetails
java.lang.Object
com.oracle.communications.brm.cc.model.PaymentDetails.RefundedDetails
- All Implemented Interfaces:
Serializable
- Enclosing class:
PaymentDetails
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="item" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="itemRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.getItem()Gets the value of the item property.Gets the value of the itemRef property.voidsetAmount(BigDecimal value) Sets the value of the amount property.voidSets the value of the item property.voidsetItemRef(ResourceRef value) Sets the value of the itemRef property.
-
Field Details
-
amount
-
item
-
itemRef
-
-
Constructor Details
-
RefundedDetails
public RefundedDetails()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
BigDecimal
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isBigDecimal
-
getItem
Gets the value of the item property.- Returns:
- possible object is
String
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isString
-
getItemRef
Gets the value of the itemRef property.- Returns:
- possible object is
ResourceRef
-
setItemRef
Sets the value of the itemRef property.- Parameters:
value- allowed object isResourceRef
-