Class UnitQuantity

java.lang.Object
net.finmath.smartcontract.product.xml.UnitQuantity
Direct Known Subclasses:
UnitQuantityRef

public class UnitQuantity extends Object
A quantity and associated unit.

Java class for UnitQuantity complex type.

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

 <complexType name="UnitQuantity">
   <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="quantity" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UnitQuantity

      public UnitQuantity()
  • 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
    • 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