Class CreditLimitBase

java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitBase
Direct Known Subclasses:
CreditLimit

public class CreditLimitBase extends Object
A structure describing a basic credit limit.

Java class for CreditLimitBase complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreditLimitBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="limitId" type="{http://www.fpml.org/FpML-5/confirmation}LimitId"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Product.model"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="tenor" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditLimitBase

      public CreditLimitBase()
  • Method Details

    • getLimitId

      public LimitId getLimitId()
      Gets the value of the limitId property.
      Returns:
      possible object is LimitId
    • setLimitId

      public void setLimitId(LimitId value)
      Sets the value of the limitId property.
      Parameters:
      value - allowed object is LimitId
    • getPrimaryAssetClass

      public AssetClass getPrimaryAssetClass()
      Gets the value of the primaryAssetClass property.
      Returns:
      possible object is AssetClass
    • setPrimaryAssetClass

      public void setPrimaryAssetClass(AssetClass value)
      Sets the value of the primaryAssetClass property.
      Parameters:
      value - allowed object is AssetClass
    • getSecondaryAssetClass

      public List<AssetClass> getSecondaryAssetClass()
      Gets the value of the secondaryAssetClass 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 secondaryAssetClass property.

      For example, to add a new item, do as follows:

          getSecondaryAssetClass().add(newItem);
       

      Objects of the following type(s) are allowed in the list AssetClass

    • getProductType

      public List<ProductType> getProductType()
      Gets the value of the productType 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 productType property.

      For example, to add a new item, do as follows:

          getProductType().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProductType

    • getProductId

      public List<ProductId> getProductId()
      Gets the value of the productId 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 productId property.

      For example, to add a new item, do as follows:

          getProductId().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProductId

    • getAssetClass

      public List<AssetClass> getAssetClass()
      Gets the value of the assetClass 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 assetClass property.

      For example, to add a new item, do as follows:

          getAssetClass().add(newItem);
       

      Objects of the following type(s) are allowed in the list AssetClass

    • 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
    • getTenor

      public Period getTenor()
      Gets the value of the tenor property.
      Returns:
      possible object is Period
    • setTenor

      public void setTenor(Period value)
      Sets the value of the tenor property.
      Parameters:
      value - allowed object is Period