Class ClearingStatusItem

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

public class ClearingStatusItem extends Object
A component of a clearing status report. This provides the clearing status for a single trade.

Java class for ClearingStatusItem complex type.

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

 <complexType name="ClearingStatusItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeReferenceInformation.model"/>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
           <element name="tradePackage" type="{http://www.fpml.org/FpML-5/confirmation}TradePackage"/>
         </choice>
         <element name="clearingStatusValue" type="{http://www.fpml.org/FpML-5/confirmation}ClearingStatusValue"/>
         <element name="updatedDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}Reason" maxOccurs="unbounded" minOccurs="0"/>
         <element name="statusAppliesTo" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ClearingStatusItem

      public ClearingStatusItem()
  • Method Details

    • getTradeIdentifier

      public List<TradeIdentifier> 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 TradeIdentifier

    • getTradeReferenceInformation

      public TradeReferenceInformation getTradeReferenceInformation()
      Gets the value of the tradeReferenceInformation property.
      Returns:
      possible object is TradeReferenceInformation
    • setTradeReferenceInformation

      public void setTradeReferenceInformation(TradeReferenceInformation value)
      Sets the value of the tradeReferenceInformation property.
      Parameters:
      value - allowed object is TradeReferenceInformation
    • getTrade

      public Trade getTrade()
      Gets the value of the trade property.
      Returns:
      possible object is Trade
    • setTrade

      public void setTrade(Trade value)
      Sets the value of the trade property.
      Parameters:
      value - allowed object is Trade
    • getTradePackage

      public TradePackage getTradePackage()
      Gets the value of the tradePackage property.
      Returns:
      possible object is TradePackage
    • setTradePackage

      public void setTradePackage(TradePackage value)
      Sets the value of the tradePackage property.
      Parameters:
      value - allowed object is TradePackage
    • getClearingStatusValue

      public ClearingStatusValue getClearingStatusValue()
      Gets the value of the clearingStatusValue property.
      Returns:
      possible object is ClearingStatusValue
    • setClearingStatusValue

      public void setClearingStatusValue(ClearingStatusValue value)
      Sets the value of the clearingStatusValue property.
      Parameters:
      value - allowed object is ClearingStatusValue
    • getUpdatedDateTime

      public XMLGregorianCalendar getUpdatedDateTime()
      Gets the value of the updatedDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUpdatedDateTime

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

      public List<Reason> getReason()
      Gets the value of the reason 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 reason property.

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

          getReason().add(newItem);
       

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

    • getStatusAppliesTo

      public List<PartyReference> getStatusAppliesTo()
      Gets the value of the statusAppliesTo 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 statusAppliesTo property.

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

          getStatusAppliesTo().add(newItem);
       

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