Class DirectionalLeg
java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.DirectionalLeg
- Direct Known Subclasses:
DirectionalLegUnderlyer
,FixedPaymentLeg
,InterestLeg
,ReturnSwapLegUnderlyer
,UnderlyerInterestLeg
An abstract base class for all directional leg types with effective date,
termination date, where a payer makes a stream of payments of greater than zero value to a receiver.
Java class for DirectionalLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionalLeg"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Leg"> <sequence> <element name="legIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}LegIdentifier" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/> <element name="effectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/> <element name="terminationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdjustableOrRelativeDate
protected List<LegIdentifier>
protected AccountReference
protected PartyReference
protected AccountReference
protected PartyReference
protected AdjustableOrRelativeDate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the effectiveDate property.Gets the value of the legIdentifier property.Gets the value of the payerAccountReference property.Gets the value of the payerPartyReference property.Gets the value of the receiverAccountReference property.Gets the value of the receiverPartyReference property.Gets the value of the terminationDate property.void
Sets the value of the effectiveDate property.void
Sets the value of the payerAccountReference property.void
setPayerPartyReference(PartyReference value)
Sets the value of the payerPartyReference property.void
Sets the value of the receiverAccountReference property.void
Sets the value of the receiverPartyReference property.void
Sets the value of the terminationDate property.
-
Field Details
-
legIdentifier
-
payerPartyReference
-
payerAccountReference
-
receiverPartyReference
-
receiverAccountReference
-
effectiveDate
-
terminationDate
-
-
Constructor Details
-
DirectionalLeg
public DirectionalLeg()
-
-
Method Details
-
getLegIdentifier
Gets the value of the legIdentifier 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 legIdentifier property.For example, to add a new item, do as follows:
getLegIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
LegIdentifier
-
getPayerPartyReference
Gets the value of the payerPartyReference property.- Returns:
- possible object is
PartyReference
-
setPayerPartyReference
Sets the value of the payerPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getPayerAccountReference
Gets the value of the payerAccountReference property.- Returns:
- possible object is
AccountReference
-
setPayerAccountReference
Sets the value of the payerAccountReference property.- Parameters:
value
- allowed object isAccountReference
-
getReceiverPartyReference
Gets the value of the receiverPartyReference property.- Returns:
- possible object is
PartyReference
-
setReceiverPartyReference
Sets the value of the receiverPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getReceiverAccountReference
Gets the value of the receiverAccountReference property.- Returns:
- possible object is
AccountReference
-
setReceiverAccountReference
Sets the value of the receiverAccountReference property.- Parameters:
value
- allowed object isAccountReference
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getTerminationDate
Gets the value of the terminationDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setTerminationDate
Sets the value of the terminationDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-