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>
 
  • Field Details

  • Constructor Details

    • PackageHeader

      public PackageHeader()
  • Method Details

    • getPackageIdentifier

      public IssuerTradeId getPackageIdentifier()
      Gets the value of the packageIdentifier property.
      Returns:
      possible object is IssuerTradeId
    • setPackageIdentifier

      public void setPackageIdentifier(IssuerTradeId value)
      Sets the value of the packageIdentifier property.
      Parameters:
      value - allowed object is IssuerTradeId
    • getOrderIdentifier

      public OrderIdentifier getOrderIdentifier()
      Gets the value of the orderIdentifier property.
      Returns:
      possible object is OrderIdentifier
    • setOrderIdentifier

      public void setOrderIdentifier(OrderIdentifier value)
      Sets the value of the orderIdentifier property.
      Parameters:
      value - allowed object is OrderIdentifier
    • getPackageType

      public List<PackageType> getPackageType()
      Gets the value of the packageType 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 packageType property.

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

          getPackageType().add(newItem);
       

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

    • getSize

      public BigDecimal getSize()
      Gets the value of the size property.
      Returns:
      possible object is BigDecimal
    • setSize

      public void setSize(BigDecimal value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is BigDecimal
    • getOriginatingEvent

      public OriginatingEvent getOriginatingEvent()
      Gets the value of the originatingEvent property.
      Returns:
      possible object is OriginatingEvent
    • setOriginatingEvent

      public void setOriginatingEvent(OriginatingEvent value)
      Sets the value of the originatingEvent property.
      Parameters:
      value - allowed object is OriginatingEvent
    • getPackageInformation

      public PackageInformation getPackageInformation()
      Gets the value of the packageInformation property.
      Returns:
      possible object is PackageInformation
    • setPackageInformation

      public void setPackageInformation(PackageInformation value)
      Sets the value of the packageInformation property.
      Parameters:
      value - allowed object is PackageInformation