Class ProtectionTerms

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

public class ProtectionTerms extends Object

Java class for ProtectionTerms complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProtectionTerms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         <element name="creditEvents" type="{http://www.fpml.org/FpML-5/confirmation}CreditEvents" minOccurs="0"/>
         <element name="obligations" type="{http://www.fpml.org/FpML-5/confirmation}Obligations" minOccurs="0"/>
         <element name="floatingAmountEvents" type="{http://www.fpml.org/FpML-5/confirmation}FloatingAmountEvents" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ProtectionTerms

      public ProtectionTerms()
  • Method Details

    • getCalculationAmount

      public Money getCalculationAmount()
      Gets the value of the calculationAmount property.
      Returns:
      possible object is Money
    • setCalculationAmount

      public void setCalculationAmount(Money value)
      Sets the value of the calculationAmount property.
      Parameters:
      value - allowed object is Money
    • getCreditEvents

      public CreditEvents getCreditEvents()
      Gets the value of the creditEvents property.
      Returns:
      possible object is CreditEvents
    • setCreditEvents

      public void setCreditEvents(CreditEvents value)
      Sets the value of the creditEvents property.
      Parameters:
      value - allowed object is CreditEvents
    • getObligations

      public Obligations getObligations()
      Gets the value of the obligations property.
      Returns:
      possible object is Obligations
    • setObligations

      public void setObligations(Obligations value)
      Sets the value of the obligations property.
      Parameters:
      value - allowed object is Obligations
    • getFloatingAmountEvents

      public FloatingAmountEvents getFloatingAmountEvents()
      Gets the value of the floatingAmountEvents property.
      Returns:
      possible object is FloatingAmountEvents
    • setFloatingAmountEvents

      public void setFloatingAmountEvents(FloatingAmountEvents value)
      Sets the value of the floatingAmountEvents property.
      Parameters:
      value - allowed object is FloatingAmountEvents
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String