Class Velocity
java.lang.Object
net.finmath.smartcontract.product.xml.Velocity
Java class for Velocity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Velocity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="periodMultiplier" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="period" type="{http://www.fpml.org/FpML-5/confirmation}PeriodTimeEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the period property.Gets the value of the periodMultiplier property.voidSets the value of the period property.voidsetPeriodMultiplier(BigInteger value)Sets the value of the periodMultiplier property.
-
Field Details
-
periodMultiplier
-
period
-
-
Constructor Details
-
Velocity
public Velocity()
-
-
Method Details
-
getPeriodMultiplier
Gets the value of the periodMultiplier property.- Returns:
- possible object is
BigInteger
-
setPeriodMultiplier
Sets the value of the periodMultiplier property.- Parameters:
value- allowed object isBigInteger
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
String
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isString
-