Class Approvals

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

public class Approvals extends Object

Java class for Approvals complex type.

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

 <complexType name="Approvals">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="approval" type="{http://www.fpml.org/FpML-5/confirmation}Approval" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>