Class LoanContractNotificationRetracted

java.lang.Object

public class LoanContractNotificationRetracted extends NonCorrectableRequestMessage
A loan servicing notification retraction used to communicate cancellation of various loan contract business events.

Java class for LoanContractNotificationRetracted complex type.

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

 <complexType name="LoanContractNotificationRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <choice>
         <sequence>
           <element name="eventIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}BusinessEventIdentifier"/>
           <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party"/>
         </sequence>
         <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>
       </choice>
     </extension>
   </complexContent>
 </complexType>