Class SinglePayment
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.SinglePayment
Java class for SinglePayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SinglePayment"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase"> <sequence> <element name="adjustablePaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="fixedAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected XMLGregorianCalendar
protected Money
Fields inherited from class net.finmath.smartcontract.product.xml.PaymentBase
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustablePaymentDate property.Gets the value of the adjustedPaymentDate property.Gets the value of the fixedAmount property.void
Sets the value of the adjustablePaymentDate property.void
Sets the value of the adjustedPaymentDate property.void
setFixedAmount
(Money value) Sets the value of the fixedAmount property.Methods inherited from class net.finmath.smartcontract.product.xml.PaymentBase
getId, setId
-
Field Details
-
adjustablePaymentDate
-
adjustedPaymentDate
-
fixedAmount
-
-
Constructor Details
-
SinglePayment
public SinglePayment()
-
-
Method Details
-
getAdjustablePaymentDate
Gets the value of the adjustablePaymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustablePaymentDate
Sets the value of the adjustablePaymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAdjustedPaymentDate
Gets the value of the adjustedPaymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedPaymentDate
Sets the value of the adjustedPaymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFixedAmount
-
setFixedAmount
-