Class ReferencePoolItem
java.lang.Object
net.finmath.smartcontract.product.xml.ReferencePoolItem
This type contains all the constituent weight and reference information.
Java class for ReferencePoolItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencePoolItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="constituentWeight" type="{http://www.fpml.org/FpML-5/confirmation}ConstituentWeight" minOccurs="0"/> <element name="referencePair" type="{http://www.fpml.org/FpML-5/confirmation}ReferencePair"/> <element name="protectionTermsReference" type="{http://www.fpml.org/FpML-5/confirmation}ProtectionTermsReference" minOccurs="0"/> <element name="settlementTermsReference" type="{http://www.fpml.org/FpML-5/confirmation}SettlementTermsReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ConstituentWeight
protected ProtectionTermsReference
protected ReferencePair
protected SettlementTermsReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the constituentWeight property.Gets the value of the protectionTermsReference property.Gets the value of the referencePair property.Gets the value of the settlementTermsReference property.void
Sets the value of the constituentWeight property.void
Sets the value of the protectionTermsReference property.void
setReferencePair
(ReferencePair value) Sets the value of the referencePair property.void
Sets the value of the settlementTermsReference property.
-
Field Details
-
constituentWeight
-
referencePair
-
protectionTermsReference
-
settlementTermsReference
-
-
Constructor Details
-
ReferencePoolItem
public ReferencePoolItem()
-
-
Method Details
-
getConstituentWeight
Gets the value of the constituentWeight property.- Returns:
- possible object is
ConstituentWeight
-
setConstituentWeight
Sets the value of the constituentWeight property.- Parameters:
value
- allowed object isConstituentWeight
-
getReferencePair
Gets the value of the referencePair property.- Returns:
- possible object is
ReferencePair
-
setReferencePair
Sets the value of the referencePair property.- Parameters:
value
- allowed object isReferencePair
-
getProtectionTermsReference
Gets the value of the protectionTermsReference property.- Returns:
- possible object is
ProtectionTermsReference
-
setProtectionTermsReference
Sets the value of the protectionTermsReference property.- Parameters:
value
- allowed object isProtectionTermsReference
-
getSettlementTermsReference
Gets the value of the settlementTermsReference property.- Returns:
- possible object is
SettlementTermsReference
-
setSettlementTermsReference
Sets the value of the settlementTermsReference property.- Parameters:
value
- allowed object isSettlementTermsReference
-