Class GenericResetFrequency

java.lang.Object
net.finmath.smartcontract.product.xml.Frequency
net.finmath.smartcontract.product.xml.GenericResetFrequency

public class GenericResetFrequency extends Frequency

Java class for GenericResetFrequency complex type.

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

 <complexType name="GenericResetFrequency">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Frequency">
       <sequence>
         <element name="underlyerReference" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GenericResetFrequency

      public GenericResetFrequency()
  • Method Details

    • getUnderlyerReference

      public UnderlyerReference getUnderlyerReference()
      Gets the value of the underlyerReference property.
      Returns:
      possible object is UnderlyerReference
    • setUnderlyerReference

      public void setUnderlyerReference(UnderlyerReference value)
      Sets the value of the underlyerReference property.
      Parameters:
      value - allowed object is UnderlyerReference