Class ReferenceBank

java.lang.Object
net.finmath.smartcontract.product.xml.ReferenceBank

public class ReferenceBank extends Object
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 Details

    • referenceBankId

      protected ReferenceBankId referenceBankId
    • referenceBankName

      protected String referenceBankName
  • Constructor Details

    • ReferenceBank

      public ReferenceBank()
  • Method Details

    • getReferenceBankId

      public ReferenceBankId getReferenceBankId()
      Gets the value of the referenceBankId property.
      Returns:
      possible object is ReferenceBankId
    • setReferenceBankId

      public void setReferenceBankId(ReferenceBankId value)
      Sets the value of the referenceBankId property.
      Parameters:
      value - allowed object is ReferenceBankId
    • getReferenceBankName

      public String getReferenceBankName()
      Gets the value of the referenceBankName property.
      Returns:
      possible object is String
    • setReferenceBankName

      public void setReferenceBankName(String value)
      Sets the value of the referenceBankName property.
      Parameters:
      value - allowed object is String