Class TradeHeader

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

public class TradeHeader extends Object
A type defining trade related information which is not product specific.

Java class for TradeHeader complex type.

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

 <complexType name="TradeHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tradeSummary" type="{http://www.fpml.org/FpML-5/confirmation}TradeSummary" minOccurs="0"/>
         <element name="productSummary" type="{http://www.fpml.org/FpML-5/confirmation}ProductSummary" minOccurs="0"/>
         <element name="originatingPackage" type="{http://www.fpml.org/FpML-5/confirmation}PackageSummary" minOccurs="0"/>
         <element name="tradeDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="clearedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradeHeader

      public TradeHeader()
  • Method Details

    • getPartyTradeIdentifier

      public List<PartyTradeIdentifier> getPartyTradeIdentifier()
      Gets the value of the partyTradeIdentifier 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 partyTradeIdentifier property.

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

          getPartyTradeIdentifier().add(newItem);
       

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

    • getPartyTradeInformation

      public List<PartyTradeInformation> getPartyTradeInformation()
      Gets the value of the partyTradeInformation 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 partyTradeInformation property.

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

          getPartyTradeInformation().add(newItem);
       

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

    • getTradeSummary

      public TradeSummary getTradeSummary()
      Gets the value of the tradeSummary property.
      Returns:
      possible object is TradeSummary
    • setTradeSummary

      public void setTradeSummary(TradeSummary value)
      Sets the value of the tradeSummary property.
      Parameters:
      value - allowed object is TradeSummary
    • getProductSummary

      public ProductSummary getProductSummary()
      Gets the value of the productSummary property.
      Returns:
      possible object is ProductSummary
    • setProductSummary

      public void setProductSummary(ProductSummary value)
      Sets the value of the productSummary property.
      Parameters:
      value - allowed object is ProductSummary
    • getOriginatingPackage

      public PackageSummary getOriginatingPackage()
      Gets the value of the originatingPackage property.
      Returns:
      possible object is PackageSummary
    • setOriginatingPackage

      public void setOriginatingPackage(PackageSummary value)
      Sets the value of the originatingPackage property.
      Parameters:
      value - allowed object is PackageSummary
    • getTradeDate

      public IdentifiedDate getTradeDate()
      Gets the value of the tradeDate property.
      Returns:
      possible object is IdentifiedDate
    • setTradeDate

      public void setTradeDate(IdentifiedDate value)
      Sets the value of the tradeDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getClearedDate

      public IdentifiedDate getClearedDate()
      Gets the value of the clearedDate property.
      Returns:
      possible object is IdentifiedDate
    • setClearedDate

      public void setClearedDate(IdentifiedDate value)
      Sets the value of the clearedDate property.
      Parameters:
      value - allowed object is IdentifiedDate