Class TriParty
java.lang.Object
net.finmath.smartcontract.product.xml.TriParty
The tri-party terms.
Java class for TriParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriParty"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="triPartyAgent" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/> <element name="collateralProfile" type="{http://www.fpml.org/FpML-5/confirmation}CollateralProfile"/> <element name="collateralType" type="{http://www.fpml.org/FpML-5/confirmation}CollateralType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CollateralProfile
protected CollateralType
protected PartyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the collateralProfile property.Gets the value of the collateralType property.Gets the value of the triPartyAgent property.void
Sets the value of the collateralProfile property.void
setCollateralType
(CollateralType value) Sets the value of the collateralType property.void
setTriPartyAgent
(PartyReference value) Sets the value of the triPartyAgent property.
-
Field Details
-
triPartyAgent
-
collateralProfile
-
collateralType
-
-
Constructor Details
-
TriParty
public TriParty()
-
-
Method Details
-
getTriPartyAgent
Gets the value of the triPartyAgent property.- Returns:
- possible object is
PartyReference
-
setTriPartyAgent
Sets the value of the triPartyAgent property.- Parameters:
value
- allowed object isPartyReference
-
getCollateralProfile
Gets the value of the collateralProfile property.- Returns:
- possible object is
CollateralProfile
-
setCollateralProfile
Sets the value of the collateralProfile property.- Parameters:
value
- allowed object isCollateralProfile
-
getCollateralType
Gets the value of the collateralType property.- Returns:
- possible object is
CollateralType
-
setCollateralType
Sets the value of the collateralType property.- Parameters:
value
- allowed object isCollateralType
-