Class OilDelivery
java.lang.Object
net.finmath.smartcontract.product.xml.OilDelivery
The physical delivery conditions for an oil product.
Java class for OilDelivery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OilDelivery"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="pipeline" type="{http://www.fpml.org/FpML-5/confirmation}OilPipelineDelivery"/> <element name="transfer" type="{http://www.fpml.org/FpML-5/confirmation}OilTransferDelivery"/> </choice> <element name="importerOfRecord" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> <choice minOccurs="0"> <element name="absoluteTolerance" type="{http://www.fpml.org/FpML-5/confirmation}AbsoluteTolerance"/> <element name="percentageTolerance" type="{http://www.fpml.org/FpML-5/confirmation}PercentageTolerance"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AbsoluteTolerance
protected PartyReference
protected PercentageTolerance
protected OilPipelineDelivery
protected OilTransferDelivery
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the absoluteTolerance property.Gets the value of the importerOfRecord property.Gets the value of the percentageTolerance property.Gets the value of the pipeline property.Gets the value of the transfer property.void
Sets the value of the absoluteTolerance property.void
Sets the value of the importerOfRecord property.void
Sets the value of the percentageTolerance property.void
setPipeline
(OilPipelineDelivery value) Sets the value of the pipeline property.void
setTransfer
(OilTransferDelivery value) Sets the value of the transfer property.
-
Field Details
-
pipeline
-
transfer
-
importerOfRecord
-
absoluteTolerance
-
percentageTolerance
-
-
Constructor Details
-
OilDelivery
public OilDelivery()
-
-
Method Details
-
getPipeline
Gets the value of the pipeline property.- Returns:
- possible object is
OilPipelineDelivery
-
setPipeline
Sets the value of the pipeline property.- Parameters:
value
- allowed object isOilPipelineDelivery
-
getTransfer
Gets the value of the transfer property.- Returns:
- possible object is
OilTransferDelivery
-
setTransfer
Sets the value of the transfer property.- Parameters:
value
- allowed object isOilTransferDelivery
-
getImporterOfRecord
Gets the value of the importerOfRecord property.- Returns:
- possible object is
PartyReference
-
setImporterOfRecord
Sets the value of the importerOfRecord property.- Parameters:
value
- allowed object isPartyReference
-
getAbsoluteTolerance
Gets the value of the absoluteTolerance property.- Returns:
- possible object is
AbsoluteTolerance
-
setAbsoluteTolerance
Sets the value of the absoluteTolerance property.- Parameters:
value
- allowed object isAbsoluteTolerance
-
getPercentageTolerance
Gets the value of the percentageTolerance property.- Returns:
- possible object is
PercentageTolerance
-
setPercentageTolerance
Sets the value of the percentageTolerance property.- Parameters:
value
- allowed object isPercentageTolerance
-