Class FacilityContractIdentifier
java.lang.Object
net.finmath.smartcontract.product.xml.ContractIdentifier
net.finmath.smartcontract.product.xml.FacilityContractIdentifier
A unique identifier for outstanding contracts.
Java class for FacilityContractIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityContractIdentifier"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}ContractIdentifier"> <sequence> <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.ContractIdentifier
contractId, id, partyReference, versionedContractId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the facilityReference property.void
Sets the value of the facilityReference property.Methods inherited from class net.finmath.smartcontract.product.xml.ContractIdentifier
getContractId, getId, getPartyReference, getVersionedContractId, setId, setPartyReference
-
Field Details
-
facilityReference
-
-
Constructor Details
-
FacilityContractIdentifier
public FacilityContractIdentifier()
-
-
Method Details
-
getFacilityReference
Gets the value of the facilityReference property.- Returns:
- possible object is
FacilityReference
-
setFacilityReference
Sets the value of the facilityReference property.- Parameters:
value
- allowed object isFacilityReference
-