Class ReferenceBank
java.lang.Object
net.finmath.smartcontract.product.xml.ReferenceBank
A type to describe an institution (party) identified by means of a coding
scheme and an optional name.
Java class for ReferenceBank complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceBank"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="referenceBankId" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceBankId"/> <element name="referenceBankName" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the referenceBankId property.Gets the value of the referenceBankName property.void
Sets the value of the referenceBankId property.void
setReferenceBankName
(String value) Sets the value of the referenceBankName property.
-
Field Details
-
referenceBankId
-
referenceBankName
-
-
Constructor Details
-
ReferenceBank
public ReferenceBank()
-
-
Method Details
-
getReferenceBankId
Gets the value of the referenceBankId property.- Returns:
- possible object is
ReferenceBankId
-
setReferenceBankId
Sets the value of the referenceBankId property.- Parameters:
value
- allowed object isReferenceBankId
-
getReferenceBankName
-
setReferenceBankName
-