Class CreditLimitBase
- Direct Known Subclasses:
CreditLimit
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 Summary
Modifier and TypeFieldDescriptionprotected List
<AssetClass> protected Currency
protected LimitId
protected AssetClass
protected List
<ProductType> protected List
<AssetClass> protected Period
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetClass property.Gets the value of the currency property.Gets the value of the limitId property.Gets the value of the primaryAssetClass property.Gets the value of the productId property.Gets the value of the productType property.Gets the value of the secondaryAssetClass property.getTenor()
Gets the value of the tenor property.void
setCurrency
(Currency value) Sets the value of the currency property.void
setLimitId
(LimitId value) Sets the value of the limitId property.void
setPrimaryAssetClass
(AssetClass value) Sets the value of the primaryAssetClass property.void
Sets the value of the tenor property.
-
Field Details
-
limitId
-
-
secondaryAssetClass
-
productType
-
productId
-
assetClass
-
currency
-
tenor
-
-
Constructor Details
-
CreditLimitBase
public CreditLimitBase()
-
-
Method Details
-
getLimitId
-
setLimitId
-
getPrimaryAssetClass
Gets the value of the primaryAssetClass property.- Returns:
- possible object is
AssetClass
-
setPrimaryAssetClass
Sets the value of the primaryAssetClass property.- Parameters:
value
- allowed object isAssetClass
-
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
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
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
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
-
setCurrency
-
getTenor
-
setTenor
-