Class ReferencePair
java.lang.Object
net.finmath.smartcontract.product.xml.ReferencePair
Java class for ReferencePair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencePair"> <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"/> <element name="noReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </choice> <element name="entityType" type="{http://www.fpml.org/FpML-5/confirmation}EntityType"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected EntityType
protected Boolean
protected LegalEntity
protected ReferenceObligation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entityType property.Gets the value of the referenceEntity property.Gets the value of the referenceObligation property.Gets the value of the noReferenceObligation property.void
setEntityType
(EntityType value) Sets the value of the entityType property.void
setNoReferenceObligation
(Boolean value) Sets the value of the noReferenceObligation property.void
setReferenceEntity
(LegalEntity value) Sets the value of the referenceEntity property.void
Sets the value of the referenceObligation property.
-
Field Details
-
referenceEntity
-
referenceObligation
-
noReferenceObligation
-
entityType
-
-
Constructor Details
-
ReferencePair
public ReferencePair()
-
-
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.- Returns:
- possible object is
ReferenceObligation
-
setReferenceObligation
Sets the value of the referenceObligation property.- Parameters:
value
- allowed object isReferenceObligation
-
isNoReferenceObligation
-
setNoReferenceObligation
-
getEntityType
Gets the value of the entityType property.- Returns:
- possible object is
EntityType
-
setEntityType
Sets the value of the entityType property.- Parameters:
value
- allowed object isEntityType
-