Class CreditLimitInformation
java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitInformation
Java class for CreditLimitInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditLimitInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="partyInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation"/> <element name="limitModel" type="{http://www.fpml.org/FpML-5/confirmation}LimitModelEnum"/> <element name="creditLimit" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimit" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<CreditLimit> protected LimitModelEnum
protected PartyTradeInformation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creditLimit property.Gets the value of the limitModel property.Gets the value of the partyInformation property.void
setLimitModel
(LimitModelEnum value) Sets the value of the limitModel property.void
Sets the value of the partyInformation property.
-
Field Details
-
partyInformation
-
limitModel
-
creditLimit
-
-
Constructor Details
-
CreditLimitInformation
public CreditLimitInformation()
-
-
Method Details
-
getPartyInformation
Gets the value of the partyInformation property.- Returns:
- possible object is
PartyTradeInformation
-
setPartyInformation
Sets the value of the partyInformation property.- Parameters:
value
- allowed object isPartyTradeInformation
-
getLimitModel
Gets the value of the limitModel property.- Returns:
- possible object is
LimitModelEnum
-
setLimitModel
Sets the value of the limitModel property.- Parameters:
value
- allowed object isLimitModelEnum
-
getCreditLimit
Gets the value of the creditLimit 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 creditLimit property.For example, to add a new item, do as follows:
getCreditLimit().add(newItem);
Objects of the following type(s) are allowed in the list
CreditLimit
-