Class ResourceLength

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

public class ResourceLength extends Object
The type that indicates the length of the resource.

Java class for ResourceLength complex type.

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

 <complexType name="ResourceLength">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lengthUnit" type="{http://www.fpml.org/FpML-5/confirmation}LengthUnitEnum"/>
         <element name="lengthValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResourceLength

      public ResourceLength()
  • Method Details

    • getLengthUnit

      public LengthUnitEnum getLengthUnit()
      Gets the value of the lengthUnit property.
      Returns:
      possible object is LengthUnitEnum
    • setLengthUnit

      public void setLengthUnit(LengthUnitEnum value)
      Sets the value of the lengthUnit property.
      Parameters:
      value - allowed object is LengthUnitEnum
    • getLengthValue

      public BigDecimal getLengthValue()
      Gets the value of the lengthValue property.
      Returns:
      possible object is BigDecimal
    • setLengthValue

      public void setLengthValue(BigDecimal value)
      Sets the value of the lengthValue property.
      Parameters:
      value - allowed object is BigDecimal