Class CalculationAgent
java.lang.Object
net.finmath.smartcontract.product.xml.CalculationAgent
A type defining the ISDA calculation agent responsible for performing
duties as defined in the applicable product definitions.
Java class for CalculationAgent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculationAgent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="calculationAgentPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded"/> <element name="calculationAgentParty" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAgentPartyEnum"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationAgentPartyEnum
protected List
<PartyReference> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationAgentParty property.Gets the value of the calculationAgentPartyReference property.void
Sets the value of the calculationAgentParty property.
-
Field Details
-
calculationAgentPartyReference
-
calculationAgentParty
-
-
Constructor Details
-
CalculationAgent
public CalculationAgent()
-
-
Method Details
-
getCalculationAgentPartyReference
Gets the value of the calculationAgentPartyReference 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 calculationAgentPartyReference property.For example, to add a new item, do as follows:
getCalculationAgentPartyReference().add(newItem);
Objects of the following type(s) are allowed in the list
PartyReference
-
getCalculationAgentParty
Gets the value of the calculationAgentParty property.- Returns:
- possible object is
CalculationAgentPartyEnum
-
setCalculationAgentParty
Sets the value of the calculationAgentParty property.- Parameters:
value
- allowed object isCalculationAgentPartyEnum
-