Class ReferenceInformation
java.lang.Object
net.finmath.smartcontract.product.xml.ReferenceInformation
Java class for ReferenceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="referenceEntity" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/> <choice> <element name="referenceObligation" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceObligation" maxOccurs="unbounded"/> <element name="noReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="unknownReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </choice> <element name="allGuarantees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="referencePrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="referencePolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="securedList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected LegalEntity
protected List
<ReferenceObligation> protected Boolean
protected BigDecimal
protected Boolean
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the referenceEntity property.Gets the value of the referenceObligation property.Gets the value of the referencePrice property.Gets the value of the allGuarantees property.Gets the value of the noReferenceObligation property.Gets the value of the referencePolicy property.Gets the value of the securedList property.Gets the value of the unknownReferenceObligation property.void
setAllGuarantees
(Boolean value) Sets the value of the allGuarantees property.void
setNoReferenceObligation
(Boolean value) Sets the value of the noReferenceObligation property.void
setReferenceEntity
(LegalEntity value) Sets the value of the referenceEntity property.void
setReferencePolicy
(Boolean value) Sets the value of the referencePolicy property.void
setReferencePrice
(BigDecimal value) Sets the value of the referencePrice property.void
setSecuredList
(Boolean value) Sets the value of the securedList property.void
Sets the value of the unknownReferenceObligation property.
-
Field Details
-
referenceEntity
-
referenceObligation
-
noReferenceObligation
-
unknownReferenceObligation
-
allGuarantees
-
referencePrice
-
referencePolicy
-
securedList
-
-
Constructor Details
-
ReferenceInformation
public ReferenceInformation()
-
-
Method Details
-
getReferenceEntity
Gets the value of the referenceEntity property.- Returns:
- possible object is
LegalEntity
-
setReferenceEntity
Sets the value of the referenceEntity property.- Parameters:
value
- allowed object isLegalEntity
-
getReferenceObligation
Gets the value of the referenceObligation 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 referenceObligation property.For example, to add a new item, do as follows:
getReferenceObligation().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceObligation
-
isNoReferenceObligation
-
setNoReferenceObligation
-
isUnknownReferenceObligation
-
setUnknownReferenceObligation
-
isAllGuarantees
-
setAllGuarantees
-
getReferencePrice
Gets the value of the referencePrice property.- Returns:
- possible object is
BigDecimal
-
setReferencePrice
Sets the value of the referencePrice property.- Parameters:
value
- allowed object isBigDecimal
-
isReferencePolicy
-
setReferencePolicy
-
isSecuredList
-
setSecuredList
-