Class LetterOfCreditSummary
java.lang.Object
net.finmath.smartcontract.product.xml.LetterOfCreditSummary
- Direct Known Subclasses:
LetterOfCredit
A short form definition of a letter of credit.
Java class for LetterOfCreditSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LetterOfCreditSummary">
<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="type" type="{http://www.fpml.org/FpML-5/confirmation}LcType"/>
<element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<group ref="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditRoles.model"/>
<element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MoneyWithParticipantShareprotected PartyReferenceprotected PartyReferenceprotected XMLGregorianCalendarprotected List<FacilityContractIdentifier>protected PartyReferenceprotected LcType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the beneficiaryPartyReference property.Gets the value of the borrowerPartyReference property.Gets the value of the effectiveDate property.Gets the value of the identifier property.Gets the value of the issuingBankPartyReference property.getType()Gets the value of the type property.voidsetAmount(MoneyWithParticipantShare value)Sets the value of the amount property.voidSets the value of the beneficiaryPartyReference property.voidSets the value of the borrowerPartyReference property.voidsetEffectiveDate(XMLGregorianCalendar value)Sets the value of the effectiveDate property.voidSets the value of the issuingBankPartyReference property.voidSets the value of the type property.
-
Field Details
-
identifier
-
type
-
effectiveDate
-
borrowerPartyReference
-
issuingBankPartyReference
-
beneficiaryPartyReference
-
amount
-
-
Constructor Details
-
LetterOfCreditSummary
public LetterOfCreditSummary()
-
-
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
setmethod 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 -
getType
Gets the value of the type property.- Returns:
- possible object is
LcType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isLcType
-
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
-
getIssuingBankPartyReference
Gets the value of the issuingBankPartyReference property.- Returns:
- possible object is
PartyReference
-
setIssuingBankPartyReference
Sets the value of the issuingBankPartyReference property.- Parameters:
value- allowed object isPartyReference
-
getBeneficiaryPartyReference
Gets the value of the beneficiaryPartyReference property.- Returns:
- possible object is
PartyReference
-
setBeneficiaryPartyReference
Sets the value of the beneficiaryPartyReference property.- Parameters:
value- allowed object isPartyReference
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
MoneyWithParticipantShare
-