Class SwaptionPhysicalSettlement
java.lang.Object
net.finmath.smartcontract.product.xml.SwaptionPhysicalSettlement
Java class for SwaptionPhysicalSettlement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SwaptionPhysicalSettlement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="clearedPhysicalSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="predeterminedClearingOrganizationPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the predeterminedClearingOrganizationPartyReference property.boolean
Gets the value of the clearedPhysicalSettlement property.void
setClearedPhysicalSettlement
(boolean value) Sets the value of the clearedPhysicalSettlement property.void
Sets the value of the predeterminedClearingOrganizationPartyReference property.
-
Field Details
-
clearedPhysicalSettlement
protected boolean clearedPhysicalSettlement -
predeterminedClearingOrganizationPartyReference
-
-
Constructor Details
-
SwaptionPhysicalSettlement
public SwaptionPhysicalSettlement()
-
-
Method Details
-
isClearedPhysicalSettlement
public boolean isClearedPhysicalSettlement()Gets the value of the clearedPhysicalSettlement property. -
setClearedPhysicalSettlement
public void setClearedPhysicalSettlement(boolean value) Sets the value of the clearedPhysicalSettlement property. -
getPredeterminedClearingOrganizationPartyReference
Gets the value of the predeterminedClearingOrganizationPartyReference property.- Returns:
- possible object is
PartyReference
-
setPredeterminedClearingOrganizationPartyReference
Sets the value of the predeterminedClearingOrganizationPartyReference property.- Parameters:
value
- allowed object isPartyReference
-