Class ProposedCollateralAllocation

java.lang.Object
net.finmath.smartcontract.product.xml.ProposedCollateralAllocation

public class ProposedCollateralAllocation extends Object
The proposed collateral allocation.

Java class for ProposedCollateralAllocation complex type.

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

 <complexType name="ProposedCollateralAllocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CollateralPartyAndAccountReferences.model"/>
         <choice maxOccurs="unbounded">
           <element name="collateralValueAllocation" type="{http://www.fpml.org/FpML-5/confirmation}CollateralValueAllocation"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ProposedCollateralAllocation

      public ProposedCollateralAllocation()
  • Method Details

    • getAllocationPartyReference

      public PartyReference getAllocationPartyReference()
      Gets the value of the allocationPartyReference property.
      Returns:
      possible object is PartyReference
    • setAllocationPartyReference

      public void setAllocationPartyReference(PartyReference value)
      Sets the value of the allocationPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getAllocationAccountReference

      public AccountReference getAllocationAccountReference()
      Gets the value of the allocationAccountReference property.
      Returns:
      possible object is AccountReference
    • setAllocationAccountReference

      public void setAllocationAccountReference(AccountReference value)
      Sets the value of the allocationAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getCollateralValueAllocation

      public List<CollateralValueAllocation> getCollateralValueAllocation()
      Gets the value of the collateralValueAllocation property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the collateralValueAllocation property.

      For example, to add a new item, do as follows:

          getCollateralValueAllocation().add(newItem);
       

      Objects of the following type(s) are allowed in the list CollateralValueAllocation