Class ConsentGranted

java.lang.Object

public class ConsentGranted extends ResponseMessage
A message indicating that the sender grants consent for the recipient to perform the requested action.

Java class for ConsentGranted complex type.

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

 <complexType name="ConsentGranted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage">
       <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"/>
         <element name="approvalId" type="{http://www.fpml.org/FpML-5/confirmation}ApprovalId" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PortfolioReferenceBase.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EventsOrInfo.model" minOccurs="0"/>
         <element name="creditLimitInformation" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimitInformation" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>