Class AssignmentFee
java.lang.Object
net.finmath.smartcontract.product.xml.AssignmentFee
Represents the rules for payment of assignment fees to the agent.
Java class for AssignmentFee complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentFee"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/> <element name="rule" type="{http://www.fpml.org/FpML-5/confirmation}AssignmentFeeRule"/> <element name="lenderTypeWaived" type="{http://www.fpml.org/FpML-5/confirmation}LenderClassification" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected NonNegativeMoney
protected List
<LenderClassification> protected AssignmentFeeRule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the lenderTypeWaived property.getRule()
Gets the value of the rule property.void
setAmount
(NonNegativeMoney value) Sets the value of the amount property.void
setRule
(AssignmentFeeRule value) Sets the value of the rule property.
-
Field Details
-
amount
-
rule
-
lenderTypeWaived
-
-
Constructor Details
-
AssignmentFee
public AssignmentFee()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
NonNegativeMoney
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isNonNegativeMoney
-
getRule
Gets the value of the rule property.- Returns:
- possible object is
AssignmentFeeRule
-
setRule
Sets the value of the rule property.- Parameters:
value
- allowed object isAssignmentFeeRule
-
getLenderTypeWaived
Gets the value of the lenderTypeWaived 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
set
method for the lenderTypeWaived property.For example, to add a new item, do as follows:
getLenderTypeWaived().add(newItem);
Objects of the following type(s) are allowed in the list
LenderClassification
-