Class CompressionActivity

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

public class CompressionActivity extends Object
A type that shows how multiple trades have been combined into a result.

Java class for CompressionActivity complex type.

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

 <complexType name="CompressionActivity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="compressionType" type="{http://www.fpml.org/FpML-5/confirmation}CompressionType" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="replacementTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" minOccurs="0"/>
             <element name="originatingTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="replacementTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId" minOccurs="0"/>
             <element name="originatingTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • compressionType

      protected CompressionType compressionType
    • replacementTradeIdentifier

      protected TradeIdentifier replacementTradeIdentifier
    • originatingTradeIdentifier

      protected List<TradeIdentifier> originatingTradeIdentifier
    • replacementTradeId

      protected TradeId replacementTradeId
    • originatingTradeId

      protected List<TradeId> originatingTradeId
  • Constructor Details

    • CompressionActivity

      public CompressionActivity()
  • Method Details

    • getCompressionType

      public CompressionType getCompressionType()
      Gets the value of the compressionType property.
      Returns:
      possible object is CompressionType
    • setCompressionType

      public void setCompressionType(CompressionType value)
      Sets the value of the compressionType property.
      Parameters:
      value - allowed object is CompressionType
    • getReplacementTradeIdentifier

      public TradeIdentifier getReplacementTradeIdentifier()
      Gets the value of the replacementTradeIdentifier property.
      Returns:
      possible object is TradeIdentifier
    • setReplacementTradeIdentifier

      public void setReplacementTradeIdentifier(TradeIdentifier value)
      Sets the value of the replacementTradeIdentifier property.
      Parameters:
      value - allowed object is TradeIdentifier
    • getOriginatingTradeIdentifier

      public List<TradeIdentifier> getOriginatingTradeIdentifier()
      Gets the value of the originatingTradeIdentifier 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 originatingTradeIdentifier property.

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

          getOriginatingTradeIdentifier().add(newItem);
       

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

    • getReplacementTradeId

      public TradeId getReplacementTradeId()
      Gets the value of the replacementTradeId property.
      Returns:
      possible object is TradeId
    • setReplacementTradeId

      public void setReplacementTradeId(TradeId value)
      Sets the value of the replacementTradeId property.
      Parameters:
      value - allowed object is TradeId
    • getOriginatingTradeId

      public List<TradeId> getOriginatingTradeId()
      Gets the value of the originatingTradeId 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 originatingTradeId property.

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

          getOriginatingTradeId().add(newItem);
       

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