Class BusinessUnit

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

public class BusinessUnit extends Object
A type that represents information about a unit within an organization.

Java class for BusinessUnit complex type.

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

 <complexType name="BusinessUnit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="businessUnitId" type="{http://www.fpml.org/FpML-5/confirmation}Unit" minOccurs="0"/>
         <element name="contactInfo" type="{http://www.fpml.org/FpML-5/confirmation}ContactInformation" minOccurs="0"/>
         <element name="country" type="{http://www.fpml.org/FpML-5/confirmation}CountryCode" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>