Class RequestConsentRetracted

java.lang.Object

public class RequestConsentRetracted extends NonCorrectableRequestMessage
A message withdrawing a request that the sender be authorized by the recipient to peform an action.

Java class for RequestConsentRetracted complex type.

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

 <complexType name="RequestConsentRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}ApprovalType" minOccurs="0"/>
         <element name="approver" type="{http://www.fpml.org/FpML-5/confirmation}PersonId" minOccurs="0"/>
         <element name="approvingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <choice minOccurs="0">
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingAndPostTradeEvents.model"/>
           <element name="deClear" type="{http://www.fpml.org/FpML-5/confirmation}DeClear"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>