Class RequestConsent

java.lang.Object

public class RequestConsent extends CorrectableRequestMessage
A message requesting that the sender be authorized by the recipient to peform an action.

Java class for RequestConsent complex type.

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

 <complexType name="RequestConsent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="requestedAction" type="{http://www.fpml.org/FpML-5/confirmation}RequestedAction" minOccurs="0"/>
         <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"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PortfolioReference.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Compression.model" minOccurs="0"/>
         <choice>
           <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}EventValuation.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>