Class DeliveryNearby
java.lang.Object
net.finmath.smartcontract.product.xml.DeliveryNearby
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 Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected DeliveryNearbyTypeEnum
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deliveryNearbyMultiplier property.Gets the value of the deliveryNearbyType property.getId()
Gets the value of the id property.void
Sets the value of the deliveryNearbyMultiplier property.void
Sets the value of the deliveryNearbyType property.void
Sets the value of the id property.
-
Field Details
-
deliveryNearbyMultiplier
-
deliveryNearbyType
-
id
-
-
Constructor Details
-
DeliveryNearby
public DeliveryNearby()
-
-
Method Details
-
getDeliveryNearbyMultiplier
Gets the value of the deliveryNearbyMultiplier property.- Returns:
- possible object is
BigInteger
-
setDeliveryNearbyMultiplier
Sets the value of the deliveryNearbyMultiplier property.- Parameters:
value
- allowed object isBigInteger
-
getDeliveryNearbyType
Gets the value of the deliveryNearbyType property.- Returns:
- possible object is
DeliveryNearbyTypeEnum
-
setDeliveryNearbyType
Sets the value of the deliveryNearbyType property.- Parameters:
value
- allowed object isDeliveryNearbyTypeEnum
-
getId
-
setId
-