Class CreditEventNotification


public class CreditEventNotification extends CorrectableRequestMessage
A message type defining the ISDA defined Credit Event Notice. ISDA defines it as an irrevocable notice from a Notifying Party to the other party that describes a Credit Event that occurred. A Credit Event Notice must contain detail of the facts relevant to the determination that a Credit Event has occurred.

Java class for CreditEventNotification complex type.

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

 <complexType name="CreditEventNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="creditEventNotice" type="{http://www.fpml.org/FpML-5/confirmation}CreditEventNoticeDocument"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditEventNotification

      public CreditEventNotification()
  • Method Details

    • getCreditEventNotice

      public CreditEventNoticeDocument getCreditEventNotice()
      Gets the value of the creditEventNotice property.
      Returns:
      possible object is CreditEventNoticeDocument
    • setCreditEventNotice

      public void setCreditEventNotice(CreditEventNoticeDocument value)
      Sets the value of the creditEventNotice property.
      Parameters:
      value - allowed object is CreditEventNoticeDocument
    • getParty

      public List<Party> getParty()
      Gets the value of the party 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 party property.

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

          getParty().add(newItem);
       

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