Class PackageSummary

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

public class PackageSummary extends Object
Summary information about a trade package.

Java class for PackageSummary complex type.

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

 <complexType name="PackageSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="packageIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}IssuerTradeId" minOccurs="0"/>
         <element name="orderIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}OrderIdentifier" minOccurs="0"/>
         <element name="packageType" type="{http://www.fpml.org/FpML-5/confirmation}PackageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="size" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
         <element name="sequenceNumber" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>