Class GenericFrequency

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

public class GenericFrequency extends Frequency

Java class for GenericFrequency complex type.

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

 <complexType name="GenericFrequency">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Frequency">
       <choice minOccurs="0">
         <element name="payerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="underlyerReference" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerReference"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GenericFrequency

      public GenericFrequency()
  • Method Details

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • 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