Class ResourceId

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

public class ResourceId extends Object
The data type used for resource identifiers.

Java class for ResourceId complex type.

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

 <complexType name="ResourceId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NonEmptyScheme">
       <attribute name="resourceIdScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
     </extension>
   </simpleContent>
 </complexType>