Class PackageHeader

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

public class PackageHeader extends Object
Identifying information for a tradePackage (a bundle of trades).

Java class for PackageHeader complex type.

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

 <complexType name="PackageHeader">
   <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="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent" minOccurs="0"/>
         <element name="packageInformation" type="{http://www.fpml.org/FpML-5/confirmation}PackageInformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>