Class IssuerId

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

public class IssuerId extends Object
The data type used for issuer identifiers.

Java class for IssuerId complex type.

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

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