Class MetalDelivery
java.lang.Object
net.finmath.smartcontract.product.xml.MetalDelivery
The physical delivery conditions for the transaction.
Java class for MetalDelivery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetalDelivery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deliveryLocation" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint"/>
<element name="risk" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryRisk" minOccurs="0"/>
<element name="totalQuantityTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="periodQuantityTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="title" type="{http://www.fpml.org/FpML-5/confirmation}MetalTitleEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommodityDeliveryPointprotected BigDecimalprotected CommodityDeliveryRiskprotected MetalTitleEnumprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deliveryLocation property.Gets the value of the periodQuantityTolerance property.getRisk()Gets the value of the risk property.getTitle()Gets the value of the title property.Gets the value of the totalQuantityTolerance property.voidSets the value of the deliveryLocation property.voidSets the value of the periodQuantityTolerance property.voidsetRisk(CommodityDeliveryRisk value) Sets the value of the risk property.voidsetTitle(MetalTitleEnum value) Sets the value of the title property.voidSets the value of the totalQuantityTolerance property.
-
Field Details
-
deliveryLocation
-
risk
-
totalQuantityTolerance
-
periodQuantityTolerance
-
title
-
-
Constructor Details
-
MetalDelivery
public MetalDelivery()
-
-
Method Details
-
getDeliveryLocation
Gets the value of the deliveryLocation property.- Returns:
- possible object is
CommodityDeliveryPoint
-
setDeliveryLocation
Sets the value of the deliveryLocation property.- Parameters:
value- allowed object isCommodityDeliveryPoint
-
getRisk
Gets the value of the risk property.- Returns:
- possible object is
CommodityDeliveryRisk
-
setRisk
Sets the value of the risk property.- Parameters:
value- allowed object isCommodityDeliveryRisk
-
getTotalQuantityTolerance
Gets the value of the totalQuantityTolerance property.- Returns:
- possible object is
BigDecimal
-
setTotalQuantityTolerance
Sets the value of the totalQuantityTolerance property.- Parameters:
value- allowed object isBigDecimal
-
getPeriodQuantityTolerance
Gets the value of the periodQuantityTolerance property.- Returns:
- possible object is
BigDecimal
-
setPeriodQuantityTolerance
Sets the value of the periodQuantityTolerance property.- Parameters:
value- allowed object isBigDecimal
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
MetalTitleEnum
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isMetalTitleEnum
-