Class LoanContractSummary
java.lang.Object
net.finmath.smartcontract.product.xml.LoanContractSummary
- Direct Known Subclasses:
LoanContract
A short form of a loan contract.
Java class for LoanContractSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoanContractSummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.fpml.org/FpML-5/confirmation}FacilityContractIdentifier" maxOccurs="unbounded"/> <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <sequence> <element name="borrowerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/> <element name="guarantorPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> </sequence> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MoneyWithParticipantShare
protected PartyReference
protected XMLGregorianCalendar
protected PartyReference
protected List<FacilityContractIdentifier>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the borrowerPartyReference property.Gets the value of the effectiveDate property.Gets the value of the guarantorPartyReference property.Gets the value of the identifier property.void
setAmount(MoneyWithParticipantShare value)
Sets the value of the amount property.void
Sets the value of the borrowerPartyReference property.void
setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.void
Sets the value of the guarantorPartyReference property.
-
Field Details
-
identifier
-
effectiveDate
-
borrowerPartyReference
-
guarantorPartyReference
-
amount
-
-
Constructor Details
-
LoanContractSummary
public LoanContractSummary()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier 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 identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
FacilityContractIdentifier
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getBorrowerPartyReference
Gets the value of the borrowerPartyReference property.- Returns:
- possible object is
PartyReference
-
setBorrowerPartyReference
Sets the value of the borrowerPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getGuarantorPartyReference
Gets the value of the guarantorPartyReference property.- Returns:
- possible object is
PartyReference
-
setGuarantorPartyReference
Sets the value of the guarantorPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
MoneyWithParticipantShare
-