Class CreditEventNotice

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

public class CreditEventNotice extends Object

Java class for CreditEventNotice complex type.

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

 <complexType name="CreditEventNotice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="notifyingParty" type="{http://www.fpml.org/FpML-5/confirmation}NotifyingParty"/>
         <element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter" minOccurs="0"/>
         <element name="publiclyAvailableInformation" type="{http://www.fpml.org/FpML-5/confirmation}PubliclyAvailableInformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditEventNotice

      public CreditEventNotice()
  • Method Details

    • getNotifyingParty

      public NotifyingParty getNotifyingParty()
      Gets the value of the notifyingParty property.
      Returns:
      possible object is NotifyingParty
    • setNotifyingParty

      public void setNotifyingParty(NotifyingParty value)
      Sets the value of the notifyingParty property.
      Parameters:
      value - allowed object is NotifyingParty
    • getBusinessCenter

      public BusinessCenter getBusinessCenter()
      Gets the value of the businessCenter property.
      Returns:
      possible object is BusinessCenter
    • setBusinessCenter

      public void setBusinessCenter(BusinessCenter value)
      Sets the value of the businessCenter property.
      Parameters:
      value - allowed object is BusinessCenter
    • getPubliclyAvailableInformation

      public PubliclyAvailableInformation getPubliclyAvailableInformation()
      Gets the value of the publiclyAvailableInformation property.
      Returns:
      possible object is PubliclyAvailableInformation
    • setPubliclyAvailableInformation

      public void setPubliclyAvailableInformation(PubliclyAvailableInformation value)
      Sets the value of the publiclyAvailableInformation property.
      Parameters:
      value - allowed object is PubliclyAvailableInformation