Class ProposedCollateralAllocation
java.lang.Object
net.finmath.smartcontract.product.xml.ProposedCollateralAllocation
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 Summary
Modifier and TypeFieldDescriptionprotected AccountReference
protected PartyReference
protected List
<CollateralValueAllocation> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationAccountReference property.Gets the value of the allocationPartyReference property.Gets the value of the collateralValueAllocation property.void
Sets the value of the allocationAccountReference property.void
Sets the value of the allocationPartyReference property.
-
Field Details
-
allocationPartyReference
-
allocationAccountReference
-
collateralValueAllocation
-
-
Constructor Details
-
ProposedCollateralAllocation
public ProposedCollateralAllocation()
-
-
Method Details
-
getAllocationPartyReference
Gets the value of the allocationPartyReference property.- Returns:
- possible object is
PartyReference
-
setAllocationPartyReference
Sets the value of the allocationPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getAllocationAccountReference
Gets the value of the allocationAccountReference property.- Returns:
- possible object is
AccountReference
-
setAllocationAccountReference
Sets the value of the allocationAccountReference property.- Parameters:
value
- allowed object isAccountReference
-
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
-