Class PackageInformation

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

public class PackageInformation extends Object
A type defining additional information that may be recorded against a package of trades.

Java class for PackageInformation complex type.

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

 <complexType name="PackageInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relatedParty" type="{http://www.fpml.org/FpML-5/confirmation}RelatedParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="category" type="{http://www.fpml.org/FpML-5/confirmation}TradeCategory" maxOccurs="unbounded" minOccurs="0"/>
         <element name="executionDateTime" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionDateTime" minOccurs="0"/>
         <element name="timestamps" type="{http://www.fpml.org/FpML-5/confirmation}TradeProcessingTimestamps" minOccurs="0"/>
         <element name="intentToAllocate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allocationStatus" type="{http://www.fpml.org/FpML-5/confirmation}AllocationReportingStatus" minOccurs="0"/>
         <element name="intentToClear" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="clearingStatus" type="{http://www.fpml.org/FpML-5/confirmation}ClearingStatusValue" minOccurs="0"/>
         <element name="executionVenueType" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionVenueType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PackageInformation

      public PackageInformation()
  • Method Details

    • getRelatedParty

      public List<RelatedParty> getRelatedParty()
      Gets the value of the relatedParty 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 relatedParty property.

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

          getRelatedParty().add(newItem);
       

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

    • getCategory

      public List<TradeCategory> getCategory()
      Gets the value of the category 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 category property.

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

          getCategory().add(newItem);
       

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

    • getExecutionDateTime

      public ExecutionDateTime getExecutionDateTime()
      Gets the value of the executionDateTime property.
      Returns:
      possible object is ExecutionDateTime
    • setExecutionDateTime

      public void setExecutionDateTime(ExecutionDateTime value)
      Sets the value of the executionDateTime property.
      Parameters:
      value - allowed object is ExecutionDateTime
    • getTimestamps

      public TradeProcessingTimestamps getTimestamps()
      Gets the value of the timestamps property.
      Returns:
      possible object is TradeProcessingTimestamps
    • setTimestamps

      public void setTimestamps(TradeProcessingTimestamps value)
      Sets the value of the timestamps property.
      Parameters:
      value - allowed object is TradeProcessingTimestamps
    • isIntentToAllocate

      public Boolean isIntentToAllocate()
      Gets the value of the intentToAllocate property.
      Returns:
      possible object is Boolean
    • setIntentToAllocate

      public void setIntentToAllocate(Boolean value)
      Sets the value of the intentToAllocate property.
      Parameters:
      value - allowed object is Boolean
    • getAllocationStatus

      public AllocationReportingStatus getAllocationStatus()
      Gets the value of the allocationStatus property.
      Returns:
      possible object is AllocationReportingStatus
    • setAllocationStatus

      public void setAllocationStatus(AllocationReportingStatus value)
      Sets the value of the allocationStatus property.
      Parameters:
      value - allowed object is AllocationReportingStatus
    • isIntentToClear

      public Boolean isIntentToClear()
      Gets the value of the intentToClear property.
      Returns:
      possible object is Boolean
    • setIntentToClear

      public void setIntentToClear(Boolean value)
      Sets the value of the intentToClear property.
      Parameters:
      value - allowed object is Boolean
    • getClearingStatus

      public ClearingStatusValue getClearingStatus()
      Gets the value of the clearingStatus property.
      Returns:
      possible object is ClearingStatusValue
    • setClearingStatus

      public void setClearingStatus(ClearingStatusValue value)
      Sets the value of the clearingStatus property.
      Parameters:
      value - allowed object is ClearingStatusValue
    • getExecutionVenueType

      public ExecutionVenueType getExecutionVenueType()
      Gets the value of the executionVenueType property.
      Returns:
      possible object is ExecutionVenueType
    • setExecutionVenueType

      public void setExecutionVenueType(ExecutionVenueType value)
      Sets the value of the executionVenueType property.
      Parameters:
      value - allowed object is ExecutionVenueType