Class LimitApplicable

java.lang.Object
net.finmath.smartcontract.product.xml.LimitApplicable

public class LimitApplicable extends Object

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 Details

  • Constructor Details

    • LimitApplicable

      public LimitApplicable()
  • Method Details

    • getLimitType

      public LimitType getLimitType()
      Gets the value of the limitType property.
      Returns:
      possible object is LimitType
    • setLimitType

      public void setLimitType(LimitType value)
      Sets the value of the limitType property.
      Parameters:
      value - allowed object is LimitType
    • getClipSize

      public BigInteger getClipSize()
      Gets the value of the clipSize property.
      Returns:
      possible object is BigInteger
    • setClipSize

      public void setClipSize(BigInteger value)
      Sets the value of the clipSize property.
      Parameters:
      value - allowed object is BigInteger
    • getAmountUtilized

      public BigInteger getAmountUtilized()
      Gets the value of the amountUtilized property.
      Returns:
      possible object is BigInteger
    • setAmountUtilized

      public void setAmountUtilized(BigInteger value)
      Sets the value of the amountUtilized property.
      Parameters:
      value - allowed object is BigInteger
    • getUtilization

      public CreditLimitUtilization getUtilization()
      Gets the value of the utilization property.
      Returns:
      possible object is CreditLimitUtilization
    • setUtilization

      public void setUtilization(CreditLimitUtilization value)
      Sets the value of the utilization property.
      Parameters:
      value - allowed object is CreditLimitUtilization
    • getAmountRemaining

      public BigInteger getAmountRemaining()
      Gets the value of the amountRemaining property.
      Returns:
      possible object is BigInteger
    • setAmountRemaining

      public void setAmountRemaining(BigInteger value)
      Sets the value of the amountRemaining property.
      Parameters:
      value - allowed object is BigInteger
    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getVelocity

      public Velocity getVelocity()
      Gets the value of the velocity property.
      Returns:
      possible object is Velocity
    • setVelocity

      public void setVelocity(Velocity value)
      Sets the value of the velocity property.
      Parameters:
      value - allowed object is Velocity