Class SwaptionPhysicalSettlement

java.lang.Object
net.finmath.smartcontract.product.xml.SwaptionPhysicalSettlement

public class SwaptionPhysicalSettlement extends Object

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 Details

    • clearedPhysicalSettlement

      protected boolean clearedPhysicalSettlement
    • predeterminedClearingOrganizationPartyReference

      protected PartyReference 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

      public PartyReference getPredeterminedClearingOrganizationPartyReference()
      Gets the value of the predeterminedClearingOrganizationPartyReference property.
      Returns:
      possible object is PartyReference
    • setPredeterminedClearingOrganizationPartyReference

      public void setPredeterminedClearingOrganizationPartyReference(PartyReference value)
      Sets the value of the predeterminedClearingOrganizationPartyReference property.
      Parameters:
      value - allowed object is PartyReference