Class PhysicalSettlementPeriod
java.lang.Object
net.finmath.smartcontract.product.xml.PhysicalSettlementPeriod
Java class for PhysicalSettlementPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalSettlementPeriod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="businessDaysNotSpecified" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="businessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <element name="maximumBusinessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessDays property.Gets the value of the maximumBusinessDays property.Gets the value of the businessDaysNotSpecified property.void
setBusinessDays
(BigInteger value) Sets the value of the businessDays property.void
Sets the value of the businessDaysNotSpecified property.void
setMaximumBusinessDays
(BigInteger value) Sets the value of the maximumBusinessDays property.
-
Field Details
-
businessDaysNotSpecified
-
businessDays
-
maximumBusinessDays
-
-
Constructor Details
-
PhysicalSettlementPeriod
public PhysicalSettlementPeriod()
-
-
Method Details
-
isBusinessDaysNotSpecified
-
setBusinessDaysNotSpecified
-
getBusinessDays
Gets the value of the businessDays property.- Returns:
- possible object is
BigInteger
-
setBusinessDays
Sets the value of the businessDays property.- Parameters:
value
- allowed object isBigInteger
-
getMaximumBusinessDays
Gets the value of the maximumBusinessDays property.- Returns:
- possible object is
BigInteger
-
setMaximumBusinessDays
Sets the value of the maximumBusinessDays property.- Parameters:
value
- allowed object isBigInteger
-