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
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected Currencyprotected LimitTypeprotected CreditLimitUtilizationprotected Velocity -
Constructor Summary
Constructors -
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.voidsetAmountRemaining(BigInteger value)Sets the value of the amountRemaining property.voidsetAmountUtilized(BigInteger value)Sets the value of the amountUtilized property.voidsetClipSize(BigInteger value)Sets the value of the clipSize property.voidsetCurrency(Currency value)Sets the value of the currency property.voidsetLimitType(LimitType value)Sets the value of the limitType property.voidsetUtilization(CreditLimitUtilization value)Sets the value of the utilization property.voidsetVelocity(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
Gets the value of the limitType property.- Returns:
- possible object is
LimitType
-
setLimitType
Sets the value of the limitType property.- Parameters:
value- allowed object isLimitType
-
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
Gets the value of the currency property.- Returns:
- possible object is
Currency
-
setCurrency
Sets the value of the currency property.- Parameters:
value- allowed object isCurrency
-
getVelocity
Gets the value of the velocity property.- Returns:
- possible object is
Velocity
-
setVelocity
Sets the value of the velocity property.- Parameters:
value- allowed object isVelocity
-