Class Adjustment
java.lang.Object
net.finmath.smartcontract.product.xml.Adjustment
A structure used to describe an adjustment.
Java class for Adjustment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Adjustment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adjustmentType" type="{http://www.fpml.org/FpML-5/confirmation}AmountAdjustmentEnum"/>
<element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountAdjustmentEnumprotected MoneyWithParticipantShare -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustmentType property.Gets the value of the amount property.voidSets the value of the adjustmentType property.voidSets the value of the amount property.
-
Field Details
-
adjustmentType
-
amount
-
-
Constructor Details
-
Adjustment
public Adjustment()
-
-
Method Details
-
getAdjustmentType
Gets the value of the adjustmentType property.- Returns:
- possible object is
AmountAdjustmentEnum
-
setAdjustmentType
Sets the value of the adjustmentType property.- Parameters:
value- allowed object isAmountAdjustmentEnum
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
MoneyWithParticipantShare
-