Class AbsoluteTolerance

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

public class AbsoluteTolerance extends Object
The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a number of units of that product.

Java class for AbsoluteTolerance complex type.

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

 <complexType name="AbsoluteTolerance">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="positive" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="negative" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="unit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit"/>
         <element name="optionOwnerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AbsoluteTolerance

      public AbsoluteTolerance()
  • Method Details

    • getPositive

      public BigDecimal getPositive()
      Gets the value of the positive property.
      Returns:
      possible object is BigDecimal
    • setPositive

      public void setPositive(BigDecimal value)
      Sets the value of the positive property.
      Parameters:
      value - allowed object is BigDecimal
    • getNegative

      public BigDecimal getNegative()
      Gets the value of the negative property.
      Returns:
      possible object is BigDecimal
    • setNegative

      public void setNegative(BigDecimal value)
      Sets the value of the negative property.
      Parameters:
      value - allowed object is BigDecimal
    • getUnit

      public QuantityUnit getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is QuantityUnit
    • setUnit

      public void setUnit(QuantityUnit value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is QuantityUnit
    • getOptionOwnerPartyReference

      public PartyReference getOptionOwnerPartyReference()
      Gets the value of the optionOwnerPartyReference property.
      Returns:
      possible object is PartyReference
    • setOptionOwnerPartyReference

      public void setOptionOwnerPartyReference(PartyReference value)
      Sets the value of the optionOwnerPartyReference property.
      Parameters:
      value - allowed object is PartyReference