Class CreditEventNotificationRetracted

java.lang.Object

public class CreditEventNotificationRetracted extends NonCorrectableRequestMessage
A message type retracting a previous credit event notification.

Java class for CreditEventNotificationRetracted complex type.

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

 <complexType name="CreditEventNotificationRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <element name="creditEventNotice" type="{http://www.fpml.org/FpML-5/confirmation}CreditEventNoticeDocument" minOccurs="0"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>