Class DeliveryNearby

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

public class DeliveryNearby extends Object
A type defines nearest Delivery Date of the underlying Commodity of expiration of the futures contract.

Java class for DeliveryNearby complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DeliveryNearby">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deliveryNearbyMultiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="deliveryNearbyType" type="{http://www.fpml.org/FpML-5/confirmation}DeliveryNearbyTypeEnum"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DeliveryNearby

      public DeliveryNearby()
  • Method Details

    • getDeliveryNearbyMultiplier

      public BigInteger getDeliveryNearbyMultiplier()
      Gets the value of the deliveryNearbyMultiplier property.
      Returns:
      possible object is BigInteger
    • setDeliveryNearbyMultiplier

      public void setDeliveryNearbyMultiplier(BigInteger value)
      Sets the value of the deliveryNearbyMultiplier property.
      Parameters:
      value - allowed object is BigInteger
    • getDeliveryNearbyType

      public DeliveryNearbyTypeEnum getDeliveryNearbyType()
      Gets the value of the deliveryNearbyType property.
      Returns:
      possible object is DeliveryNearbyTypeEnum
    • setDeliveryNearbyType

      public void setDeliveryNearbyType(DeliveryNearbyTypeEnum value)
      Sets the value of the deliveryNearbyType property.
      Parameters:
      value - allowed object is DeliveryNearbyTypeEnum
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String