Class TradePackage

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

public class TradePackage extends Object
A bundle of trades collected together into a single unit for reporting.

Java class for TradePackage complex type.

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

 <complexType name="TradePackage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="packageHeader" type="{http://www.fpml.org/FpML-5/confirmation}PackageHeader" minOccurs="0"/>
         <choice>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" maxOccurs="unbounded"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeReferenceInformation.model" maxOccurs="unbounded"/>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
         </choice>
         <element name="approvals" type="{http://www.fpml.org/FpML-5/confirmation}Approvals" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradePackage

      public TradePackage()
  • Method Details

    • getPackageHeader

      public PackageHeader getPackageHeader()
      Gets the value of the packageHeader property.
      Returns:
      possible object is PackageHeader
    • setPackageHeader

      public void setPackageHeader(PackageHeader value)
      Sets the value of the packageHeader property.
      Parameters:
      value - allowed object is PackageHeader
    • getTrade

      public List<Trade> getTrade()
      Gets the value of the trade property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the trade property.

      For example, to add a new item, do as follows:

          getTrade().add(newItem);
       

      Objects of the following type(s) are allowed in the list Trade

    • getTradeReferenceInformationModel

      public List<TradeReferenceInformation> getTradeReferenceInformationModel()
      Gets the value of the tradeReferenceInformationModel property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the tradeReferenceInformationModel property.

      For example, to add a new item, do as follows:

          getTradeReferenceInformationModel().add(newItem);
       

      Objects of the following type(s) are allowed in the list TradeReferenceInformation

    • getTradeIdentifier

      public List<TradeIdentifier> getTradeIdentifier()
      Gets the value of the tradeIdentifier property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the tradeIdentifier property.

      For example, to add a new item, do as follows:

          getTradeIdentifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list TradeIdentifier

    • getApprovals

      public Approvals getApprovals()
      Gets the value of the approvals property.
      Returns:
      possible object is Approvals
    • setApprovals

      public void setApprovals(Approvals value)
      Sets the value of the approvals property.
      Parameters:
      value - allowed object is Approvals