Class Postponement
java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionFallback
net.finmath.smartcontract.product.xml.Postponement
Describes a postponement
Java class for Postponement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Postponement"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallback"> <sequence> <element name="maximumNumberOfDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumNumberOfDays property.void
setMaximumNumberOfDays
(BigInteger value) Sets the value of the maximumNumberOfDays property.
-
Field Details
-
maximumNumberOfDays
-
-
Constructor Details
-
Postponement
public Postponement()
-
-
Method Details
-
getMaximumNumberOfDays
Gets the value of the maximumNumberOfDays property.- Returns:
- possible object is
BigInteger
-
setMaximumNumberOfDays
Sets the value of the maximumNumberOfDays property.- Parameters:
value
- allowed object isBigInteger
-