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>