Class PaymentDetails.RefundedDetails

java.lang.Object
com.oracle.communications.brm.cc.model.PaymentDetails.RefundedDetails
All Implemented Interfaces:
Serializable
Enclosing class:
PaymentDetails

public static class PaymentDetails.RefundedDetails extends Object implements Serializable

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 Details

  • Constructor Details

    • RefundedDetails

      public RefundedDetails()
  • Method Details

    • getAmount

      public BigDecimal getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is BigDecimal
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is BigDecimal
    • getItem

      public String getItem()
      Gets the value of the item property.
      Returns:
      possible object is String
    • setItem

      public void setItem(String value)
      Sets the value of the item property.
      Parameters:
      value - allowed object is String
    • getItemRef

      public ResourceRef getItemRef()
      Gets the value of the itemRef property.
      Returns:
      possible object is ResourceRef
    • setItemRef

      public void setItemRef(ResourceRef value)
      Sets the value of the itemRef property.
      Parameters:
      value - allowed object is ResourceRef