Class Clearing

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

public class Clearing extends Object
A structure describing a trade registration event that is part of a clearing process.

Java class for Clearing complex type.

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

 <complexType name="Clearing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="submitted" type="{http://www.fpml.org/FpML-5/confirmation}TradeWrapper"/>
         <element name="cleared" type="{http://www.fpml.org/FpML-5/confirmation}TradeWrapper" maxOccurs="2" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Clearing

      public Clearing()
  • Method Details

    • getSubmitted

      public TradeWrapper getSubmitted()
      Gets the value of the submitted property.
      Returns:
      possible object is TradeWrapper
    • setSubmitted

      public void setSubmitted(TradeWrapper value)
      Sets the value of the submitted property.
      Parameters:
      value - allowed object is TradeWrapper
    • getCleared

      public List<TradeWrapper> getCleared()
      Gets the value of the cleared 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 cleared property.

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

          getCleared().add(newItem);
       

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