Class CreditLimit
java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitBase
net.finmath.smartcontract.product.xml.CreditLimit
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 Summary
Fields inherited from class net.finmath.smartcontract.product.xml.CreditLimitBase
assetClass, currency, limitId, primaryAssetClass, productId, productType, secondaryAssetClass, tenor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expirationDate property.Gets the value of the limitApplicable property.void
Sets the value of the expirationDate property.Methods inherited from class net.finmath.smartcontract.product.xml.CreditLimitBase
getAssetClass, getCurrency, getLimitId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, getTenor, setCurrency, setLimitId, setPrimaryAssetClass, setTenor
-
Field Details
-
limitApplicable
-
expirationDate
-
-
Constructor Details
-
CreditLimit
public CreditLimit()
-
-
Method Details
-
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
Gets the value of the expirationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-