Class ClassifiablePayment
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PaymentBaseExtended
net.finmath.smartcontract.product.xml.NonNegativePayment
net.finmath.smartcontract.product.xml.ClassifiablePayment
A classified non negative payment.
Java class for ClassifiablePayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassifiablePayment">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativePayment">
<sequence>
<element name="paymentType" type="{http://www.fpml.org/FpML-5/confirmation}PaymentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.NonNegativePayment
paymentAmountFields inherited from class net.finmath.smartcontract.product.xml.PaymentBaseExtended
payerAccountReference, payerPartyReference, paymentDate, receiverAccountReference, receiverPartyReferenceFields inherited from class net.finmath.smartcontract.product.xml.PaymentBase
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paymentType property.Methods inherited from class net.finmath.smartcontract.product.xml.NonNegativePayment
getPaymentAmount, setPaymentAmountMethods inherited from class net.finmath.smartcontract.product.xml.PaymentBaseExtended
getPayerAccountReference, getPayerPartyReference, getPaymentDate, getReceiverAccountReference, getReceiverPartyReference, setPayerAccountReference, setPayerPartyReference, setPaymentDate, setReceiverAccountReference, setReceiverPartyReferenceMethods inherited from class net.finmath.smartcontract.product.xml.PaymentBase
getId, setId
-
Field Details
-
paymentType
-
-
Constructor Details
-
ClassifiablePayment
public ClassifiablePayment()
-
-
Method Details
-
getPaymentType
Gets the value of the paymentType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the paymentType property.For example, to add a new item, do as follows:
getPaymentType().add(newItem);Objects of the following type(s) are allowed in the list
PaymentType
-