Class CreditLimitInformation

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

public class CreditLimitInformation extends Object

Java class for CreditLimitInformation complex type.

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

 <complexType name="CreditLimitInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation"/>
         <element name="limitModel" type="{http://www.fpml.org/FpML-5/confirmation}LimitModelEnum"/>
         <element name="creditLimit" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimit" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditLimitInformation

      public CreditLimitInformation()
  • Method Details

    • getPartyInformation

      public PartyTradeInformation getPartyInformation()
      Gets the value of the partyInformation property.
      Returns:
      possible object is PartyTradeInformation
    • setPartyInformation

      public void setPartyInformation(PartyTradeInformation value)
      Sets the value of the partyInformation property.
      Parameters:
      value - allowed object is PartyTradeInformation
    • getLimitModel

      public LimitModelEnum getLimitModel()
      Gets the value of the limitModel property.
      Returns:
      possible object is LimitModelEnum
    • setLimitModel

      public void setLimitModel(LimitModelEnum value)
      Sets the value of the limitModel property.
      Parameters:
      value - allowed object is LimitModelEnum
    • getCreditLimit

      public List<CreditLimit> getCreditLimit()
      Gets the value of the creditLimit 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 creditLimit property.

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

          getCreditLimit().add(newItem);
       

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