Class PaymentList
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.PaymentList
- All Implemented Interfaces:
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="paymentAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="paymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="paymentId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="paymentMethod" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="unAllocatedAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="originalPaymentAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="paymentAction" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType> </element> <element name="billingStatus" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType> </element> <element name="paymentRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The billing status.protected BigDecimal
The original payment amount.protected Integer
Whether the payment has been reversed or suspended.protected BigDecimal
The amount of the payment.protected Calendar
The date and time the payment was made.protected String
The ID of the paymentprotected int
The payment method.protected ResourceRef
protected BigDecimal
The amount that is still unallocated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe billing status.The original payment amount.Whether the payment has been reversed or suspended.The amount of the payment.The date and time the payment was made.The ID of the paymentint
The payment method.Gets the value of the paymentRef property.The amount that is still unallocated.void
setBillingStatus
(Integer value) Sets the value of the billingStatus property.void
Sets the value of the originalPaymentAmount property.void
setPaymentAction
(Integer value) Sets the value of the paymentAction property.void
setPaymentAmount
(BigDecimal value) Sets the value of the paymentAmount property.void
setPaymentDate
(Calendar value) Sets the value of the paymentDate property.void
setPaymentId
(String value) Sets the value of the paymentId property.void
setPaymentMethod
(int value) Sets the value of the paymentMethod property.void
setPaymentRef
(ResourceRef value) Sets the value of the paymentRef property.void
setUnAllocatedAmount
(BigDecimal value) Sets the value of the unAllocatedAmount property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
paymentAmount
The amount of the payment. -
paymentDate
The date and time the payment was made. -
paymentId
The ID of the payment -
paymentMethod
protected int paymentMethodThe payment method. Allowed values:- 10011 (Cash)
- 10012 (Check)
- 10013 (Wire transfer)
- 10014 (Inter-bank payment order)
- 10015 (Postal order)
-
unAllocatedAmount
The amount that is still unallocated. -
originalPaymentAmount
The original payment amount. -
paymentAction
Whether the payment has been reversed or suspended. Allowed values:- 0 (Not reversed)
- 1 (Reversed)
- 2 (Suspended)
-
billingStatus
The billing status. Allowed values:- 1 (Billed)
- 2 (Unbilled)
-
paymentRef
-
-
Constructor Details
-
PaymentList
public PaymentList()
-
-
Method Details
-
getPaymentAmount
The amount of the payment.- Returns:
- possible object is
BigDecimal
-
setPaymentAmount
Sets the value of the paymentAmount property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getPaymentDate
The date and time the payment was made.- Returns:
- possible object is
String
-
setPaymentDate
Sets the value of the paymentDate property.- Parameters:
value
- allowed object isString
- See Also:
-
getPaymentId
The ID of the payment- Returns:
- possible object is
String
-
setPaymentId
Sets the value of the paymentId property.- Parameters:
value
- allowed object isString
- See Also:
-
getPaymentMethod
public int getPaymentMethod()The payment method. Allowed values:- 10011 (Cash)
- 10012 (Check)
- 10013 (Wire transfer)
- 10014 (Inter-bank payment order)
- 10015 (Postal order)
-
setPaymentMethod
public void setPaymentMethod(int value) Sets the value of the paymentMethod property. -
getUnAllocatedAmount
The amount that is still unallocated.- Returns:
- possible object is
BigDecimal
-
setUnAllocatedAmount
Sets the value of the unAllocatedAmount property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getOriginalPaymentAmount
The original payment amount.- Returns:
- possible object is
BigDecimal
-
setOriginalPaymentAmount
Sets the value of the originalPaymentAmount property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getPaymentAction
Whether the payment has been reversed or suspended. Allowed values:- 0 (Not reversed)
- 1 (Reversed)
- 2 (Suspended)
- Returns:
- possible object is
Integer
-
setPaymentAction
Sets the value of the paymentAction property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getBillingStatus
The billing status. Allowed values:- 1 (Billed)
- 2 (Unbilled)
- Returns:
- possible object is
Integer
-
setBillingStatus
Sets the value of the billingStatus property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getPaymentRef
Gets the value of the paymentRef property.- Returns:
- possible object is
ResourceRef
-
setPaymentRef
Sets the value of the paymentRef property.- Parameters:
value
- allowed object isResourceRef
-