Class LetterOfCreditSummary

java.lang.Object
net.finmath.smartcontract.product.xml.LetterOfCreditSummary
Direct Known Subclasses:
LetterOfCredit

public class LetterOfCreditSummary extends Object
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 Details

  • Constructor Details

    • LetterOfCreditSummary

      public LetterOfCreditSummary()
  • Method Details

    • getIdentifier

      public List<FacilityContractIdentifier> 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

    • getType

      public LcType getType()
      Gets the value of the type property.
      Returns:
      possible object is LcType
    • setType

      public void setType(LcType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is LcType
    • getEffectiveDate

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getBorrowerPartyReference

      public PartyReference getBorrowerPartyReference()
      Gets the value of the borrowerPartyReference property.
      Returns:
      possible object is PartyReference
    • setBorrowerPartyReference

      public void setBorrowerPartyReference(PartyReference value)
      Sets the value of the borrowerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getIssuingBankPartyReference

      public PartyReference getIssuingBankPartyReference()
      Gets the value of the issuingBankPartyReference property.
      Returns:
      possible object is PartyReference
    • setIssuingBankPartyReference

      public void setIssuingBankPartyReference(PartyReference value)
      Sets the value of the issuingBankPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getBeneficiaryPartyReference

      public PartyReference getBeneficiaryPartyReference()
      Gets the value of the beneficiaryPartyReference property.
      Returns:
      possible object is PartyReference
    • setBeneficiaryPartyReference

      public void setBeneficiaryPartyReference(PartyReference value)
      Sets the value of the beneficiaryPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getAmount

      public MoneyWithParticipantShare getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is MoneyWithParticipantShare
    • setAmount

      public void setAmount(MoneyWithParticipantShare value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is MoneyWithParticipantShare