Class DeClear

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

public class DeClear extends Object
A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that is has been done.

Java class for DeClear complex type.

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

 <complexType name="DeClear">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}DeclearReason" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DeClear

      public DeClear()
  • Method Details

    • getTradeIdentifier

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

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

          getTradeIdentifier().add(newItem);
       

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

    • getEffectiveDate

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getReason

      public DeclearReason getReason()
      Gets the value of the reason property.
      Returns:
      possible object is DeclearReason
    • setReason

      public void setReason(DeclearReason value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is DeclearReason