Class LegalEntity

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

public class LegalEntity extends Object
A type defining a legal entity.

Java class for LegalEntity complex type.

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

 <complexType name="LegalEntity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="entityName" type="{http://www.fpml.org/FpML-5/confirmation}EntityName"/>
           <element name="entityId" type="{http://www.fpml.org/FpML-5/confirmation}EntityId" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <element name="entityId" type="{http://www.fpml.org/FpML-5/confirmation}EntityId" maxOccurs="unbounded"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>