Class FacilityNotification

java.lang.Object

public class FacilityNotification extends AbstractFacilityNotification
A loan servicing notification which can be used to communicate any facility-level business event.

Java class for FacilityNotification complex type.

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

 <complexType name="FacilityNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractFacilityNotification">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}facilityEventGroup"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>