Class RolloverNotificationRetracted

java.lang.Object

public class RolloverNotificationRetracted extends NonCorrectableRequestMessage
A loan servicing retraction designed to cancel a previous rollover transaction.

Java class for RolloverNotificationRetracted complex type.

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

 <complexType name="RolloverNotificationRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <sequence>
           <element name="businessEventGroupId" type="{http://www.fpml.org/FpML-5/confirmation}BusinessEventGroupIdentifier"/>
           <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party"/>
         </sequence>
         <sequence>
           <sequence>
             <element name="maturingContracts">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="currentContracts">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="contract" type="{http://www.fpml.org/FpML-5/confirmation}LoanContract" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="baseRateSet" type="{http://www.fpml.org/FpML-5/confirmation}LoanContractBaseRateSet"/>
             <element name="borrowing" type="{http://www.fpml.org/FpML-5/confirmation}Borrowing"/>
             <element name="commitmentAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}CommitmentAdjustment"/>
             <element name="interestCapitalization" type="{http://www.fpml.org/FpML-5/confirmation}InterestCapitalization"/>
             <element name="interestPayment" type="{http://www.fpml.org/FpML-5/confirmation}InterestPayment"/>
             <element name="repayment" type="{http://www.fpml.org/FpML-5/confirmation}Repayment"/>
           </choice>
           <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>
       </sequence>
     </extension>
   </complexContent>
 </complexType>