Class ReferenceObligation
java.lang.Object
net.finmath.smartcontract.product.xml.ReferenceObligation
Java class for ReferenceObligation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceObligation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.fpml.org/FpML-5/confirmation}bond"/> <element ref="{http://www.fpml.org/FpML-5/confirmation}convertibleBond"/> <element ref="{http://www.fpml.org/FpML-5/confirmation}mortgage"/> <element ref="{http://www.fpml.org/FpML-5/confirmation}loan"/> </choice> <choice minOccurs="0"> <element name="primaryObligor" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/> <element name="primaryObligorReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element name="guarantor" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/> <element name="guarantorReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/> </choice> <element name="standardReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Bond
protected ConvertibleBond
protected Loan
protected Mortgage
protected LegalEntity
protected LegalEntityReference
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBond()
Gets the value of the bond property.Gets the value of the convertibleBond property.Gets the value of the guarantorOrGuarantorReference property.getLoan()
Gets the value of the loan property.Gets the value of the mortgage property.Gets the value of the primaryObligor property.Gets the value of the primaryObligorReference property.Gets the value of the standardReferenceObligation property.void
Sets the value of the bond property.void
Sets the value of the convertibleBond property.void
Sets the value of the loan property.void
setMortgage
(Mortgage value) Sets the value of the mortgage property.void
setPrimaryObligor
(LegalEntity value) Sets the value of the primaryObligor property.void
Sets the value of the primaryObligorReference property.void
Sets the value of the standardReferenceObligation property.
-
Field Details
-
bond
-
convertibleBond
-
mortgage
-
loan
-
-
primaryObligorReference
-
guarantorOrGuarantorReference
-
standardReferenceObligation
-
-
Constructor Details
-
ReferenceObligation
public ReferenceObligation()
-
-
Method Details
-
getBond
-
setBond
-
getConvertibleBond
Gets the value of the convertibleBond property.- Returns:
- possible object is
ConvertibleBond
-
setConvertibleBond
Sets the value of the convertibleBond property.- Parameters:
value
- allowed object isConvertibleBond
-
getMortgage
-
setMortgage
-
getLoan
-
setLoan
-
getPrimaryObligor
Gets the value of the primaryObligor property.- Returns:
- possible object is
LegalEntity
-
setPrimaryObligor
Sets the value of the primaryObligor property.- Parameters:
value
- allowed object isLegalEntity
-
getPrimaryObligorReference
Gets the value of the primaryObligorReference property.- Returns:
- possible object is
LegalEntityReference
-
setPrimaryObligorReference
Sets the value of the primaryObligorReference property.- Parameters:
value
- allowed object isLegalEntityReference
-
getGuarantorOrGuarantorReference
Gets the value of the guarantorOrGuarantorReference 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 guarantorOrGuarantorReference property.For example, to add a new item, do as follows:
getGuarantorOrGuarantorReference().add(newItem);
Objects of the following type(s) are allowed in the list
LegalEntity
LegalEntityReference
-
isStandardReferenceObligation
-
setStandardReferenceObligation
-