Class Beneficiary

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

public class Beneficiary extends Object
A type defining the beneficiary of the funds.

Java class for Beneficiary complex type.

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

 <complexType name="Beneficiary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingIdentification.model"/>
         <element name="beneficiaryPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>