Class FacilityOutstandingsPosition
java.lang.Object
net.finmath.smartcontract.product.xml.FacilityPosition
net.finmath.smartcontract.product.xml.FacilityOutstandingsPosition
Represents current/prior facility commitment and outstanding amounts on
both the global and lender position levels.
Java class for FacilityOutstandingsPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityOutstandingsPosition"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityPosition"> <sequence> <element name="outstandingsPosition" type="{http://www.fpml.org/FpML-5/confirmation}OutstandingsPosition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FacilityPosition
commitment, facilityReference, priorCommitment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the outstandingsPosition property.Methods inherited from class net.finmath.smartcontract.product.xml.FacilityPosition
getCommitment, getFacilityReference, getPriorCommitment, setCommitment, setFacilityReference, setPriorCommitment
-
Field Details
-
outstandingsPosition
-
-
Constructor Details
-
FacilityOutstandingsPosition
public FacilityOutstandingsPosition()
-
-
Method Details
-
getOutstandingsPosition
Gets the value of the outstandingsPosition 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 outstandingsPosition property.For example, to add a new item, do as follows:
getOutstandingsPosition().add(newItem);
Objects of the following type(s) are allowed in the list
OutstandingsPosition
-