Class Frequency
java.lang.Object
net.finmath.smartcontract.product.xml.Frequency
- Direct Known Subclasses:
- CalculationPeriodFrequency,- CommodityCalculationPeriodsSchedule,- GenericFrequency,- GenericResetFrequency,- ResetFrequency
A type defining a time frequency, e.g. one day, three months. Used for
                 specifying payment or calculation frequencies at which the value T (Term) is applicable.
             
 
 
Java class for Frequency complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Frequency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="periodMultiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="period" type="{http://www.fpml.org/FpML-5/confirmation}PeriodExtendedEnum"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the period property.Gets the value of the periodMultiplier property.voidSets the value of the id property.voidSets the value of the period property.voidsetPeriodMultiplier(BigInteger value)Sets the value of the periodMultiplier property.
- 
Field Details- 
periodMultiplier
- 
period
- 
id
 
- 
- 
Constructor Details- 
Frequencypublic Frequency()
 
- 
- 
Method Details- 
getPeriodMultiplierGets the value of the periodMultiplier property.- Returns:
- possible object is
     BigInteger
 
- 
setPeriodMultiplierSets the value of the periodMultiplier property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getPeriodGets the value of the period property.- Returns:
- possible object is
     String
 
- 
setPeriodSets the value of the period property.- Parameters:
- value- allowed object is- String
 
- 
getIdGets the value of the id property.- Returns:
- possible object is
     String
 
- 
setIdSets the value of the id property.- Parameters:
- value- allowed object is- String
 
 
-