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>