Class RequestCollateralAllocation

java.lang.Object

public class RequestCollateralAllocation extends CorrectableRequestMessage

Java class for RequestCollateralAllocation complex type.

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

 <complexType name="RequestCollateralAllocation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="serviceName" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/>
         <element name="requestedAction" type="{http://www.fpml.org/FpML-5/confirmation}RequestedCollateralAllocationAction" minOccurs="0"/>
         <element name="collateralGiverPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="collateralAllocation" type="{http://www.fpml.org/FpML-5/confirmation}ProposedCollateralAllocation" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>