Class CreditLimit

java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitBase
net.finmath.smartcontract.product.xml.CreditLimit

public class CreditLimit extends CreditLimitBase
A structure describing a credit limit with applicability constraints.

Java class for CreditLimit complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreditLimit">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CreditLimitBase">
       <sequence>
         <element name="limitApplicable" type="{http://www.fpml.org/FpML-5/confirmation}LimitApplicable" maxOccurs="unbounded"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditLimit

      public CreditLimit()
  • Method Details

    • getLimitApplicable

      public List<LimitApplicable> getLimitApplicable()
      Gets the value of the limitApplicable 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 limitApplicable property.

      For example, to add a new item, do as follows:

          getLimitApplicable().add(newItem);
       

      Objects of the following type(s) are allowed in the list LimitApplicable

    • getExpirationDate

      public XMLGregorianCalendar getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpirationDate

      public void setExpirationDate(XMLGregorianCalendar value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar