Class Allocations
java.lang.Object
net.finmath.smartcontract.product.xml.Allocations
The allocations for a single side of a trade.
Java class for Allocations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Allocations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="allocatingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> <element name="allocation" type="{http://www.fpml.org/FpML-5/confirmation}Allocation" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocatingPartyReference property.Gets the value of the allocation property.void
Sets the value of the allocatingPartyReference property.
-
Field Details
-
allocatingPartyReference
-
allocation
-
-
Constructor Details
-
Allocations
public Allocations()
-
-
Method Details
-
getAllocatingPartyReference
Gets the value of the allocatingPartyReference property.- Returns:
- possible object is
PartyReference
-
setAllocatingPartyReference
Sets the value of the allocatingPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getAllocation
Gets the value of the allocation 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 allocation property.For example, to add a new item, do as follows:
getAllocation().add(newItem);
Objects of the following type(s) are allowed in the list
Allocation
-