Class LimitApplicable
java.lang.Object
net.finmath.smartcontract.product.xml.LimitApplicable
Java class for LimitApplicable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LimitApplicable"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="limitType" type="{http://www.fpml.org/FpML-5/confirmation}LimitType"/> <element name="clipSize" type="{http://www.w3.org/2001/XMLSchema}integer"/> <choice minOccurs="0"> <element name="amountUtilized" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="utilization" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimitUtilization"/> </choice> <element name="amountRemaining" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/> <element name="velocity" type="{http://www.fpml.org/FpML-5/confirmation}Velocity" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected BigInteger
protected BigInteger
protected Currency
protected LimitType
protected CreditLimitUtilization
protected Velocity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amountRemaining property.Gets the value of the amountUtilized property.Gets the value of the clipSize property.Gets the value of the currency property.Gets the value of the limitType property.Gets the value of the utilization property.Gets the value of the velocity property.void
setAmountRemaining
(BigInteger value) Sets the value of the amountRemaining property.void
setAmountUtilized
(BigInteger value) Sets the value of the amountUtilized property.void
setClipSize
(BigInteger value) Sets the value of the clipSize property.void
setCurrency
(Currency value) Sets the value of the currency property.void
setLimitType
(LimitType value) Sets the value of the limitType property.void
Sets the value of the utilization property.void
setVelocity
(Velocity value) Sets the value of the velocity property.
-
Field Details
-
limitType
-
clipSize
-
amountUtilized
-
utilization
-
amountRemaining
-
currency
-
velocity
-
-
Constructor Details
-
LimitApplicable
public LimitApplicable()
-
-
Method Details
-
getLimitType
-
setLimitType
-
getClipSize
Gets the value of the clipSize property.- Returns:
- possible object is
BigInteger
-
setClipSize
Sets the value of the clipSize property.- Parameters:
value
- allowed object isBigInteger
-
getAmountUtilized
Gets the value of the amountUtilized property.- Returns:
- possible object is
BigInteger
-
setAmountUtilized
Sets the value of the amountUtilized property.- Parameters:
value
- allowed object isBigInteger
-
getUtilization
Gets the value of the utilization property.- Returns:
- possible object is
CreditLimitUtilization
-
setUtilization
Sets the value of the utilization property.- Parameters:
value
- allowed object isCreditLimitUtilization
-
getAmountRemaining
Gets the value of the amountRemaining property.- Returns:
- possible object is
BigInteger
-
setAmountRemaining
Sets the value of the amountRemaining property.- Parameters:
value
- allowed object isBigInteger
-
getCurrency
-
setCurrency
-
getVelocity
-
setVelocity
-