Class LoanContractNotification

java.lang.Object

public class LoanContractNotification extends AbstractContractNotification
A loan servicing notification used to communicate various loan contract business events.

Java class for LoanContractNotification complex type.

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

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