Class CommodityNotionalQuantity

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityNotionalQuantity
Direct Known Subclasses:
CommoditySettlementPeriodsNotionalQuantity, ElectricityPhysicalDeliveryQuantity

public class CommodityNotionalQuantity extends Object
Commodity Notional.

Java class for CommodityNotionalQuantity complex type.

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

 <complexType name="CommodityNotionalQuantity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quantityUnit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit"/>
         <element name="quantityFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CommodityQuantityFrequency"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityNotionalQuantity

      public CommodityNotionalQuantity()
  • Method Details

    • getQuantityUnit

      public QuantityUnit getQuantityUnit()
      Gets the value of the quantityUnit property.
      Returns:
      possible object is QuantityUnit
    • setQuantityUnit

      public void setQuantityUnit(QuantityUnit value)
      Sets the value of the quantityUnit property.
      Parameters:
      value - allowed object is QuantityUnit
    • getQuantityFrequency

      public CommodityQuantityFrequency getQuantityFrequency()
      Gets the value of the quantityFrequency property.
      Returns:
      possible object is CommodityQuantityFrequency
    • setQuantityFrequency

      public void setQuantityFrequency(CommodityQuantityFrequency value)
      Sets the value of the quantityFrequency property.
      Parameters:
      value - allowed object is CommodityQuantityFrequency
    • getQuantity

      public BigDecimal getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is BigDecimal
    • setQuantity

      public void setQuantity(BigDecimal value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is BigDecimal
    • 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