Class PhysicalSettlementPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.PhysicalSettlementPeriod

public class PhysicalSettlementPeriod extends Object

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 Details

    • businessDaysNotSpecified

      protected Boolean businessDaysNotSpecified
    • businessDays

      protected BigInteger businessDays
    • maximumBusinessDays

      protected BigInteger maximumBusinessDays
  • Constructor Details

    • PhysicalSettlementPeriod

      public PhysicalSettlementPeriod()
  • Method Details

    • isBusinessDaysNotSpecified

      public Boolean isBusinessDaysNotSpecified()
      Gets the value of the businessDaysNotSpecified property.
      Returns:
      possible object is Boolean
    • setBusinessDaysNotSpecified

      public void setBusinessDaysNotSpecified(Boolean value)
      Sets the value of the businessDaysNotSpecified property.
      Parameters:
      value - allowed object is Boolean
    • getBusinessDays

      public BigInteger getBusinessDays()
      Gets the value of the businessDays property.
      Returns:
      possible object is BigInteger
    • setBusinessDays

      public void setBusinessDays(BigInteger value)
      Sets the value of the businessDays property.
      Parameters:
      value - allowed object is BigInteger
    • getMaximumBusinessDays

      public BigInteger getMaximumBusinessDays()
      Gets the value of the maximumBusinessDays property.
      Returns:
      possible object is BigInteger
    • setMaximumBusinessDays

      public void setMaximumBusinessDays(BigInteger value)
      Sets the value of the maximumBusinessDays property.
      Parameters:
      value - allowed object is BigInteger