Class EntityName

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

public class EntityName extends Object
The name of the reference entity. A free format string. FpML does not define usage rules for this element.

Java class for EntityName complex type.

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

 <complexType name="EntityName">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme">
       <attribute name="entityNameScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/entity-name-RED-1-0" />
     </extension>
   </simpleContent>
 </complexType>