Class CreditLimitUtilization
java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitUtilization
Java class for CreditLimitUtilization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditLimitUtilization"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="executed" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimitUtilizationPosition"/> <element name="pending" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimitUtilizationPosition"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CreditLimitUtilizationPosition
protected CreditLimitUtilizationPosition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the executed property.Gets the value of the pending property.void
Sets the value of the executed property.void
Sets the value of the pending property.
-
Field Details
-
executed
-
pending
-
-
Constructor Details
-
CreditLimitUtilization
public CreditLimitUtilization()
-
-
Method Details
-
getExecuted
Gets the value of the executed property.- Returns:
- possible object is
CreditLimitUtilizationPosition
-
setExecuted
Sets the value of the executed property.- Parameters:
value
- allowed object isCreditLimitUtilizationPosition
-
getPending
Gets the value of the pending property.- Returns:
- possible object is
CreditLimitUtilizationPosition
-
setPending
Sets the value of the pending property.- Parameters:
value
- allowed object isCreditLimitUtilizationPosition
-