Class FacilityPosition
java.lang.Object
net.finmath.smartcontract.product.xml.FacilityPosition
- Direct Known Subclasses:
FacilityOutstandingsPosition
Represents current/prior facility commitment amounts on both the global and
lender position levels.
Java class for FacilityPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityPosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/>
<group ref="{http://www.fpml.org/FpML-5/confirmation}CurrentPriorCommitment.model"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FacilityCommitmentprotected FacilityReferenceprotected FacilityCommitment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commitment property.Gets the value of the facilityReference property.Gets the value of the priorCommitment property.voidsetCommitment(FacilityCommitment value) Sets the value of the commitment property.voidSets the value of the facilityReference property.voidSets the value of the priorCommitment property.
-
Field Details
-
facilityReference
-
commitment
-
priorCommitment
-
-
Constructor Details
-
FacilityPosition
public FacilityPosition()
-
-
Method Details
-
getFacilityReference
Gets the value of the facilityReference property.- Returns:
- possible object is
FacilityReference
-
setFacilityReference
Sets the value of the facilityReference property.- Parameters:
value- allowed object isFacilityReference
-
getCommitment
Gets the value of the commitment property.- Returns:
- possible object is
FacilityCommitment
-
setCommitment
Sets the value of the commitment property.- Parameters:
value- allowed object isFacilityCommitment
-
getPriorCommitment
Gets the value of the priorCommitment property.- Returns:
- possible object is
FacilityCommitment
-
setPriorCommitment
Sets the value of the priorCommitment property.- Parameters:
value- allowed object isFacilityCommitment
-