Class CreditEventNoticeDocument

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

public class CreditEventNoticeDocument extends Object
An event type that records the occurrence of a credit event notice.

Java class for CreditEventNoticeDocument complex type.

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

 <complexType name="CreditEventNoticeDocument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="affectedTransactions" type="{http://www.fpml.org/FpML-5/confirmation}AffectedTransactions" minOccurs="0"/>
         <element name="referenceEntity" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}creditEvent"/>
         <element name="publiclyAvailableInformation" type="{http://www.fpml.org/FpML-5/confirmation}Resource" maxOccurs="unbounded" minOccurs="0"/>
         <element name="notifyingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="notifiedPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="creditEventNoticeDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="creditEventDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditEventNoticeDocument

      public CreditEventNoticeDocument()
  • Method Details

    • getAffectedTransactions

      public AffectedTransactions getAffectedTransactions()
      Gets the value of the affectedTransactions property.
      Returns:
      possible object is AffectedTransactions
    • setAffectedTransactions

      public void setAffectedTransactions(AffectedTransactions value)
      Sets the value of the affectedTransactions property.
      Parameters:
      value - allowed object is AffectedTransactions
    • getReferenceEntity

      public LegalEntity getReferenceEntity()
      Gets the value of the referenceEntity property.
      Returns:
      possible object is LegalEntity
    • setReferenceEntity

      public void setReferenceEntity(LegalEntity value)
      Sets the value of the referenceEntity property.
      Parameters:
      value - allowed object is LegalEntity
    • getCreditEvent

      public jakarta.xml.bind.JAXBElement<? extends CreditEvent> getCreditEvent()
      Gets the value of the creditEvent property.
      Returns:
      possible object is JAXBElement<ObligationDefaultEvent> JAXBElement<RepudiationMoratoriumEvent> JAXBElement<FailureToPayEvent> JAXBElement<RestructuringEvent> JAXBElement<BankruptcyEvent> JAXBElement<ObligationAccelerationEvent> JAXBElement<CreditEvent>
    • setCreditEvent

      public void setCreditEvent(jakarta.xml.bind.JAXBElement<? extends CreditEvent> value)
      Sets the value of the creditEvent property.
      Parameters:
      value - allowed object is JAXBElement<ObligationDefaultEvent> JAXBElement<RepudiationMoratoriumEvent> JAXBElement<FailureToPayEvent> JAXBElement<RestructuringEvent> JAXBElement<BankruptcyEvent> JAXBElement<ObligationAccelerationEvent> JAXBElement<CreditEvent>
    • getPubliclyAvailableInformation

      public List<Resource> getPubliclyAvailableInformation()
      Gets the value of the publiclyAvailableInformation 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 publiclyAvailableInformation property.

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

          getPubliclyAvailableInformation().add(newItem);
       

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

    • getNotifyingPartyReference

      public PartyReference getNotifyingPartyReference()
      Gets the value of the notifyingPartyReference property.
      Returns:
      possible object is PartyReference
    • setNotifyingPartyReference

      public void setNotifyingPartyReference(PartyReference value)
      Sets the value of the notifyingPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getNotifiedPartyReference

      public PartyReference getNotifiedPartyReference()
      Gets the value of the notifiedPartyReference property.
      Returns:
      possible object is PartyReference
    • setNotifiedPartyReference

      public void setNotifiedPartyReference(PartyReference value)
      Sets the value of the notifiedPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getCreditEventNoticeDate

      public XMLGregorianCalendar getCreditEventNoticeDate()
      Gets the value of the creditEventNoticeDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreditEventNoticeDate

      public void setCreditEventNoticeDate(XMLGregorianCalendar value)
      Sets the value of the creditEventNoticeDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCreditEventDate

      public XMLGregorianCalendar getCreditEventDate()
      Gets the value of the creditEventDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreditEventDate

      public void setCreditEventDate(XMLGregorianCalendar value)
      Sets the value of the creditEventDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar